Click or drag to resize

PropertyPackageDW_CalcEnthalpyOfReaction Method

Calculater enthalpy of reaction for a given phase

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

Parameters

Vn  Double
Vector containing number of moles for each compound
T  Double
Temperature in K
P  Double
Pressure in Pa

Return Value

Double
DHr in kJ
See Also