Material StreamSet Overall Compound Mass Flow(Int 32, Double) Method
Set the mass flow for a single compound and updates the overall mass 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 SetOverallCompoundMassFlow(
int compoundIndex,
double flow
)VB
Public Sub SetOverallCompoundMassFlow (
compoundIndex As Integer,
flow As Double
)Parameters
Remarks
The stream must be fully calculated before calling this function.