PropertyPackageDW_CalcEnthalpyOfReaction Method

Calculater enthalpy of reaction for a given phase

Definition

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

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