Class for the interaction volume data handle. More...
#include <dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh>
| MVT | The matrix/vector traits collecting type information used by the iv |
| PT | The physics traits collecting data on the physical processes to be considered |
Public Types | |
| using | AdvectionHandle = AdvectionDataHandle<MVT, PT, PT::enableAdvection> |
| export the underlying process-specific handle types | |
| using | DiffusionHandle = DiffusionDataHandle<MVT, PT, PT::enableMolecularDiffusion> |
| using | HeatConductionHandle = HeatConductionDataHandle<MVT, PT, PT::enableHeatConduction> |
Public Member Functions | |
| const AdvectionHandle & | advectionHandle () const |
| return references to the handle containing data related to advection | |
| AdvectionHandle & | advectionHandle () |
| const DiffusionHandle & | diffusionHandle () const |
| return references to the handle containing data related to diffusion | |
| DiffusionHandle & | diffusionHandle () |
| const HeatConductionHandle & | heatConductionHandle () const |
| return references to the handle containing data related to heat conduction | |
| HeatConductionHandle & | heatConductionHandle () |
| using Dumux::InteractionVolumeDataHandle< MVT, PT >::AdvectionHandle = AdvectionDataHandle<MVT, PT, PT::enableAdvection> |
| using Dumux::InteractionVolumeDataHandle< MVT, PT >::DiffusionHandle = DiffusionDataHandle<MVT, PT, PT::enableMolecularDiffusion> |
| using Dumux::InteractionVolumeDataHandle< MVT, PT >::HeatConductionHandle = HeatConductionDataHandle<MVT, PT, PT::enableHeatConduction> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |