Cape Thermo Material Wrapper Constructor
Creates an instance of the CapeThermoMaterialWrapper class for the material specificed.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapeThermoMaterialWrapper(
Object materialObject
)VB
Public Sub New (
materialObject As Object
)Parameters
- materialObject Object
- The material object to be wrapper by the instance of the class.
Remarks
This class provides access to the Material Object, which is a container of information that describes a Material stream.
Calculations of thermophysical and thermodynamic properties are performed by a Property Package using information stored in a Material Object. Results of such calculations may be stored in the Material Object for further usage. The ICapeThermoMaterial interface provides the methods to gather information and perform checks in preparation for a calculation, to request a calculation and to retrieve results and information stored in the Material Object.