version 3.10.0
Loading...
Searching...
No Matches
maxwellstefanslaw_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-FileCopyrightText: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
13#ifndef DUMUX_FLUX_MAXWELL_STEFAN_LAW_FWD_HH
14#define DUMUX_FLUX_MAXWELL_STEFAN_LAW_FWD_HH
15
19
20namespace Dumux {
21
22// forward declaration
23template <class TypeTag, class DiscretizationMethod, ReferenceSystemFormulation referenceSystem>
25
30template <class TypeTag, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
32
33} // end namespace Dumux
34
35#endif
Definition box/maxwellstefanslaw.hh:33
Defines all properties used in Dumux.
MaxwellStefansLawImplementation< TypeTag, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod, referenceSystem > MaxwellStefansLaw
Evaluates the diffusive mass flux according to Maxwell Stefan's law.
Definition maxwellstefanslaw_fwd.hh:31
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...