PropertyPackageDW_CalcEnthalpyOfReaction Method |
Calculater enthalpy of reaction for a given phase
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual double DW_CalcEnthalpyOfReaction(
double[] Vn,
double T,
double P
)
Public Overridable Function DW_CalcEnthalpyOfReaction (
Vn As Double(),
T As Double,
P As Double
) As Double
Request Example
View SourceParameters
- Vn Double
- Vector containing number of moles for each compound
- T Double
- Temperature in K
- P Double
- Pressure in Pa
Return Value
DoubleDHr in kJ
See Also