ThermoPlug Class

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[SerializableAttribute]
public abstract class ThermoPlug
Inheritance
Object    ThermoPlug
Derived

Constructors

Methods

CalcEnthalpy Calculates the molar enthalpy departure of a mixture using the equation of state.
CalcEntropy Calculates the molar entropy departure of a mixture using the equation of state.
CalcGibbsEnergy Calculates the molar Gibbs energy departure of a mixture using the equation of state.
CalcHelmoltzEnergy Calculates the molar Helmholtz energy departure of a mixture using the equation of state.
CalcIsothermalCompressibility Calculates the isothermal compressibility of a mixture using a cubic EOS.
CalcJouleThomsonCoefficient Calculates the Joule-Thomson coefficient (dT/dP at constant enthalpy) for a mixture using a cubic EOS.
CalcLnFug Calculates the natural logarithm of fugacity coefficients for each component at the given T and P.
CalcLnFugTV Calculates the natural logarithm of fugacity coefficients at the given temperature and molar volume (TV specification).
CalcP Calculates the pressure of a mixture at the given molar volume and temperature.
PhaseType Determines the phase type (vapor or liquid) and compressibility factor of a mixture at the given conditions.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also