Click or drag to resize

MixtureOfFluids(HelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double, HelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double, HelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double, Boolean) Constructor

Initializes a new instance of the MixtureOfFluids class with three components.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MixtureOfFluids(
	HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid1,
	double moleFraction1,
	HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid2,
	double moleFraction2,
	HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid3,
	double moleFraction3,
	bool checkForSumEqualsOne = true
)

Parameters

fluid1  HelmholtzEquationOfStateOfPureFluidsBySpanEtAl
The first fluid component.
moleFraction1  Double
The mole fraction of the first fluid component.
fluid2  HelmholtzEquationOfStateOfPureFluidsBySpanEtAl
The second fluid component.
moleFraction2  Double
The mole fraction of the second fluid component.
fluid3  HelmholtzEquationOfStateOfPureFluidsBySpanEtAl
The third fluid component.
moleFraction3  Double
The mole fraction of the third fluid component.
checkForSumEqualsOne  Boolean  (Optional)
If set to , validates that the mole fractions sum to one.
Remarks
Overload that forwards to the main constructor.
See Also