Click or drag to resize

MixtureOfFluidsGetMoleFractionsFromMolecularWeightsAndMassFractions(ValueTupleDouble, Double) Method

Gets the mole fractions from the molecular weights and mass fractions of the fluids.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] GetMoleFractionsFromMolecularWeightsAndMassFractions(
	params (double , double )[] list
)

Parameters

list  ValueTupleDouble, Double
The list of molecular weights and mass fractions of the fluids.

Return Value

Double
An array with the mole fractions of the fluids.
See Also