PropsSI
PropsSI
"Output Name", "Input Name 1", Value 1, "Input Name 2", Value 2, "Fluid Name"
CoolProp
Calculates the state dependent property specified by "Output Name" given the input property pair, Value 1 and Value 2, for the specified "Fluid". Output and Input Names are strings representing a thermodynamic property, i.e. "T", "P", "D", "H", "C", "V", "L", "Q", etc. For a complete list of valid property names, see the CoolProp documentation at www.coolprop.org.
Props1SI
Props1SI
"Fluid Name", "Property Name"
CoolProp
Returns the non-state dependent fluid property specified by "Property Name" for the specified "Fluid Name". Property Names are strings representing a trivial fluid property, i.e. "Tcrit", "Ptriple", "GAS_CONSTANT", etc. For a complete list of valid property names, see the CoolProp documentation at www.coolprop.org.
HAPropsSI
HAPropsSI
"Output Name", "Input Name 1", Value 1, "Input Name 2", Value 2, "Input Name 3", Value 3
CoolProp
Calculates the state dependent property specified by "Output Name" for Humid Air given the input properties, Value 1, Value 2, and Value 3. Output and Input Names are strings representing a thermodynamic property, i.e. "T", "P", "D", "H", "C", "V", "L", "Q", etc. One of these Input Names and values is typically "R" specifying a relative humidity. For a complete list of valid property names, see the CoolProp documentation at www.coolprop.org.
get_global_param_string
get_global_param_string
"Parameter Name String"
CoolProp
Returns the value of the requested CoolProps parameter. Useful parameter strings are "FluidList", to return a comma separated list of all valid fluid name strings, and "version", which returns the installed version of CoolProp.
get_fluid_param_string
get_fluid_param_string
"Fluid Name", "Parameter String"
CoolProp
Returns the value of the requested fluid parameter. Useful parameter strings are "aliases", to return a comma separated list of valid fluid name strings, and "CAS", which returns the fluids Chemical Abstract Service registration number.
set_reference_state
set_reference_state
"Fluid Name", "Reference State String"
CoolProp
Sets the reference state for a specific fluid one of the standard reference states: "IIR", "ASHRAE", "NBP", or "DEF" (CoolProp default).
get_mixture_binary_pair_data
get_mixture_binary_pair_data
"CAS1", "CAS2", "Parameter"
CoolProp
Gets the binary mixing parameter for a specified binary pair. Fluid names MUST be the "CAS" string for each of the components. Parameter must be one of ["name1", "name2", "function", "type", "F", "xi", "zeta", "gammaT", "gammaV", "betaT", "betaV"].
set_mixture_binary_pair_data
set_mixture_binary_pair_data
"CAS1", "CAS2", "Parameter", Value
CoolProp
Sets the binary mixing parameter for a specified binary pair. Fluid names MUST be the "CAS" string for each of the components. "Parameter" must be one of ["F", "xi", "zeta", "gammaT", "gammaV", "betaT", "betaV"]. Value, is the numeric value of the parameter being set.
apply_simple_mixing_rule
apply_simple_mixing_rule
"CAS1", "CAS2", "Parameter", Value
CoolProp
Sets the binary mixing rule for a specified binary pair. Fluid names can be either the "CAS" string or one of the fluid alias strings for each of the components. "Rule" must be either "linear" (to set a linear function of molar composition) or "Lorentz-Berthelot" (all interaction parameters set to 1.0).