FlowsheetBaseRequestCalculationAndWait Method

Runs a full flowsheet calculation synchronously and returns any exceptions raised during the solve.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public List<Exception> RequestCalculationAndWait()

Return Value

ListException
A list of exceptions from the calculation pass, or an empty list on success.

Implements

IFlowsheetRequestCalculationAndWait

See Also