FormFlowsheetRequestCalculationAndWait Method

Synchronously solves the flowsheet and returns any exceptions encountered during calculation.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public List<Exception> RequestCalculationAndWait()

Return Value

ListException
A list of exceptions raised during the solve; empty if successful.

Implements

IFlowsheetRequestCalculationAndWait

See Also