MaterialStreamGetCompoundMolarFlow Method

Returns the molar flow of the specified compound in the overall mixture, in mol/s.

Definition

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

Parameters

name  String
Compound name.

Return Value

Double

Implements

IMaterialStreamGetCompoundMolarFlow(String)

See Also