Spherical geometry. More...
#include <physical_geometry_1d.hpp>
Public Member Functions | |
SphericalSymmetry1D (void) | |
Class constructor. | |
double | calcArea (double radius) const |
Calculates the area. More... | |
double | calcVolume (double radius) const |
Calculates the volume. More... | |
Spherical geometry.
Definition at line 56 of file physical_geometry_1d.hpp.
|
virtual |
Calculates the area.
radius | Radius |
Implements PhysicalGeometry1D.
Definition at line 35 of file physical_geometry_1d.cpp.
|
virtual |
Calculates the volume.
radius | Radius |
Implements PhysicalGeometry1D.
Definition at line 40 of file physical_geometry_1d.cpp.