version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
freeflow/navierstokes/momentum/cvfe/model.hh File Reference

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

Go to the source code of this file.

Description

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

(ϱv)t+(ϱvvT)=(μ(v+vT))p+ϱgf

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

(ϱvvT)

is neglected.

The mass balance equation

ϱt+(ϱv)q=0

closes the system.

Classes

struct  Dumux::NavierStokesMomentumCVFEModelTraits< dimension >
 Traits for the Navier-Stokes model. More...
 
struct  Dumux::NavierStokesMomentumCVFEVolumeVariablesTraits< PV, FSY, FST, MT >
 Traits class for the volume variables of the Navier-Stokes model. More...
 
struct  Dumux::Properties::TTag::NavierStokesMomentumCVFE
 The type tag for the single-phase, isothermal Navier-Stokes model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::NavierStokesMomentumCVFE >
 < states some specifics of the Navier-Stokes model More...
 
struct  Dumux::Properties::FluidState< TypeTag, TTag::NavierStokesMomentumCVFE >
 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::NavierStokesMomentumCVFE >
 The local residual. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::NavierStokesMomentumCVFE >
 Set the volume variables property. More...
 
struct  Dumux::Properties::CouplingManager< TypeTag, TTag::NavierStokesMomentumCVFE >
 
struct  Dumux::Properties::CouplingManager< TypeTag, TTag::NavierStokesMomentumCVFE >::EmptyCouplingManager
 

Namespaces

namespace  Dumux
 
namespace  Dumux::Properties
 The energy balance equation for a porous solid.
 
namespace  Dumux::Properties::TTag
 Type tag for numeric models.
 
Include dependency graph for freeflow/navierstokes/momentum/cvfe/model.hh: