A class for the NaCl properties.
#include <dumux/material/components/nacl.hh>
Public Types | |
| using | Scalar |
| export the scalar type used by the component | |
Static Public Member Functions | |
| static std::string | name () |
| A human readable name for the NaCl. | |
| static constexpr Scalar | molarMass () |
| The molar mass of NaCl in \(\mathrm{[kg/mol]}\). | |
| static Scalar | solidDensity (Scalar temperature) |
| The mass density \(\mathrm{[kg/m^3]}\) of NaCl. | |
| static Scalar | solidMolarDensity (Scalar temperature) |
| The mass density \(\mathrm{[kg/m^3]}\) of NaCl. | |
| static Scalar | solidHeatCapacity (Scalar temperature) |
| The specific heat capacity \(\mathrm{[J/kg K]}\) of NaCl. | |
| static Scalar | solidThermalConductivity (Scalar temperature) |
| Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a solid. | |
| static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
| A default routine for initialization, not needed for components and must not be called. | |
| static constexpr Scalar | criticalTemperature () |
| Returns the critical temperature in \(\mathrm{[K]}\) of the component. | |
| static constexpr Scalar | criticalPressure () |
| Returns the critical pressure in \(\mathrm{[Pa]}\) of the component. | |
| static constexpr Scalar | tripleTemperature () |
| Returns the temperature in \(\mathrm{[K]}\) at the component's triple point. | |
| static constexpr Scalar | triplePressure () |
| Returns the pressure in \(\mathrm{[Pa]}\) at the component's triple point. | |
| static Scalar | vaporPressure (Scalar t) |
| The vapor pressure in \(\mathrm{[Pa]}\) of the component at a given temperature in \(\mathrm{[K]}\). | |
| static constexpr bool | solidIsCompressible () |
| Returns true if the solid phase is assumed to be compressible. | |
Static Public Attributes | |
| static constexpr bool | isTabulated |
| if the component relies on tabulated values | |
|
inherited |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticinherited |
| tempMin | The minimum of the temperature range in \(\mathrm{[K]}\) |
| tempMax | The maximum of the temperature range in \(\mathrm{[K]}\) |
| nTemp | The number of entries/steps within the temperature range |
| pressMin | The minimum of the pressure range in \(\mathrm{[Pa]}\) |
| pressMax | The maximum of the pressure range in \(\mathrm{[Pa]}\) |
| nPress | The number of entries/steps within the pressure range |
This function throws a warning when called: "No init routine defined - make sure that this is not necessary!"
|
inlinestaticconstexpr |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticconstexprinherited |
|
inlinestatic |
|
inlinestatic |
| temperature | temperature of component in \(\mathrm{[K]}\) |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticinherited |
| t | temperature of the component in \(\mathrm{[K]}\) |
|
staticconstexprinherited |