FlowsheetSolver2SolveSimultaneousAdjustsAsync Method

Async simultaneous adjust solver routine.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
private void SolveSimultaneousAdjustsAsync(
	Object fobj,
	CancellationToken ct
)

Parameters

fobj  Object
Flowsheet where the object belongs to.
ct  CancellationToken
The cancellation token, used to listen for calculation cancellation requests from the user.

Remarks

Solves all marked Adjust objects in the flowsheet simultaneously using Netwon's method.

See Also