#include <dumux/common/math.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/method.hh>
#include <dumux/freeflow/navierstokes/momentum/velocitygradients.hh>
#include <dumux/freeflow/navierstokes/slipcondition.hh>
Go to the source code of this file.
Class to compute the boundary flux for the momentum balance of the Navier-Stokes model This helper class is typically used in the Neumann function of the momentum problem.
DiscretizationMethod | The discretization method used for the momentum problem |
SlipVelocityPolicy | The policy to compute the slip velocity at the boundary |
The slip velocity policy is a class with a static member function velocity
that computes the slip velocity at the boundary.
Classes | |
struct | Dumux::NavierStokesMomentumBoundaryFlux< DiscretizationMethods::FCStaggered, SlipVelocityPolicy > |
Class to compute the boundary flux for the momentum balance of the Navier-Stokes model This helper class is typically used in the Neumann function of the momentum problem. More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
using | Dumux::NavierStokesMomentumBoundaryFluxHelper = NavierStokesMomentumBoundaryFlux< DiscretizationMethods::FCStaggered, NavierStokesSlipVelocity< DiscretizationMethods::FCStaggered, NavierStokes::SlipConditions::BJ > > |