template<class Scalar, class ComponentT, bool isInertComp = true>
class Dumux::SolidSystems::OneCSolid< Scalar, ComponentT, isInertComp >
The simplest solid phase consisting of a single solid component.
- Note
- A solid is considered inert if it can't dissolve in a liquid and and can't increase its mass by precipitation from a fluid phase.
|
static std::string | componentName (int compIdx=0) |
| A human readable name for the component. More...
|
|
static std::string | name () |
| A human readable name for the solid system. More...
|
|
static constexpr bool | isCompressible (int compIdx=0) |
| Returns whether the phase is incompressible. More...
|
|
static constexpr bool | isInert () |
| Returns whether the component is inert (doesn't react) More...
|
|
static Scalar | molarMass (int compIdx=0) |
| The molar mass in \(\mathrm{[kg/mol]}\) of the component. More...
|
|
static Scalar | density (Scalar temperature, int compIdx=0) |
| The density \(\mathrm{[kg/m^3]}\) of the solid phase at a given pressure and temperature. More...
|
|
template<class SolidState > |
static Scalar | density (const SolidState &solidState, int compIdx=0) |
| The density \(\mathrm{[kg/m^3]}\) of the solid phase at a given pressure and temperature. More...
|
|
template<class SolidState > |
static Scalar | molarDensity (const SolidState &solidState, int compIdx=0) |
| The molar density of the solid phase at a given pressure and temperature. More...
|
|
static Scalar | thermalConductivity (Scalar temperature, int compIdx=0) |
| Thermal conductivity of the solid \(\mathrm{[W/(m K)]}\). More...
|
|
template<class SolidState > |
static Scalar | thermalConductivity (const SolidState &solidState, int compIdx=0) |
| Thermal conductivity of the solid \(\mathrm{[W/(m K)]}\). More...
|
|
static Scalar | heatCapacity (Scalar temperature, int compIdx=0) |
| Specific isobaric heat capacity of the solid \(\mathrm{[J/(kg K)]}\). More...
|
|
template<class SolidState > |
static Scalar | heatCapacity (const SolidState &solidState, int compIdx=0) |
| Specific isobaric heat capacity of the solid \(\mathrm{[J/(kg K)]}\). More...
|
|