Contents
Index
EoSSuperancillaries.ref_psat
EoSSuperancillaries.ref_rholsat
EoSSuperancillaries.ref_rhovsat
EoSSuperancillaries.ref_vlsat
EoSSuperancillaries.ref_vvsat
EoSSuperancillaries.refprop_superanc
REFPROP superancillaries
EoSSuperancillaries.refprop_superanc
— Functionrefprop_superanc(name::AbstractString)
Returns an instance of REFPROPSuperAnc
. It stores the ancillaries for the saturation pressure and densities for the input component.
EoSSuperancillaries.ref_rholsat
— Functionρl = ref_rholsat(fluid::REFPROPSuperanc, T)
Returns the saturation liquid density for the reference fluid fluid
at temperature T
.
Inputs:
fluid
: Reference fluid (an instance ofREFPROPSuperAnc
)T
: Temperature (Kelvin)
Outputs:
ρl
: Saturation Liquid Density[mol/m^3]
. ReturnsNaN
if the value is outside the range of the ancillary.
EoSSuperancillaries.ref_rhovsat
— Functionρv = ref_rhovsat(fluid::REFPROPSuperanc, T)
Returns the saturation vapour density for the reference fluid fluid
at temperature T
.
Inputs:
fluid
: Reference fluid (an instance ofREFPROPSuperAnc
)T
: Temperature (Kelvin)
Outputs:
ρv
: Saturation Vapour Density[mol/m^3]
. ReturnsNaN
if the value is outside the range of the ancillary.
EoSSuperancillaries.ref_vlsat
— Functionvl = ref_vlsat(fluid::REFPROPSuperanc, T)
Returns the saturation liquid volume for the reference fluid fluid
at temperature T
.
Inputs:
fluid
: Reference fluid (an instance ofREFPROPSuperAnc
)T
: Temperature (Kelvin)
Outputs:
vl
: Saturation Liquid Volume[m^3]
. ReturnsNaN
if the value is outside the range of the ancillary.
EoSSuperancillaries.ref_vvsat
— Functionvv = ref_vvsat(fluid::REFPROPSuperanc, T)
Returns the saturation vapour volume for the reference fluid fluid
at temperature T
.
Inputs:
fluid
: Reference fluid (an instance ofREFPROPSuperAnc
)T
: Temperature (Kelvin)
Outputs:
vv
: Saturation Vapour Volume[m^3]
. ReturnsNaN
if the value is outside the range of the ancillary.
EoSSuperancillaries.ref_psat
— Functionp = ref_psat(fluid::REFPROPSuperanc, T)
Returns the saturation pressure for the reference fluid fluid
at temperature T
.
Inputs:
fluid
: Reference fluid (an instance ofREFPROPSuperAnc
)T
: Temperature (Kelvin)
Outputs:
p
: Saturation Pressure[Pa]
. ReturnsNaN
if the value is outside the range of the ancillary.