version 3.9-dev

Go to the source code of this file.

Description

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.

Template Parameters
DiscretizationMethodThe discretization method used for the momentum problem
SlipVelocityPolicyThe 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 > >
 
Include dependency graph for fluxhelper.hh: