Flowsheet SolverCalculate Material Stream 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
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public static void CalculateMaterialStream(
Object fobj,
ISimulationObject ms,
bool DoNotCalcFlash = false,
bool OnlyMe = false
)VB
Public Shared Sub CalculateMaterialStream (
fobj As Object,
ms As ISimulationObject,
Optional DoNotCalcFlash As Boolean = false,
Optional OnlyMe As Boolean = 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)