Material StreamGet Phase Molar Fraction Method
Returns the molar 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
Molar fraction of the requested phase.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetPhaseMolarFraction(
string phasename
)VB
Public Function GetPhaseMolarFraction (
phasename As String
) As ObjectParameters
- phasename String
- Phase name (e.g. "Vapor", "Liquid1", "Solid").
Return Value
ObjectMolar fraction of the requested phase.