MaterialStreamCreateMaterial Method

Creates a Material Object with the same configuration as the current Material Object.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object CreateMaterial()

Return Value

Object
The Material Object created does not contain any non-constant Physical Property value but has the same configuration (Compounds and Phases) as the current Material Object. These Physical Property values must be set using SetSinglePhaseProp, SetTwoPhaseProp or SetOverallProp. Any attempt to retrieve Physical Property values before they have been set will result in an exception.

Implements

ICapeThermoMaterialCreateMaterial

See Also