MaterialStreamGetPhaseMolarFraction 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
public Object GetPhaseMolarFraction(
	string phasename
)

Parameters

phasename  String
Phase name (e.g. "Vapor", "Liquid1", "Solid").

Return Value

Object
Molar fraction of the requested phase.

See Also