Skip to content

Commit

Permalink
Minor change to BSM2-P flowsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusHolly committed Jan 30, 2025
1 parent 1fb3878 commit 95d610f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def scale_variables(m):
)
iscale.set_scaling_factor(block.control_volume.material_balances, 1e3)

iscale.set_scaling_factor(m.fs.AD.KH_co2, 1e1)
iscale.set_scaling_factor(m.fs.AD.KH_co2, 1e2)
iscale.set_scaling_factor(m.fs.AD.KH_ch4, 1e1)
iscale.set_scaling_factor(m.fs.AD.KH_h2, 1e2)

Expand Down

0 comments on commit 95d610f

Please sign in to comment.