FlowsheetSolverCalculateMaterialStream Method

Material Stream calculation routine 1. This routine check all input values and calculates all remaining properties of the stream.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public static void CalculateMaterialStream(
	Object fobj,
	ISimulationObject ms,
	bool DoNotCalcFlash = false,
	bool OnlyMe = false
)

Parameters

fobj  Object
Flowsheet to what the stream belongs to.
ms  ISimulationObject
Material Stream object to be calculated.
DoNotCalcFlash  Boolean  (Optional)
Tells the calculator whether to do flash calculations or not.
OnlyMe  Boolean  (Optional)
 

See Also