3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces
freeflow/navierstokes/model.hh File Reference

A single-phase, isothermal Navier-Stokes model. More...

#include <dumux/common/properties.hh>
#include <dumux/freeflow/properties.hh>
#include <dumux/freeflow/nonisothermal/model.hh>
#include <dumux/freeflow/nonisothermal/indices.hh>
#include <dumux/freeflow/nonisothermal/iofields.hh>
#include "localresidual.hh"
#include "volumevariables.hh"
#include "fluxvariables.hh"
#include "indices.hh"
#include "iofields.hh"
#include <dumux/material/fluidstates/immiscible.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/fourierslaw.hh>

Go to the source code of this file.

Description

A single-phase, isothermal Navier-Stokes model.

This model implements a single-phase, isothermal Navier-Stokes model, solving the momentum balance equation

\[ \frac{\partial (\varrho \textbf{v})}{\partial t} + \nabla \cdot (\varrho \textbf{v} \textbf{v}^{\textup{T}}) = \nabla \cdot (\mu (\nabla \textbf{v} + \nabla \textbf{v}^{\textup{T}})) - \nabla p + \varrho \textbf{g} - \textbf{f} \]

By setting the runtime parameter Problem.EnableInertiaTerms to false the Stokes equation can be solved. In this case the term

\[ \nabla \cdot (\varrho \textbf{v} \textbf{v}^{\textup{T}}) \]

is neglected.

The mass balance equation

\[ \frac{\partial \varrho}{\partial t} + \nabla \cdot (\varrho \textbf{v}) - q = 0 \]

closes the system.

So far, only the staggered grid spatial discretization (for structured grids) is available.

Classes

struct  Dumux::NavierStokesModelTraits< dimension >
 Traits for the Navier-Stokes model. More...
 
struct  Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >
 Traits class for the volume variables of the Navier-Stokes model. More...
 
struct  Dumux::Properties::TTag::NavierStokes
 The type tag for the single-phase, isothermal Navier-Stokes model. More...
 
struct  Dumux::Properties::TTag::NavierStokesNI
 The type tag for the corresponding non-isothermal model. More...
 
struct  Dumux::Properties::NormalizePressure< TypeTag, TTag::NavierStokes >
 Normalize the pressure term in the momentum balance by default. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::NavierStokes >
 
struct  Dumux::Properties::FluidState< TypeTag, TTag::NavierStokes >
 The fluid state which is used by the volume variables to store the thermodynamic state. This should be chosen appropriately for the model ((non-)isothermal, equilibrium, ...). This can be done in the problem. More...
 
struct  Dumux::Properties::LocalResidual< TypeTag, TTag::NavierStokes >
 The local residual. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::NavierStokes >
 Set the volume variables property. More...
 
struct  Dumux::Properties::FluxVariables< TypeTag, TTag::NavierStokes >
 The flux variables. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::NavierStokes >
 The specific I/O fields. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::NavierStokesNI >
 The model traits of the non-isothermal model. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::NavierStokesNI >
 The specific non-isothermal I/O fields. More...
 

Namespaces

namespace  Dumux
 
namespace  Dumux::Properties
 
namespace  Dumux::Properties::TTag
 Type tag for numeric models.
 
Include dependency graph for freeflow/navierstokes/model.hh: