MaterialStreamCalcProp1 Method

CAPE-OPEN 1.0: Calculates properties for a material object. Delegates to the associated property package.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void CalcProp1(
	Object materialObject,
	Object props,
	Object phases,
	string calcType
)

Parameters

materialObject  Object
 
props  Object
 
phases  Object
 
calcType  String
 

Implements

ICapeThermoCalculationRoutineCalcProp(Object, Object, Object, String)

See Also