version 3.9-dev
Dumux::NavierStokesMassOnePModelTraits Struct Reference

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

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

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 one-component 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

Member Function Documentation

◆ enableAdvection()

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

◆ enableEnergyBalance()

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

◆ enableMolecularDiffusion()

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

◆ 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

◆ numFluidPhases()

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

◆ turbulenceModel()

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

◆ usesTurbulenceModel()

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

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