chombo-discharge
Loading...
Searching...
No Matches
CD_RodDielectric.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_RodDielectric_H
13#define CD_RodDielectric_H
14
15// Our includes
17#include <CD_NamespaceHeader.H>
18
23{
24public:
27
28protected:
29 void
30 defineElectrode();
31 void
32 defineInsulator();
33
34 RefCountedPtr<BaseIF>
35 getBox();
36 RefCountedPtr<BaseIF>
37 getPlane();
38 RefCountedPtr<BaseIF>
39 getSphere();
40 RefCountedPtr<BaseIF>
41 getPerlinBox();
42};
43
44#include <CD_NamespaceFooter.H>
45
46#endif
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:36
Class that defines an electrode rod and a dielectric (some shapes supported)
Definition CD_RodDielectric.H:23