Click or drag to resize

MixtureOfFluidsGetMoleFractionsFromFluidsAndMassFractions(IEnumerableValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) Method

Gets the mole fractions from the fluids and the 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[] GetMoleFractionsFromFluidsAndMassFractions(
	IEnumerable<(HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid, double MassFraction)> list
)

Parameters

list  IEnumerableValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double
The list of fluids and mass fractions of the fluids.

Return Value

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