Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Jul 12, 2024
1 parent f44d0ff commit c785da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsdsan/processes/_adm1_p_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def __new__(cls, components=None, path=None,
k_mmp=(0.024, 120, 0.024, 72, 0.024, 0.024, 0.024), # Flores-Alsina 2016
pKsp=(8.3, 13.6, 18.175, 28.92, 7.46, 18.2, 37.76), # Flores-Alsina 2016
K_dis=(1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0),
K_AlOH=0.001, K_FeOH=0.001,
K_AlOH=1.0e-6, K_FeOH=1.0e-6, # kg/m3
**kwargs):

cmps = _load_components(components)
Expand Down

0 comments on commit c785da2

Please sign in to comment.