MaterialStreamGetPhaseMolarFlow Method

Returns the molar flow rate of the phase with the given name, in mol/s.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object GetPhaseMolarFlow(
	string phasename
)

Parameters

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

Return Value

Object
Molar flow of the requested phase in mol/s.

See Also