FlowsheetSolverCalculateMaterialStream Method |
Material Stream calculation routine 1. This routine check all input values and calculates all remaining properties of the stream.
Namespace: DWSIM.FlowsheetSolverAssembly: 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
)
Public Shared Sub CalculateMaterialStream (
fobj As Object,
ms As ISimulationObject,
Optional DoNotCalcFlash As Boolean = false,
Optional OnlyMe As Boolean = false
)
Request Example
View SourceParameters
- 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