Properties of granite.
More...
#include <dumux/material/components/granite.hh>
template<class
Scalar>
class Dumux::Components::Granite< Scalar >
- Template Parameters
-
Scalar | The type used for scalar values |
|
using | Scalar |
| export the scalar type used by the component
|
|
|
static std::string | name () |
| A human readable name for the solid.
|
|
static constexpr bool | solidIsCompressible () |
| Returns true if the solid phase is assumed to be compressible.
|
|
static constexpr Scalar | molarMass () |
| The molar mass of Siliciumoxide which is 70 % of granite in \(\mathrm{[kg/mol]}\).
|
|
static Scalar | solidDensity (Scalar temperature) |
| The density in \(\mathrm{[kg/m^3]}\) of the component at a given pressure in \(\mathrm{[Pa]}\) and temperature in \(\mathrm{[K]}\).
|
|
static Scalar | solidThermalConductivity (Scalar temperature) |
| Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a solid.
|
|
static Scalar | solidHeatCapacity (Scalar temperature) |
| Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*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 | isTabulated |
| if the component relies on tabulated values
|
|
◆ Scalar
◆ criticalPressure()
|
inlinestaticconstexprinherited |
◆ criticalTemperature()
|
inlinestaticconstexprinherited |
◆ init()
- Parameters
-
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!"
◆ molarMass()
◆ name()
◆ solidDensity()
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
◆ solidHeatCapacity()
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
◆ solidIsCompressible()
◆ solidThermalConductivity()
- Note
- Birch & Clark (1940) [Birch1940] Table 6: lambda(T=273.15 K)=6.6 cal/(cm*s*degC) and 1 cal/(cm*s*degC)=418.4 W/(m*K)
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
◆ triplePressure()
|
inlinestaticconstexprinherited |
◆ tripleTemperature()
|
inlinestaticconstexprinherited |
◆ vaporPressure()
- Parameters
-
t | temperature of the component in \(\mathrm{[K]}\) |
◆ isTabulated
The documentation for this class was generated from the following file: