Click or drag to resize

MixtureOfFluidsGetMassFractionsFromFluidsAndMoleFractions(IEnumerableValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) Method

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

Parameters

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

Return Value

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