Material StreamCreate Material 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
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.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object CreateMaterial()VB
Public Function CreateMaterial As ObjectReturn Value
ObjectThe 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.