template<class
Scalar>
class Dumux::Components::Granite< Scalar >
- Template Parameters
-
Scalar | The type used for scalar values |
|
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]}\).
|
|