Click or drag to resize

PropertyPackageCOMaterialtoDWMaterial Method

Converts a COM Material Object into a DWSIM Material Stream.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public IMaterialStream COMaterialtoDWMaterial(
	Object material
)
Request Example View Source

Parameters

material  Object
The Material Object to convert from

Return Value

IMaterialStream
A DWSIM Material Stream
Remarks
This function is called by SetMaterial when DWSIM Property Packages are working in outside environments (CAPE-OPEN COSEs) like COCO/COFE.
See Also