version 3.8
freeflow/rans/oneeq/localresidual.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//
12#ifndef DUMUX_ONEEQ_LOCAL_RESIDUAL_HH
13#define DUMUX_ONEEQ_LOCAL_RESIDUAL_HH
14
19
20namespace Dumux {
21
22// forward declaration
23template<class TypeTag, class BaseLocalResidual, class DiscretizationMethod>
25
33template<class TypeTag, class BaseLocalResidual>
35
36} // end namespace Dumux
37
38#endif
Element-wise calculation of the residual for one-equation turbulence models using the staggered discr...
Definition: freeflow/rans/oneeq/localresidual.hh:24
Defines all properties used in Dumux.
The available discretization methods in Dumux.
Definition: adapt.hh:17