3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Nonisothermal

An energy equation adaptor for isothermal free-flow models For a detailed model decription see freeflow/nonisothermal/model.hh. More...

Description

An energy equation adaptor for isothermal free-flow models For a detailed model decription see freeflow/nonisothermal/model.hh.

Files

file  indices.hh
 Indices for the non-isothermal Navier-Stokes model.
file  iofields.hh
 Adds I/O fields specific to non-isothermal free-flow models.
file  localresidual.hh
 Element-wise calculation of the local residual for non-isothermal free-flow models.
file  model.hh
 A single-phase, non-isothermal free-flow model.

Classes

class  Dumux::FreeflowNonIsothermalIndices< IsothermalIndices, numEq >
 Indices for the non-isothermal Navier-Stokes model. More...
struct  Dumux::FreeflowNonIsothermalIOFields< IsothermalIOFields, turbulenceModel >
 Adds I/O fields specific to non-isothermal free-flow models. More...
class  Dumux::FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, discMethod, false, isCompositional >
 Specialization for isothermal models, does nothing. More...
class  Dumux::FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, DiscretizationMethod::staggered, true, false >
 Specialization for staggered one-phase, non-isothermal models. More...
class  Dumux::FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, DiscretizationMethod::staggered, true, true >
 Specialization for staggered compositional, non-isothermal models. More...
struct  Dumux::FreeflowNIModelTraits< IsothermalTraits >
 Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a given isothermal model. More...

Typedefs

template<class GridGeometry, class FluxVariables, bool enableEneryBalance, bool isCompositional>
using Dumux::FreeFlowEnergyLocalResidual
 Element-wise calculation of the local residual for non-isothermal free-flow models.

Typedef Documentation

◆ FreeFlowEnergyLocalResidual

template<class GridGeometry, class FluxVariables, bool enableEneryBalance, bool isCompositional>
using Dumux::FreeFlowEnergyLocalResidual
Initial value:
FluxVariables,
GridGeometry::discMethod,
enableEneryBalance, isCompositional>
Definition common/properties.hh:113
Definition freeflow/nonisothermal/localresidual.hh:34

Element-wise calculation of the local residual for non-isothermal free-flow models.