Added "export WITH_REAL_GASSES" and set default to 'y'
This commit is contained in:
parent
36a56093d1
commit
58a0f42ef0
1 changed files with 3 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ WITH_ELECTROLYTES=${WITH_ELECTROLYTES:="y"}
|
|||
|
||||
# Enable Real Gas Equations of State
|
||||
# This supports the multicomponent Redlich-Kwong equation of state.
|
||||
WITH_REAL_GASSES=${WITH_REAL_GASSES:="n"}
|
||||
WITH_REAL_GASSES=${WITH_REAL_GASSES:="y"}
|
||||
|
||||
# Enable generating phase models from PrIMe models. For more
|
||||
# information about PrIME, see http://www.primekinetics.org
|
||||
|
|
@ -592,7 +592,8 @@ export WITH_ADSORBATE
|
|||
export WITH_SPECTRA
|
||||
export WITH_STOICH_SUBSTANCE
|
||||
export WITH_PURE_FLUIDS
|
||||
export WITH_IDEAL_SOLUTIONS
|
||||
export WITH_IDEAL_SOLUTION
|
||||
export WITH_REAL_GASSES
|
||||
export WITH_ELECTROLYTES
|
||||
export WITH_PRIME
|
||||
export WITH_H298MODIFY_CAPABILITY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue