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

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

#include <dumux/common/properties.hh>
#include <dumux/freeflow/navierstokes/model.hh>
#include "iofields.hh"

Go to the source code of this file.

Description

A single-phase, isothermal Reynolds-Averaged Navier-Stokes model.

This model implements a single-phase, isothermal Reynolds-Averaged 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_\textrm{eff} (\nabla \textbf{v} + \nabla \textbf{v}^{\textup{T}})) - \nabla p + \varrho \textbf{g} - \textbf{f} \]

The effective viscosity is composed of the fluid and the eddy viscosity:

\[ \mu_\textrm{eff} = \mu + \mu_\textrm{t} \]

.

Classes

struct  Dumux::Properties::TTag::RANS
 The type tag for the single-phase, isothermal Reynolds-Averaged Navier-Stokes model. More...
 
struct  Dumux::Properties::RANSModelTraits< dimension >
 Traits for the Reynolds-averaged Navier-Stokes model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::RANS >
 The model traits of the isothermal model. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::RANS >
 The specific I/O fields. More...
 
struct  Dumux::Properties::TTag::RANSNI
 The type tag for the single-phase, isothermal Reynolds-Averaged Navier-Stokes model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::RANSNI >
 The model traits of the non-isothermal model. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::RANSNI >
 The specific non-isothermal I/O fields. More...
 
struct  Dumux::Properties::HeatConductionType< TypeTag, TTag::RANSNI >
 Use Fourier's Law as default heat conduction type. More...
 

Namespaces

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