#include <cmath>
#include <dumux/discretization/method.hh>
#include <dumux/flux/referencesystemformulation.hh>
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, DiscretizationMethod, false, isCompositional > |
Specialization for isothermal models, does nothing. More... | |
class | Dumux::FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, DiscretizationMethods::Staggered, true, false > |
Specialization for staggered one-phase, non-isothermal models. More... | |
class | Dumux::FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, DiscretizationMethods::Staggered, true, true > |
Specialization for staggered compositional, non-isothermal models. More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class GridGeometry , class FluxVariables , bool enableEneryBalance, bool isCompositional> | |
using | Dumux::FreeFlowEnergyLocalResidual = FreeFlowEnergyLocalResidualImplementation< GridGeometry, FluxVariables, typename GridGeometry::DiscretizationMethod, enableEneryBalance, isCompositional > |
Element-wise calculation of the local residual for non-isothermal free-flow models. More... | |