chombo-discharge
CD_DepositionType.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_DepositionType_H
13 #define CD_DepositionType_H
14 
15 // Our includes
16 #include <CD_NamespaceHeader.H>
17 
22 enum class DepositionType
23 {
24  NGP,
25  CIC,
26  TSC,
27  W4
28 };
29 
30 #include <CD_NamespaceFooter.H>
31 
32 #endif
DepositionType
Deposition types.
Definition: CD_DepositionType.H:23