Click or drag to resize

MixtureOfFluidsWithMassFractions Method

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

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

Parameters

massFractions  Double
The mass fractions of the components.

Return Value

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