MaterialStreamGetCompoundMassFlow Method

Returns the mass flow of the specified compound in the overall mixture, in kg/s.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double GetCompoundMassFlow(
	string name
)

Parameters

name  String
Compound name.

Return Value

Double

Implements

IMaterialStreamGetCompoundMassFlow(String)

See Also