kappa_sdk.pvt.ThermalResults#
- class kappa_sdk.pvt.ThermalResults(enthalpy, entropy, cp, thermal_conductivity, cp_cv, thermal_expansion_coef, internal_energy, joule_thomson_coef, speed_of_sound)[source]#
Attributes
Gets the cp value.
Gets the cp/cv ratio.
Gets the enthalpy value.
Gets the entropy value.
Gets the internal energy value.
Gets the Joule-Thomson coefficient.
Gets the speed of sound value.
Gets the thermal conductivity value.
Gets the thermal expansion coefficient.
Methods
- Parameters:
enthalpy (float)
entropy (float)
cp (float)
thermal_conductivity (float)
cp_cv (float)
thermal_expansion_coef (float)
internal_energy (float)
joule_thomson_coef (float)
speed_of_sound (float)
- __init__(enthalpy, entropy, cp, thermal_conductivity, cp_cv, thermal_expansion_coef, internal_energy, joule_thomson_coef, speed_of_sound)[source]#
- Parameters:
enthalpy (float)
entropy (float)
cp (float)
thermal_conductivity (float)
cp_cv (float)
thermal_expansion_coef (float)
internal_energy (float)
joule_thomson_coef (float)
speed_of_sound (float)
- Return type:
None
- property enthalpy: float#
Gets the enthalpy value.
- property entropy: float#
Gets the entropy value.
- property cp: float#
Gets the cp value.
- property thermal_conductivity: float#
Gets the thermal conductivity value.
- property cp_cv: float#
Gets the cp/cv ratio.
- property thermal_expansion_coef: float#
Gets the thermal expansion coefficient.
- property internal_energy: float#
Gets the internal energy value.
- property joule_thomson_coef: float#
Gets the Joule-Thomson coefficient.
- property speed_of_sound: float#
Gets the speed of sound value.