FlowsheetSolverCalculateObject(Object, CalculationArgs, Object, Boolean) Method

Flowsheet calculation routine 1. Calculates the object using information sent by the queue and updates the flowsheet.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public static void CalculateObject(
	Object fobj,
	CalculationArgs objArgs,
	Object sender,
	bool OnlyMe = false
)

Parameters

fobj  Object
Flowsheet to calculate (FormChild object).
objArgs  CalculationArgs
A CalculationArgs object containing information about the object to be calculated and its current status.
sender  Object
OnlyMe  Boolean  (Optional)
 

See Also