Solid systems express the thermodynamic relations (functions). More...
Files | |
file | 1csolid.hh |
The simplest solid phase consisting of a single solid component. | |
file | compositionalsolidphase.hh |
A solid phase consisting of multiple inert solid components. | |
Classes | |
class | Dumux::SolidSystems::OneCSolid< Scalar, ComponentT, isInertComp > |
The simplest solid phase consisting of a single solid component. More... | |
class | Dumux::SolidSystems::CompositionalSolidPhase< Scalar, Component1, Component2, numInert > |
A solid phase consisting of multiple inert solid components. More... | |
Typedefs | |
template<class Scalar , class ComponentT > | |
using | Dumux::SolidSystems::InertSolidPhase = OneCSolid< Scalar, ComponentT, true > |
A solid phase consisting of a single inert solid component. More... | |
using Dumux::SolidSystems::InertSolidPhase = typedef OneCSolid<Scalar, ComponentT, true> |