MaterialStreamSetOverallCompoundMassFlow(Int32, Double) Method

Set the mass flow for a single compound and updates the overall mass flow and composition.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void SetOverallCompoundMassFlow(
	int compoundIndex,
	double flow
)

Parameters

compoundIndex  Int32
Name of the compound
flow  Double
flow rate in kg/s

Remarks

The stream must be fully calculated before calling this function.

See Also