PropertyPackageCOMaterialtoDWMaterial Method

Converts a COM Material Object into a DWSIM Material Stream.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public IMaterialStream COMaterialtoDWMaterial(
	Object material
)

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