Click or drag to resize

FlowsheetSolverCalculateMaterialStream Method

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

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public static void CalculateMaterialStream(
	Object fobj,
	ISimulationObject ms,
	bool DoNotCalcFlash = false,
	bool OnlyMe = false
)
Request Example View Source

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