Click or drag to resize

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

Initializes a new instance of the MixtureOfFluids class with four 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,
	HelmholtzEquationOfStateOfPureFluidsBySpanEtAl fluid4,
	double moleFraction4,
	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.
fluid4  HelmholtzEquationOfStateOfPureFluidsBySpanEtAl
The fourth fluid component.
moleFraction4  Double
The mole fraction of the fourth fluid component.
checkForSumEqualsOne  Boolean  (Optional)
If set to , validates that the mole fractions sum to one.
See Also