ICapeThermoContext Interface

Provides a material object for physical property calculations.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c0b5f-0100-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeThermoContext

Remarks

Allows a material object to be passed between a PME and the Reactions components it is using so that the Reactions components can make Physical Property calculation calls.

Methods

SetMaterial Allows the client of a component that implements this interface to pass an ICapeThermoMaterialObject interface to the component, so that it can access the properties of a material and request property calculations.

See Also