version 3.8
freeflow/rans/twoeq/sst/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_SST_LOCAL_RESIDUAL_HH
13
#define DUMUX_SST_LOCAL_RESIDUAL_HH
14
15
#include <
dumux/common/properties.hh
>
16
#include <
dumux/discretization/method.hh
>
17
#include <
dumux/freeflow/navierstokes/localresidual.hh
>
18
#include <
dumux/freeflow/rans/twoeq/sst/staggered/localresidual.hh
>
19
20
namespace
Dumux
{
21
22
// forward declaration
23
template
<
class
TypeTag,
class
BaseLocalRes
id
ual,
class
DiscretizationMethod>
24
class
SSTResidualImpl
;
25
33
template
<
class
TypeTag,
class
BaseLocalRes
id
ual>
34
using
SSTResidual
=
SSTResidualImpl<TypeTag, BaseLocalResidual, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod
>;
35
36
}
37
38
#endif
Dumux::SSTResidualImpl
Element-wise calculation of the residual for SST models using the staggered discretization.
Definition:
freeflow/rans/twoeq/sst/localresidual.hh:24
properties.hh
Defines all properties used in Dumux.
localresidual.hh
localresidual.hh
method.hh
The available discretization methods in Dumux.
Dumux
Definition:
adapt.hh:17
dumux
freeflow
rans
twoeq
sst
localresidual.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.8 Generated by
1.9.3