MixtureOfFluidsWithMoleFractions(Double) Method |
Returns the same mixture of fluids, but with other mole fractions.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MixtureOfFluids WithMoleFractions(
params double[] moleFractions
)
Parameters
- moleFractions Double
- The mole fractions of the components.
Return Value
MixtureOfFluidsA mixture with the same components, but different mole fractions. The sum of mole fractions has to be equal to 1.
See Also