Flowsheet BaseRequest Calculation Method
Requests a flowsheet calculation, optionally scoped to a single changed object.
When sender is provided the object is queued and the solver runs asynchronously.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void RequestCalculation(
ISimulationObject sender = null,
bool ChangeCalculationOrder = false
)VB
Public Sub RequestCalculation (
Optional sender As ISimulationObject = Nothing,
Optional ChangeCalculationOrder As Boolean = false
)Parameters
- sender ISimulationObject (Optional)
- The simulation object that triggered the recalculation, or Nothing for a full solve.
- ChangeCalculationOrder Boolean (Optional)
- When True, recalculates the optimal calculation order before solving.