chombo-discharge
Loading...
Searching...
No Matches
CD_Average.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_AVERAGE_H
14#define CD_AVERAGE_H
15
16// Our includes
17#include <CD_NamespaceHeader.H>
18
24enum class Average
25{
26 Arithmetic,
27 Harmonic,
28 Conservative,
29 Geometric
30};
31
32#include <CD_NamespaceFooter.H>
33
34#endif
Average
Various averaging methods.
Definition CD_Average.H:25