PropertyPackageCalcSolidEnthalpyFromCp Method

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double CalcSolidEnthalpyFromCp(
	double T,
	double[] Vx,
	List<ICompoundConstantProperties> cprops
)

Parameters

T  Double
 
Vx  Double
 
cprops  ListICompoundConstantProperties
 

Return Value

Double

See Also