Material StreamSet Overall Compound Molar Flow(String, 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public void SetOverallCompoundMolarFlow(
string compoundName,
double flow
)VB
Public Sub SetOverallCompoundMolarFlow (
compoundName As String,
flow As Double
)Parameters
Remarks
The stream must be fully calculated before calling this function.