Interface for components that have a solid state. More...
#include <dumux/material/components/solid.hh>
Interface for components that have a solid state.
Static Public Member Functions | |
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... | |
|
inlinestatic |
The density in \mathrm{[kg/m^3]} of the component at a given pressure in \mathrm{[Pa]} and temperature in \mathrm{[K]}.
temperature | temperature of component in \mathrm{[K]} |
|
inlinestatic |
Specific isobaric heat capacity of the component \mathrm{[J/(kg*K)]} as a solid.
temperature | temperature of component in \mathrm{[K]} |
|
inlinestaticconstexpr |
Returns true if the solid phase is assumed to be compressible.
|
inlinestatic |
Thermal conductivity of the component \mathrm{[W/(m*K)]} as a solid.
temperature | temperature of component in \mathrm{[K]} |