Flowsheet BaseAdd Compounds To Material Stream Method
Adds all compounds currently selected in the flowsheet to all phases of the given material stream,
then equalises the overall composition and recalculates mass fractions.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void AddCompoundsToMaterialStream(
IMaterialStream ms
)VB
Public Sub AddCompoundsToMaterialStream (
ms As IMaterialStream
)Parameters
- ms IMaterialStream
- The material stream to populate with the selected compounds.