Go to the source code of this file.
Element-wise calculation of the local residual for non-isothermal free-flow models.
Classes | |
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... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Typedefs | |
template<class GridGeometry , class FluxVariables , bool enableEneryBalance, bool isCompositional> | |
using | Dumux::FreeFlowEnergyLocalResidual = FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, GridGeometry::discMethod, enableEneryBalance, isCompositional > |
Element-wise calculation of the local residual for non-isothermal free-flow models. More... | |