WARalgorithm Constructor

Creates a new instance of the WARalgorithm class.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public WARalgorithm(
	DataTable warDataTable,
	ICapeFlowsheetMonitoring Monitoring
)

Parameters

warDataTable  DataTable
DataTablecontaining chemical data used in the WAR Algorithm Calculation.
Monitoring  ICapeFlowsheetMonitoring
An ICapeFlowsheetMonitoring reference to the current flowsheet in the process modeling environment (PME).

See Also