chombo-discharge
CD_Cylinder.H
Go to the documentation of this file.
1 /* chombo-discharge
2  * Copyright © 2022 SINTEF Energy Research.
3  * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4  */
5 
12 #ifndef CD_Cylinder_H
13 #define CD_Cylinder_H
14 
15 // Our includes
17 #include <CD_NamespaceHeader.H>
18 
23 {
24 public:
25  Cylinder();
26  ~Cylinder();
27 };
28 
29 #include <CD_NamespaceFooter.H>
30 
31 #endif
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition: CD_ComputationalGeometry.H:36
This is a class that defines a cylinder geometry.
Definition: CD_Cylinder.H:23