chombo-discharge
Loading...
Searching...
No Matches
CD_Aerosol.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_Aerosol_H
13#define CD_Aerosol_H
14
15// Our includes
17#include <CD_NamespaceHeader.H>
18
23{
24public:
28 Aerosol();
29
33 ~Aerosol();
34};
35
36#include <CD_NamespaceFooter.H>
37
38#endif
Declaration of base class for defining geometries.
Simple class for making a bunch of (manually constructored) dielectric sphere.
Definition CD_Aerosol.H:23
~Aerosol()
Destructor.
Definition CD_Aerosol.cpp:91
Aerosol()
Constructor.
Definition CD_Aerosol.cpp:26
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:36