Single-phase multi-component free-flow flow models For a detailed model decription see freeflow/compositional/navierstokesncmodel.hh.
More...
Single-phase multi-component free-flow flow models For a detailed model decription see freeflow/compositional/navierstokesncmodel.hh.
|
struct | Dumux::FreeflowNCIOFields< BaseOutputFields, turbulenceModel > |
| Adds I/O fields specific to the FreeflowNC model. More...
|
|
struct | Dumux::Properties::KEpsilonNCModelTraits< dimension, nComp, useMoles, replaceCompEqIdx > |
| Traits for the low-Reynolds k-epsilon multi-component model states some specifics of the isothermal multi-component low-Reynolds k-epsilon model. More...
|
|
struct | Dumux::Properties::KOmegaNCModelTraits< dimension, nComp, useMoles, replaceCompEqIdx > |
| Traits for the k-omega multi-component modelstates some specifics of the isothermal multi-component k-omega model. More...
|
|
struct | Dumux::Properties::LowReKEpsilonNCModelTraits< dimension, nComp, useMoles, replaceCompEqIdx > |
| Traits for the low-Reynolds k-epsilon multi-component modelstates some specifics of the isothermal multi-component low-Reynolds k-epsilon model. More...
|
|
struct | Dumux::NavierStokesNCModelTraits< dimension, nComp, useM, repCompEqIdx > |
| Traits for the multi-component free-flow model. More...
|
|
struct | Dumux::Properties::OneEqNCModelTraits< dimension, nComp, useMoles, replaceCompEqIdx > |
| Traits for the one-equation multi-component modelstates some specifics of the isothermal multi-component one-equation model. More...
|
|
class | Dumux::FreeflowNCFluxVariablesImpl< TypeTag, discMethod > |
| The flux variables class for the multi-component free-flow model using the staggered grid discretization. More...
|
|
class | Dumux::FreeflowNCResidualImpl< TypeTag, discMethod > |
| Element-wise calculation of the multi-component free-flow residual for models using the staggered discretization. More...
|
|
class | Dumux::FreeflowNCVolumeVariables< Traits > |
| Volume variables for the single-phase, multi-component free-flow model. More...
|
|
struct | Dumux::Properties::ZeroEqNCModelTraits< dimension, nComp, useM, replaceCompEqIdx > |
| Traits for the Reynolds-averaged Navier-Stokes 0-Eq. model. More...
|
|
◆ FreeflowNCFluxVariables
The flux variables class for the multi-component free-flow model. This is a convenience alias for that actual, discretization-specific flux variables.
- Note
- Not all specializations are currently implemented
◆ FreeflowNCResidual
The local residual class for the multi-component free-flow model (balance equations). This is a convenience alias for the actual, discretization-specific local residual.
- Note
- Not all specializations are currently implemented