Material StreamSet Overall Compound Molar Flow(Int 32, 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(
int compoundIndex,
double flow
)VB
Public Sub SetOverallCompoundMolarFlow (
compoundIndex As Integer,
flow As Double
)Parameters
Remarks
The stream must be fully calculated before calling this function.