chombo-discharge
CD_Average.H
Go to the documentation of this file.
1 /* chombo-discharge
2  * Copyright © 2021 SINTEF Energy Research.
3  * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4  */
5 
12 #ifndef CD_Average_H
13 #define CD_Average_H
14 
15 // Our includes
16 #include <CD_NamespaceHeader.H>
17 
23 enum class Average
24 {
25  Arithmetic,
26  Harmonic,
27  Conservative,
28  Geometric
29 };
30 
31 #include <CD_NamespaceFooter.H>
32 
33 #endif
Average
Various averaging methods.
Definition: CD_Average.H:24