Click or drag to resize

MaterialStreamSetOverallCompoundMolarFlow(String, Double) Method

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

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void SetOverallCompoundMolarFlow(
	string compoundName,
	double flow
)
Request Example View Source

Parameters

compoundName  String
Name of the compound
flow  Double
flow rate in mol/s
Remarks
The stream must be fully calculated before calling this function.
See Also