FlowsheetSolver2SolveFlowsheet Method

Calculate all objects in the Flowsheet using an ordering method.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public List<Exception> SolveFlowsheet(
	Object fobj,
	bool frompgrid = false,
	bool Adjusting = false,
	Action FinishSuccess = null,
	Action FinishWithErrors = null,
	Action FinishAny = null,
	bool ChangeCalcOrder = false
)

Parameters

fobj  Object
Flowsheet to be calculated (FormFlowsheet object).
frompgrid  Boolean  (Optional)
True if the routine is called from a PropertyGrid PropertyChanged event.
Adjusting  Boolean  (Optional)
True if the routine is called from the Simultaneous Adjust Solver.
FinishSuccess  Action  (Optional)
 
FinishWithErrors  Action  (Optional)
 
FinishAny  Action  (Optional)
 
ChangeCalcOrder  Boolean  (Optional)
 

Return Value

ListException

See Also