version 3.8
fickslaw_fwd.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3//
4// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
14#ifndef DUMUX_FLUX_FICKS_LAW_FWD_HH
15#define DUMUX_FLUX_FICKS_LAW_FWD_HH
16
19
21
22namespace Dumux {
23
24// declaration of primary template
25template <class TypeTag, class DiscretizationMethod, ReferenceSystemFormulation referenceSystem>
26class FicksLawImplementation;
27
32template <class TypeTag, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
34
35} // end namespace Dumux
36
37#endif
forward declaration of the method-specific implementation
Definition: flux/box/fickslaw.hh:32
Defines all properties used in Dumux.
The available discretization methods in Dumux.
Definition: adapt.hh:17
The reference frameworks and formulations available for splitting total fluxes into a advective and d...