MaterialStreamSetOverallCompoundMolarFlow(Int32, Double) Method |
Set the molar flow for a single compound and updates the overall molar flow and composition.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void SetOverallCompoundMolarFlow(
int compoundIndex,
double flow
)
Public Sub SetOverallCompoundMolarFlow (
compoundIndex As Integer,
flow As Double
)
Request Example
View SourceParameters
- compoundIndex Int32
- Index of the compound
- flow Double
- flow rate in mol/s
Remarks The stream must be fully calculated before calling this function.
See Also