FlowsheetBaseAddCompoundsToMaterialStream 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
public void AddCompoundsToMaterialStream(
	IMaterialStream ms
)

Parameters

ms  IMaterialStream
The material stream to populate with the selected compounds.

Implements

IFlowsheetAddCompoundsToMaterialStream(IMaterialStream)

See Also