FlowsheetBaseRequestCalculation 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
public void RequestCalculation(
	ISimulationObject sender = null,
	bool ChangeCalculationOrder = 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.

Implements

IFlowsheetRequestCalculation(ISimulationObject, Boolean)

See Also