ICapeThermoCalculationRoutine Interface

ICapeThermoCalculationRoutine is a mechanism for adding foreign calculation routines to a physical property package.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c0991-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeThermoCalculationRoutine

Methods

CalcProp Calculate some properties
GetPropList Get the list of properties
PropCheck Check a property is valid
ValidityCheck Check the validity of the given properties

See Also