#include <dune/common/hybridutilities.hh>#include <dune/geometry/quadraturerules.hh>#include <dumux/common/properties.hh>#include <dumux/common/numeqvector.hh>#include <dumux/common/typetraits/localdofs_.hh>#include <dumux/common/boundaryflag.hh>#include <dumux/discretization/extrusion.hh>#include <dumux/discretization/method.hh>#include <dumux/discretization/fem/interpolationpointdata.hh>#include <dumux/discretization/cvfe/interpolationpointdata.hh>#include <dumux/assembly/cvfelocalresidual.hh>#include <dumux/freeflow/navierstokes/momentum/cvfe/flux.hh>Go to the source code of this file.
Element-wise calculation of the Navier-Stokes residual for models using CVFE discretizations.
Classes | |
| class | Dumux::NavierStokesMomentumCVFELocalResidual< TypeTag > |
| Element-wise calculation of the Navier-Stokes residual for models using CVFE discretizations. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
Typedefs | |
| template<class P , class FVG , class EV , class IPD > | |
| using | Dumux::Detail::SourceWithIpDataInterface = decltype(std::declval< P >().source(std::declval< FVG >(), std::declval< EV >(), std::declval< IPD >())) |
| helper struct detecting if a problem has new source interface More... | |
Functions | |
| template<class P , class FVG , class EV , class IPD > | |
| constexpr bool | Dumux::Detail::hasProblemSourceWithIpDataInterface () |