mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
smolar added to python output of phase envelope
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -141,6 +141,8 @@ cdef class AbstractState:
|
||||
pe_out.rhomolar_vap = pe_data.rhomolar_vap
|
||||
pe_out.hmolar_liq = pe_data.hmolar_liq
|
||||
pe_out.hmolar_vap = pe_data.hmolar_vap
|
||||
pe_out.smolar_liq = pe_data.smolar_liq
|
||||
pe_out.smolar_vap = pe_data.smolar_vap
|
||||
pe_out.iTsat_max = pe_data.iTsat_max
|
||||
pe_out.ipsat_max = pe_data.ipsat_max
|
||||
pe_out.TypeI = pe_data.TypeI
|
||||
|
||||
Reference in New Issue
Block a user