ElectrolyteLiquidEnthalpy Method

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double LiquidEnthalpy(
	double T,
	double[] Vx,
	List<ICompoundConstantProperties> cprops,
	double[] activcoeffT2,
	double[] activcoeffT1,
	bool ExcessOnly
)

Parameters

T  Double
 
Vx  Double
 
cprops  ListICompoundConstantProperties
 
activcoeffT2  Double
 
activcoeffT1  Double
 
ExcessOnly  Boolean
 

Return Value

Double

See Also