chombo-discharge
Loading...
Searching...
No Matches
CD_NoisePlane.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_NoisePlane_H
13#define CD_NoisePlane_H
14
16#include <CD_NamespaceHeader.H>
17
22{
23public:
27 NoisePlane();
28
32 virtual ~NoisePlane();
33};
34
35#include <CD_NamespaceFooter.H>
36
37#endif
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:36
This is a class that a rough sphere (either electrode or dielectric)
Definition CD_NoisePlane.H:22
virtual ~NoisePlane()
Destructor (does nothing)
Definition CD_NoisePlane.cpp:99
NoisePlane()
Constructor.
Definition CD_NoisePlane.cpp:23