Interface for components that have a solid state.  
#include <dumux/material/components/solid.hh>
|  | 
| template<class C = Component> | 
| static constexpr bool | solidIsCompressible () | 
|  | Returns true if the solid phase is assumed to be compressible. 
 | 
|  | 
| 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]}\). 
 | 
|  | 
| template<class C = Component> | 
| static Scalar | solidThermalConductivity (Scalar temperature) | 
|  | Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a solid. 
 | 
|  | 
| template<class C = Component> | 
| static Scalar | solidHeatCapacity (Scalar temperature) | 
|  | Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a solid. 
 | 
|  | 
◆ solidDensity()
template<class Scalar, class Component> 
template<class C = Component> 
 
- Parameters
- 
  
    | temperature | temperature of component in \(\mathrm{[K]}\) |  
 
 
 
◆ solidHeatCapacity()
template<class Scalar, class Component> 
template<class C = Component> 
 
- Parameters
- 
  
    | temperature | temperature of component in \(\mathrm{[K]}\) |  
 
 
 
◆ solidIsCompressible()
template<class Scalar, class Component> 
template<class C = Component> 
 
 
◆ solidThermalConductivity()
template<class Scalar, class Component> 
template<class C = Component> 
 
- Parameters
- 
  
    | temperature | temperature of component in \(\mathrm{[K]}\) |  
 
 
 
The documentation for this class was generated from the following file: