PropertyPackageDW_CalcAdditionalEnthalpyTerm Method |
Calculates additional enthalpy terms like heat of reaction, absorption, etc
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual double DW_CalcAdditionalEnthalpyTerm(
double[] Vn,
double T,
double P
)
Public Overridable Function DW_CalcAdditionalEnthalpyTerm (
Vn As Double(),
T As Double,
P As Double
) As Double
Request Example
View SourceParameters
- Vn Double
- Number of moles vector
- T Double
- Temperature in K
- P Double
- Pressure in Pa
Return Value
DoubleThe additional enthalpy term in kJ/kg
See Also