Click or drag to resize

MixtureOfFluidsGetMassFractionsFromMolecularWeightsAndMoleFractions(ValueTupleDouble, Double) Method

Gets the mass fractions from the molecular weights and mole 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[] GetMassFractionsFromMolecularWeightsAndMoleFractions(
	params (double , double )[] list
)

Parameters

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

Return Value

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