Click or drag to resize

FlowsheetSolverSolveSimultaneousAdjustsAsync Method

Async simultaneous adjust solver routine.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
private static void SolveSimultaneousAdjustsAsync(
	Object fobj,
	CancellationToken ct
)
Request Example View Source

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