A helper function to add Brinkman term to the momentum balance. More...
#include <type_traits>
#include <dune/common/typetraits.hh>
#include <dune/common/exceptions.hh>
#include <dumux/common/math.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/evalsolution.hh>
#include <dumux/discretization/cvfe/elementsolution.hh>
#include <dumux/freeflow/navierstokes/momentum/velocityreconstruction.hh>
Go to the source code of this file.
A helper function to add the Brinkman term to the momentum balance.
Namespaces | |
namespace | Dumux |
Functions | |
template<class NumEqVector , class Problem , class FVElementGeometry , class ElementVolumeVariables > | |
void | Dumux::addBrinkmanTerm (NumEqVector &source, const Problem &problem, const typename FVElementGeometry::Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolume &scv) |