Click or drag to resize

MixtureOfFluidsWithMoleFractions(Double) Method

Returns the same mixture of fluids, but with other mole fractions.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MixtureOfFluids WithMoleFractions(
	params double[] moleFractions
)

Parameters

moleFractions  Double
The mole fractions of the components.

Return Value

MixtureOfFluids
A mixture with the same components, but different mole fractions. The sum of mole fractions has to be equal to 1.
See Also