MaterialStreamCalcPhaseMassComposition Method

Calculates and stores the mass fractions for each compound in the specified phase, based on the current mole fractions.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void CalcPhaseMassComposition(
	Phase dwp
)

Parameters

dwp  Phase
The phase for which mass fractions are calculated.

See Also