MaterialStreamSetOverallCompoundMassFlow(String, Double) Method |
Set the mass flow for a single compound and updates the overall mass flow and composition.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void SetOverallCompoundMassFlow(
string compoundName,
double flow
)
Public Sub SetOverallCompoundMassFlow (
compoundName As String,
flow As Double
)
Request Example
View SourceParameters
- compoundName String
- Name of the compound
- flow Double
- flow rate in kg/s
Remarks The stream must be fully calculated before calling this function.
See Also