Material StreamGet Phase Molar Flow Method
Returns the molar flow rate of the phase with the given name, in mol/s.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Molar flow of the requested phase in mol/s.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetPhaseMolarFlow(
string phasename
)VB
Public Function GetPhaseMolarFlow (
phasename As String
) As ObjectParameters
- phasename String
- Phase name (e.g. "Vapor", "Liquid1", "Solid").
Return Value
ObjectMolar flow of the requested phase in mol/s.