version 3.9.0
Loading...
Searching...
No Matches
freeflow/rans/twoeq/komega/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_KOMEGA_LOCAL_RESIDUAL_HH
13#define DUMUX_KOMEGA_LOCAL_RESIDUAL_HH
14
19
20namespace Dumux {
21
22// forward declaration
23template<class TypeTag, class BaseLocalResidual, class DiscretizationMethod>
24class KOmegaResidualImpl;
25
33template<class TypeTag, class BaseLocalResidual>
35
36}
37
38#endif
Element-wise calculation of the residual for k-omega models using the staggered discretization.
Definition freeflow/rans/twoeq/komega/staggered/localresidual.hh:29
Defines all properties used in Dumux.
The local residual class for the Navier-Stokes model (balance equations). This is a convenience alias...
Element-wise calculation of the residual for k-omega models using the staggered discretization.
The available discretization methods in Dumux.
Definition adapt.hh:17