MaterialStreamGetPhaseMassFlow Method

Returns the mass flow rate of the phase with the given name, in kg/s.

Definition

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

Parameters

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

Return Value

Object
Mass flow of the requested phase in kg/s.

See Also