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