Mixture |
The MixtureOfFluids type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateMolecularWeight | ||
| CalculateReducingDensityAndTemperature | ||
| CalculateWorkingUniversalGasConstant | ||
| CollectAllBinaryMixDefinitions | ||
| CollectAllFluidDefinitions | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromCASRegistryNumbersAndMassFractions | Creates a mixture from CAS registry numbers and mass fractions. The provided mass fractions are converted to mole fractions. | |
| FromCASRegistryNumbersAndMoleFractions | Creates a mixture from CAS registry numbers and mole fractions. | |
| GetDeltaFromMassDensity |
Gets the reduced density by density / ReducingMassDensity.
(Inherited from HelmholtzEquationOfState) | |
| GetDeltaFromMoleDensity |
Gets the reduced density by density / ReducingMassDensity.
(Inherited from HelmholtzEquationOfState) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMassFractionsFromFluidsAndMoleFractions(IEnumerableValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) | Gets the mass fractions from the fluids and the mole fractions of the fluids. | |
| GetMassFractionsFromFluidsAndMoleFractions(ValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) | Gets the mass fractions from the fluids and the mole fractions of the fluids. | |
| GetMassFractionsFromMolecularWeightsAndMoleFractions(IEnumerableValueTupleDouble, Double) | Gets the mass fractions from the molecular weights and mole fractions of the fluids. | |
| GetMassFractionsFromMolecularWeightsAndMoleFractions(ValueTupleDouble, Double) | Gets the mass fractions from the molecular weights and mole fractions of the fluids. | |
| GetMoleFractionsFromFluidsAndMassFractions(IEnumerableValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) | Gets the mole fractions from the fluids and the mass fractions of the fluids. | |
| GetMoleFractionsFromFluidsAndMassFractions(ValueTupleHelmholtzEquationOfStateOfPureFluidsBySpanEtAl, Double) | Gets the mole fractions from the fluids and the mass fractions of the fluids. | |
| GetMoleFractionsFromMolecularWeightsAndMassFractions(IEnumerableValueTupleDouble, Double) | Gets the mole fractions from the molecular weights and mass fractions of the fluids. | |
| GetMoleFractionsFromMolecularWeightsAndMassFractions(ValueTupleDouble, Double) | Gets the mole fractions from the molecular weights and mass fractions of the fluids. | |
| GetTauFromTemperature |
Gets the inverse reduced temperature by ReducingTemperature / temperature.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterAdiabaticPressureChangeInGasPhase(DimensionfulQuantity, DimensionfulQuantity, DimensionfulQuantity) |
Gets the gas temperature after an adiabatic pressure change in a gas. ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterAdiabaticPressureChangeInGasPhase(Double, Double, Double) |
Gets the gas temperature after an adiabatic pressure change in a gas. ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterIsenthalpicPressureChangeInGasPhase(DimensionfulQuantity, DimensionfulQuantity, DimensionfulQuantity) |
Gets the gas temperature after an isenthalpic pressure change in a gas. For example, this is the case if the gas is expanded through a throttle valve.
ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterIsenthalpicPressureChangeInGasPhase(Double, Double, Double) |
Gets the gas temperature after an isenthalpic pressure change in a gas. For example, this is the case if the gas is expanded through a throttle valve.
ATTENTION UNCHECKED: this function assumes that the
isenthalpic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsentropicDerivativeOfMassSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMassSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMoleSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMoleSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressibility in 1/Pa from mass density (kg/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMassDensityAndTemperature(Double, Double) |
Gets the isothermal compressibility in 1/Pa from mass density (kg/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressibility in 1/Pa from mole density (mol/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMoleDensityAndTemperature(Double, Double) |
Gets the isothermal compressibility in 1/Pa from mole density (mol/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressional modulus K in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMassDensityAndTemperature(Double, Double) |
Gets the isothermal compressional modulus K in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressional modulus in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMoleDensityAndTemperature(Double, Double) |
Gets the isothermal compressional modulus in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMassDensity_FromMassDensityAndTemperature |
Gets the derivative of pressure w.r.t. the mass density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMoleDensity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the derivative of pressure w.r.t. the mole density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMoleDensity_FromMoleDensityAndTemperature(Double, Double) |
Gets the derivative of pressure w.r.t. the mole density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMassDensityAndTemperature(Double, Double) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Joule-Thomson coefficient from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMoleDensityAndTemperature(Double, Double) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromMoleDensity(DimensionfulQuantity) |
Gets the mass density (SIUnit: kg/m³) from mole density (SIUnit: mol/m³).
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromMoleDensity(Double) |
Gets the mass density (in kg/m³) from mole density (in mol/m³).
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double) |
Gets the mass density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(Double, Double, Double) |
Gets the mass density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double, DimensionfulQuantity) |
Gets the mass density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(Double, Double, Double, Double) |
Gets the mass density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMassDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMoleDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMassDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMoleDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mass specific Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MoleDensity_FromMassDensity(DimensionfulQuantity) |
Gets the mole density from mass density.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromMassDensity(Double) |
Gets the mole density (in mol/m³) from mass density (in kg/m³).
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double) |
Get the mole density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(Double, Double, Double) |
Get the mole density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double, DimensionfulQuantity) |
Gets the mole density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(Double, Double, Double, Double) |
Gets the mole density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensityEstimates_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets an estimate of the mole densities at a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensityEstimates_FromPressureAndTemperature(Double, Double) |
Gets an estimate of the mole densities at a given pressure and temperature.
(Overrides HelmholtzEquationOfStateMoleDensityEstimates_FromPressureAndTemperature(Double, Double)) | |
| MoleSpecificEnthalpy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMassDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMoleDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMassDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMoleDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Phi0_OfReducedVariables |
Ideal part of the dimensionless Helmholtz energy as function of reduced variables. (Page 1541, Table 28)
(Overrides HelmholtzEquationOfStatePhi0_OfReducedVariables(Double, Double)) | |
| Phi0_tau_OfReducedVariables |
First derivative of the dimensionless Helmholtz energy as function of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
(Overrides HelmholtzEquationOfStatePhi0_tau_OfReducedVariables(Double, Double)) | |
| Phi0_tautau_OfReducedVariables |
Second derivative of Phi0 the of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
(Overrides HelmholtzEquationOfStatePhi0_tautau_OfReducedVariables(Double, Double)) | |
| PhiR_delta_OfReducedVariables | (Overrides HelmholtzEquationOfStatePhiR_delta_OfReducedVariables(Double, Double)) | |
| PhiR_deltadelta_OfReducedVariables | (Overrides HelmholtzEquationOfStatePhiR_deltadelta_OfReducedVariables(Double, Double)) | |
| PhiR_deltatau_OfReducedVariables | (Overrides HelmholtzEquationOfStatePhiR_deltatau_OfReducedVariables(Double, Double)) | |
| PhiR_OfReducedVariables |
Calculates the residual part of the dimensionless Helmholtz energy in dependence on reduced density and reduced inverse temperature.
(Overrides HelmholtzEquationOfStatePhiR_OfReducedVariables(Double, Double)) | |
| PhiR_tau_OfReducedVariables | (Overrides HelmholtzEquationOfStatePhiR_tau_OfReducedVariables(Double, Double)) | |
| PhiR_tautau_OfReducedVariables | (Overrides HelmholtzEquationOfStatePhiR_tautau_OfReducedVariables(Double, Double)) | |
| Pow3 | ||
| Pressure_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the pressure from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMassDensityAndTemperature(Double, Double) |
Get the pressure from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the pressure from a given molar density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the pressure from a given molar density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMassDensityAndTemperature(Double, Double) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMoleDensityAndTemperature(Double, Double) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetFluidFromCasRegistryNumber | Tries to get the fluid from its CAS registry number. | |
| WithMassFractions | Returns the same mixture of fluids, but with other mass fractions. | |
| WithMoleFractions(Double) | Returns the same mixture of fluids, but with other mole fractions. | |
| WithMoleFractions(IEnumerableDouble, Boolean) | Returns the same mixture of fluids, but with other mole fractions. |