Click or drag to resize

MaterialStreamCreateMaterial Method

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

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object CreateMaterial()
Request Example View Source

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

ICapeThermoMaterial.CreateMaterial
See Also