3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::NavierStokesMassOnePModelTraits Struct Reference

Traits for the single-phase flow Navier-Stokes mass model. More...

#include <dumux/freeflow/navierstokes/mass/1p/model.hh>

Description

Traits for the single-phase flow Navier-Stokes mass model.

Public Types

using Indices = NavierStokesMassOnePIndices
 the indices More...
 

Static Public Member Functions

static constexpr int numEq ()
 
static constexpr int numFluidPhases ()
 The number of phases is 1. More...
 
static constexpr int numFluidComponents ()
 The number of components is 1. More...
 
static constexpr bool enableAdvection ()
 Enable advection. More...
 
static constexpr bool enableMolecularDiffusion ()
 The one-phase model has no molecular diffusion. More...
 
static constexpr bool enableEnergyBalance ()
 The model is isothermal. More...
 
static constexpr bool usesTurbulenceModel ()
 The model does not include a turbulence model. More...
 
static constexpr auto turbulenceModel ()
 return the type of turbulence model used More...
 

Member Typedef Documentation

◆ Indices

the indices

Member Function Documentation

◆ enableAdvection()

static constexpr bool Dumux::NavierStokesMassOnePModelTraits::enableAdvection ( )
inlinestaticconstexpr

Enable advection.

◆ enableEnergyBalance()

static constexpr bool Dumux::NavierStokesMassOnePModelTraits::enableEnergyBalance ( )
inlinestaticconstexpr

The model is isothermal.

◆ enableMolecularDiffusion()

static constexpr bool Dumux::NavierStokesMassOnePModelTraits::enableMolecularDiffusion ( )
inlinestaticconstexpr

The one-phase model has no molecular diffusion.

◆ numEq()

static constexpr int Dumux::NavierStokesMassOnePModelTraits::numEq ( )
inlinestaticconstexpr

There are as many momentum balance equations as dimensions and one mass balance equation.

◆ numFluidComponents()

static constexpr int Dumux::NavierStokesMassOnePModelTraits::numFluidComponents ( )
inlinestaticconstexpr

The number of components is 1.

◆ numFluidPhases()

static constexpr int Dumux::NavierStokesMassOnePModelTraits::numFluidPhases ( )
inlinestaticconstexpr

The number of phases is 1.

◆ turbulenceModel()

static constexpr auto Dumux::NavierStokesMassOnePModelTraits::turbulenceModel ( )
inlinestaticconstexpr

return the type of turbulence model used

◆ usesTurbulenceModel()

static constexpr bool Dumux::NavierStokesMassOnePModelTraits::usesTurbulenceModel ( )
inlinestaticconstexpr

The model does not include a turbulence model.


The documentation for this struct was generated from the following file: