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
ThermalResults.cp
Gets the cp value.
ThermalResults.cp_cv
Gets the cp/cv ratio.
ThermalResults.enthalpy
Gets the enthalpy value.
ThermalResults.entropy
Gets the entropy value.
ThermalResults.internal_energy
Gets the internal energy value.
ThermalResults.joule_thomson_coef
Gets the Joule-Thomson coefficient.
ThermalResults.speed_of_sound
Gets the speed of sound value.
ThermalResults.thermal_conductivity
Gets the thermal conductivity value.
ThermalResults.thermal_expansion_coef
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)