version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dumux::Components::Solid< Scalar, Component > Class Template Reference

Interface for components that have a solid state.

#include <dumux/material/components/solid.hh>

Inheritance diagram for Dumux::Components::Solid< Scalar, Component >:

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 [kg/m3] of the component at a given pressure in [Pa] and temperature in [K]. More...
 
template<class C = Component>
static Scalar solidThermalConductivity (Scalar temperature)
 Thermal conductivity of the component [W/(mK)] as a solid. More...
 
template<class C = Component>
static Scalar solidHeatCapacity (Scalar temperature)
 Specific isobaric heat capacity of the component [J/(kgK)] as a solid. More...
 

Member Function Documentation

◆ solidDensity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Solid< Scalar, Component >::solidDensity ( Scalar  temperature)
inlinestatic
Parameters
temperaturetemperature of component in [K]

◆ solidHeatCapacity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Solid< Scalar, Component >::solidHeatCapacity ( Scalar  temperature)
inlinestatic
Parameters
temperaturetemperature of component in [K]

◆ solidIsCompressible()

template<class Scalar , class Component >
template<class C = Component>
static constexpr bool Dumux::Components::Solid< Scalar, Component >::solidIsCompressible ( )
inlinestaticconstexpr

◆ solidThermalConductivity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Solid< Scalar, Component >::solidThermalConductivity ( Scalar  temperature)
inlinestatic
Parameters
temperaturetemperature of component in [K]

The documentation for this class was generated from the following file: