14#ifndef CD_RODNEEDLEDISK_H
15#define CD_RODNEEDLEDISK_H
19#include <CD_NamespaceHeader.H>
51#include <CD_NamespaceFooter.H>
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:37
A class that defines a rod electrode with a needle out of the tip, and a plane (electrode) a set dist...
Definition CD_RodNeedleDisk.H:26
void defineRodNeedle() noexcept
Define the rod+needle electrode.
Definition CD_RodNeedleDisk.cpp:48
RodNeedleDisk() noexcept
Constructor. Puts object in usable state based on the input given in the .options-file.
Definition CD_RodNeedleDisk.cpp:31
void defineDisk()
Defines a Plane electrode.
Definition CD_RodNeedleDisk.cpp:195
virtual ~RodNeedleDisk() noexcept
Destructor. Destroys the object and cleans up when the object goes out of scope.
Definition CD_RodNeedleDisk.cpp:42