MaterialStreamGetPhaseMassFraction 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
public Object GetPhaseMassFraction(
	string phasename
)

Parameters

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

Return Value

Object
Mass fraction of the requested phase.

See Also