Material StreamSet Overall Compound Mass Flow(String, 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(
string compoundName,
double flow
)VB
Public Sub SetOverallCompoundMassFlow (
compoundName As String,
flow As Double
)Parameters
Remarks
The stream must be fully calculated before calling this function.