PropertyPackageDW_CalcAdditionalEnthalpyTerm Method

Calculates additional enthalpy terms like heat of reaction, absorption, etc

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual double DW_CalcAdditionalEnthalpyTerm(
	double[] Vn,
	double T,
	double P
)

Parameters

Vn  Double
Number of moles vector
T  Double
Temperature in K
P  Double
Pressure in Pa

Return Value

Double
The additional enthalpy term in kJ/kg

See Also