Base class for physical geometry. More...
#include <physical_geometry_1d.hpp>
Public Member Functions | |
virtual double | calcArea (double radius) const =0 |
Calculates the area. More... | |
virtual double | calcVolume (double radius) const =0 |
Calculates the volume. More... | |
Base class for physical geometry.
Definition at line 10 of file physical_geometry_1d.hpp.
|
pure virtual |
Calculates the area.
radius | Radius |
Implemented in SphericalSymmetry1D, CylindricalSymmetry1D, and SlabSymmetry1D.
|
pure virtual |
Calculates the volume.
radius | Radius |
Implemented in SphericalSymmetry1D, CylindricalSymmetry1D, and SlabSymmetry1D.