Click or drag to resize

MixtureOfFluids.GetMassFractionsFromFluidsAndMoleFractions(IEnumerable<ValueTuple<HelmholtzEquationOfStateOfPureFluidsBySpanEtAl, 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.3261.0 (4.8.3261.0)
Syntax
C#
public static double[] GetMassFractionsFromFluidsAndMoleFractions(
	IEnumerable<(HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid, double MoleFraction)> list
)

Parameters

list  IEnumerable<ValueTuple<HelmholtzEquationOfStateOfPureFluidsBySpanEtAl, 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