Traits for the Reynolds-averaged Navier-Stokes 0-Eq. model.  
#include <dumux/freeflow/compositional/zeroeqncmodel.hh>
|  | 
| static constexpr bool | usesTurbulenceModel () | 
|  | The model does include a turbulence model. 
 | 
|  | 
| static constexpr auto | turbulenceModel () | 
|  | return the type of turbulence model used 
 | 
|  | 
| static constexpr int | numEq () | 
|  | 
| static constexpr int | numFluidComponents () | 
|  | The number of components. 
 | 
|  | 
| static constexpr bool | useMoles () | 
|  | Use moles or not. 
 | 
|  | 
| static constexpr bool | enableMolecularDiffusion () | 
|  | The one-phase model has no molecular diffusion. 
 | 
|  | 
| static constexpr int | replaceCompEqIdx () | 
|  | Index of of a component balance eq. to be replaced by a total mass/mole balance. 
 | 
|  | 
| static constexpr int | dim () | 
|  | The dimension of the model. 
 | 
|  | 
| static constexpr int | numFluidPhases () | 
|  | The number of phases is 1. 
 | 
|  | 
| static constexpr bool | enableAdvection () | 
|  | Enable advection. 
 | 
|  | 
| static constexpr bool | enableEnergyBalance () | 
|  | The model is isothermal. 
 | 
|  | 
◆ Indices
◆ dim()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ enableAdvection()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ enableEnergyBalance()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ enableMolecularDiffusion()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ numEq()
  
  |  | inlinestaticconstexprinherited | 
 
There are as many momentum balance equations as dimensions and as many balance equations as components. 
 
 
◆ numFluidComponents()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ numFluidPhases()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ replaceCompEqIdx()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ turbulenceModel()
template<int dimension, int nComp, bool useM, int replaceCompEqIdx> 
 
 
◆ useMoles()
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ usesTurbulenceModel()
template<int dimension, int nComp, bool useM, int replaceCompEqIdx> 
 
 
The documentation for this struct was generated from the following file: