FormFlowsheetRequestCalculation Method

Requests an asynchronous full flowsheet calculation, optionally scoped to a single object, and waits for it to complete.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RequestCalculation(
	ISimulationObject sender = null,
	bool changecalcorder = false
)

Parameters

sender  ISimulationObject  (Optional)
Optional object whose recalculation is requested; pass Nothing for a full solve.
changecalcorder  Boolean  (Optional)
Reserved; currently unused.

Implements

IFlowsheetRequestCalculation(ISimulationObject, Boolean)

See Also