template<class Scalar, class Component>
class Dumux::Components::Solid< Scalar, Component >
Interface for components that have a solid state.
|
template<class C = Component> |
static constexpr bool | solidIsCompressible () |
| Returns true if the solid phase is assumed to be compressible. More...
|
|
template<class C = Component> |
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]}\). More...
|
|
template<class C = Component> |
static Scalar | solidThermalConductivity (Scalar temperature) |
| Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a solid. More...
|
|
template<class C = Component> |
static Scalar | solidHeatCapacity (Scalar temperature) |
| Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a solid. More...
|
|