3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces
freeflow/navierstokes/momentum/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 <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}^{\text{T}}) = \nabla \cdot (\mu (\nabla \textbf{v} + \nabla \textbf{v}^{\text{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}^{\text{T}}) \]

is neglected.

The mass balance equation

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

closes the system.

Classes

struct  Dumux::NavierStokesMomentumModelTraits< dimension >
 Traits for the Navier-Stokes model. More...
 
struct  Dumux::NavierStokesMomentumVolumeVariablesTraits< PV, FSY, FST, MT >
 Traits class for the volume variables of the Navier-Stokes model. More...
 
struct  Dumux::Properties::TTag::NavierStokesMomentum
 The type tag for the single-phase, isothermal Navier-Stokes model. More...
 
struct  Dumux::Properties::NormalizePressure< TypeTag, TTag::NavierStokesMomentum >
 Normalize the pressure term in the momentum balance by default. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::NavierStokesMomentum >
 
struct  Dumux::Properties::FluidState< TypeTag, TTag::NavierStokesMomentum >
 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::NavierStokesMomentum >
 The local residual. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::NavierStokesMomentum >
 Set the volume variables property. More...
 
struct  Dumux::Properties::FluxVariables< TypeTag, TTag::NavierStokesMomentum >
 The flux variables. More...
 
struct  Dumux::Properties::CouplingManager< TypeTag, TTag::NavierStokesMomentum >
 

Namespaces

namespace  Dumux
 Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
 
namespace  Dumux::Properties
 
namespace  Dumux::Properties::TTag
 Type tag for numeric models.
 
Include dependency graph for freeflow/navierstokes/momentum/model.hh: