The local residual for the kinetic mass transfer module of the compositional multi-phase model. More...
#include <dumux/common/properties.hh>
#include <dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh>
Go to the source code of this file.
The local residual for the kinetic mass transfer module of the compositional multi-phase model.
Classes | |
class | Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, false > |
The mass conservation part of the nonequilibrium model for a model without chemical non-equilibrium. More... | |
class | Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, true > |
The mass conservation part of the nonequilibrium model for a model assuming chemical non-equilibrium and two phases but assuming thermal equilibrium. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Typedefs | |
template<class TypeTag > | |
using | Dumux::NonEquilibriumLocalResidual = NonEquilibriumLocalResidualImplementation< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::enableChemicalNonEquilibrium()> |