liquid_pure_rp#
- liquid_pure_rp(phase, T='pore.temperature', Tc='param.critical_temperature', omega='param.acentric_factor', Cpg='pore.heat_capacity_gas')[source]#
- Parameters:
phase (OpenPNM Phase object) – The phase object to which this model is associated (i.e. attached). This controls the length of the calculated array(s), and also provides access to other necessary properties.
T (str (dict key) or numeric) – Name of the dictionary key on
phase
containing the ndarray of temperature values, in units of [K]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.Tc (str (dict key) or numeric) – Name of the dictionary key on
phase
containing the ndarray of critical temperature values, in units of [K]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.omega (str (dict key) or numeric) – Name of the dictionary key on
phase
containing the ndarray of accentric factor values, which is dimensionless. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.Cpg (str (dict key) or numeric) – Name of the dictionary key on
phase
containing the ndarray of gas phase heat capacity values, in units of [J/mol]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.