version 3.9-dev
Solid Systems

Solid systems express the thermodynamic relations (functions). More...

Description

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...
 

Typedef Documentation

◆ InertSolidPhase

template<class Scalar , class ComponentT >
using Dumux::SolidSystems::InertSolidPhase = typedef OneCSolid<Scalar, ComponentT, true>
Note
a solid is considered inert if it can't dissolve in a liquid and and can't increase its mass by precipitation from a fluid phase.