A helper class to fill the flux variables cache. More...
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/extrusion.hh>
#include <dumux/flux/referencesystemformulation.hh>
#include <dumux/common/typetraits/problem.hh>
Go to the source code of this file.
Classes | |
class | Dumux::FreeFlowScalarFluxVariablesCacheFillerImplementation< Problem, ModelTraits, diffusionIsSolDependent, heatConductionIsSolDependent, DiscretizationMethods::CCTpfa > |
Specialization of the flux variables cache filler for the cell centered tpfa method. More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class Problem , class ModelTraits , bool diffusionIsSolDependent, bool heatConductionIsSolDependent> | |
using | Dumux::FreeFlowScalarFluxVariablesCacheFiller = FreeFlowScalarFluxVariablesCacheFillerImplementation< Problem, ModelTraits, diffusionIsSolDependent, heatConductionIsSolDependent, typename ProblemTraits< Problem >::GridGeometry::DiscretizationMethod > |
The flux variables cache filler class for free flow. More... | |