Contains the quantities which are constant within a finite volume in the two-phase two-component model. More...
#include <dumux/material/fluidstates/compositional.hh>
#include <dumux/material/constraintsolvers/computefromreferencephase.hh>
#include <dumux/material/constraintsolvers/misciblemultiphasecomposition.hh>
#include <dumux/discretization/method.hh>
#include <dumux/porousmediumflow/volumevariables.hh>
#include <dumux/porousmediumflow/nonisothermal/volumevariables.hh>
#include <dumux/porousmediumflow/2p/formulation.hh>
#include <dumux/material/solidstates/updatesolidvolumefractions.hh>
#include <dumux/porousmediumflow/2pnc/primaryvariableswitch.hh>
Go to the source code of this file.
Contains the quantities which are constant within a finite volume in the two-phase two-component model.
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 |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
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. More... | |