Flowsheet BaseRequest Calculation And Wait 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
A list of exceptions from the calculation pass, or an empty list on success.
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public List<Exception> RequestCalculationAndWait()VB
Public Function RequestCalculationAndWait As List(Of Exception)Return Value
ListExceptionA list of exceptions from the calculation pass, or an empty list on success.