MixtureOfFluidsGetMassFractionsFromMolecularWeightsAndMoleFractions(IEnumerableValueTupleDouble, Double) Method |
Gets the mass fractions from the molecular weights and mole fractions of the fluids.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] GetMassFractionsFromMolecularWeightsAndMoleFractions(
IEnumerable<(double MolecularWeight, double MoleFraction)> list
)
Parameters
- list IEnumerableValueTupleDouble, Double
- The list of molecular weights and mole fractions of the fluids.
Return Value
DoubleAn array with the mass fractions of the fluids.
See Also