MaterialStreamSetOverallCompoundMolarFlow(Int32, Double) Method

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

Definition

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

Parameters

compoundIndex  Int32
Index of the compound
flow  Double
flow rate in mol/s

Remarks

The stream must be fully calculated before calling this function.

See Also