Click or drag to resize

PropertyPackageDW_CalcAdditionalEnthalpyTerm Method

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

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public virtual double DW_CalcAdditionalEnthalpyTerm(
	double[] Vn,
	double T,
	double P
)
Request Example View Source

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