Click or drag to resize

MaterialStreamSetOverallCompoundMassFlow(Int32, Double) Method

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

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void SetOverallCompoundMassFlow(
	int compoundIndex,
	double flow
)
Request Example View Source

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