Click or drag to resize

MixtureOfFluids(IReadOnlyListValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double, Boolean) Constructor

Initializes a new instance of the MixtureOfFluids class from a read-only list of components and their mole fractions.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public MixtureOfFluids(
	IReadOnlyList<(HelmholtzEquationOfStateOfPureFluidsBySpanEtAl pureFluid, double moleFraction)> fluidsAndMoleFractions,
	bool checkForSumEqualToOne = true
)

Parameters

fluidsAndMoleFractions  IReadOnlyListValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double
A read-only list containing tuples of pure fluid definitions and their mole fractions.
checkForSumEqualToOne  Boolean  (Optional)
If set to true, the sum of the supplied mole fractions is validated to equal one.
See Also