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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public WARalgorithm(
DataTable warDataTable,
ICapeFlowsheetMonitoring Monitoring
)VB
Public Sub New (
warDataTable As DataTable,
Monitoring As ICapeFlowsheetMonitoring
)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).