#include <array>
#include <optional>
#include <type_traits>
#include <dumux/common/math.hh>
#include <dumux/common/exceptions.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/typetraits/problem.hh>
#include <dumux/flux/fluxvariablesbase.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/extrusion.hh>
#include "staggeredupwindhelper.hh"
#include "velocitygradients.hh"
Go to the source code of this file.
The flux variables class for the Navier-Stokes model using the staggered grid discretization.
Classes | |
class | Dumux::NavierStokesFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered > |
Namespaces | |
namespace | Dumux |