MixtureOfFluidsWithMoleFractions(IEnumerableDouble, Boolean) 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(
IEnumerable<double> moleFractions,
bool checkForSumEqualToOne = true
)
Parameters
- moleFractions IEnumerableDouble
- The mole fractions of the components.
- checkForSumEqualToOne Boolean (Optional)
- If set to true, it is checked that the sum of mole fractions equals to 1. If this is not the case, a ArgumentOutOfRangeException is thrown.
Return Value
MixtureOfFluids[Missing <returns> documentation for "M:Altaxo.Science.Thermodynamics.Fluids.MixtureOfFluids.WithMoleFractions(System.Collections.Generic.IEnumerable{System.Double},System.Boolean)"]
See Also