Skip to content

Commit

Permalink
delete erronous code in mcas during initialization of enthalpy
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a committed Oct 25, 2024
1 parent 427c635 commit 4895335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions watertap/property_models/multicomp_aq_sol_prop_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,7 @@ def initialize(
self[k].enth_mass_phase["Liq"],
self[k].eq_enth_mass_phase["Liq"],
)
else:
self[k].total_dissolved_solids = 0

# Check when the state vars are fixed already result in dof 0
for k in self.keys():
dof = degrees_of_freedom(self[k])
Expand Down

0 comments on commit 4895335

Please sign in to comment.