FormFlowsheetAddComponentsRows Method

Populates all phases of the given material stream with the compounds currently selected in the flowsheet, then equalises the overall composition and recalculates mass fractions.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddComponentsRows(
	IMaterialStream MaterialStream
)

Parameters

MaterialStream  IMaterialStream
The material stream to populate.

Implements

IFlowsheetAddCompoundsToMaterialStream(IMaterialStream)

See Also