Form FlowsheetRequest Calculation 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void RequestCalculation(
ISimulationObject sender = null,
bool changecalcorder = false
)VB
Public Sub RequestCalculation (
Optional sender As ISimulationObject = Nothing,
Optional changecalcorder As Boolean = false
)Parameters
- sender ISimulationObject (Optional)
- Optional object whose recalculation is requested; pass Nothing for a full solve.
- changecalcorder Boolean (Optional)
- Reserved; currently unused.