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