chombo-discharge
Loading...
Searching...
No Matches
CD_Rod.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_ROD_H
14#define CD_ROD_H
15
16// Our includes
18#include <CD_EBGeometryIF.H>
19#include <CD_NamespaceHeader.H>
20
25{
26public:
31 Rod() noexcept;
32
36 virtual ~Rod() noexcept = default;
37};
38
39#include <CD_NamespaceFooter.H>
40
41#endif
Declaration of base class for defining geometries.
Binding of EBGeometry signed distance functions to Chombo objects.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:37
Geometry class representing a single cylindrical rod electrode.
Definition CD_Rod.H:25
Rod() noexcept
Full constructor.
Definition CD_Rod.cpp:25
virtual ~Rod() noexcept=default
Destructor (does nothing).