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