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)

__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.