24#ifndef DUMUX_FREEFLOW_NC_LOCAL_RESIDUAL_HH
25#define DUMUX_FREEFLOW_NC_LOCAL_RESIDUAL_HH
35template<
class TypeTag, DiscretizationMethod discMethod>
45template<
class TypeTag>
The available discretization methods in Dumux.
FreeflowNCResidualImpl< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > FreeflowNCResidual
The local residual class for the multi-component free-flow model (balance equations)....
Definition freeflow/compositional/localresidual.hh:46
Element-wise calculation of the multi-component free-flow residual for models using the staggered dis...
Definition freeflow/compositional/localresidual.hh:36
Declares all properties used in Dumux.
Element-wise calculation of the multi-component free-flow residual for models using the staggered dis...
The local residual class for the Navier-Stokes model (balance equations). This is a convenience alias...