version 3.8.0
Loading...
Searching...
No Matches
volumevariables.hh File Reference

Contains the quantities which are constant within a finite volume in the two-phase two-component model. More...

Go to the source code of this file.

Classes

class  Dumux::TwoPTwoCVolumeVariablesBase< Traits, Impl >
 Contains the quantities which are constant within a finite volume in the two-phase two-component model. This is the base class for a 2p2c model with and without chemical nonequilibrium. More...
 
class  Dumux::TwoPTwoCVolumeVariablesImplementation< Traits, false, useConstraintSolver >
 Contains the quantities which are constant within a finite volume in the two-phase two-component model. Specialization for chemical equilibrium. More...
 
class  Dumux::TwoPTwoCVolumeVariablesImplementation< Traits, true, useConstraintSolver >
 Contains the quantities which are constant within a finite volume in the two-phase two-component model. Specialization for chemical non-equilibrium. The equilibrium mole fraction is calculated using Henry's and Raoult's law. More...
 

Namespaces

namespace  Dumux
 

Typedefs

template<class Traits , bool useConstraintSolver = true>
using Dumux::TwoPTwoCVolumeVariables = TwoPTwoCVolumeVariablesImplementation<Traits, Traits::ModelTraits::enableChemicalNonEquilibrium(), useConstraintSolver>
 Contains the quantities which are constant within a finite volume in the two-phase two-component model.