chombo-discharge
Loading...
Searching...
No Matches
CD_Aerosol.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_AEROSOL_H
14#define CD_AEROSOL_H
15
16// Our includes
18#include <CD_NamespaceHeader.H>
19
24{
25public:
29 Aerosol();
30
34 ~Aerosol();
35};
36
37#include <CD_NamespaceFooter.H>
38
39#endif
Declaration of base class for defining geometries.
Simple class for making a bunch of (manually constructored) dielectric sphere.
Definition CD_Aerosol.H:24
~Aerosol()
Destructor.
Definition CD_Aerosol.cpp:84
Aerosol()
Constructor.
Definition CD_Aerosol.cpp:27
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:37