MaterialStreamCreateMaterial Method |
Creates a Material Object with the same configuration as the current Material Object.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntaxpublic Object CreateMaterial()
Public Function CreateMaterial As Object
Request Example
View SourceReturn 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.
Implements
ICapeThermoMaterial.CreateMaterial
See Also