Planar geometry. More...
#include <physical_geometry_1d.hpp>
Public Member Functions | |
SlabSymmetry1D (void) | |
Class constructor. | |
double | calcArea (double radius) const |
Calculates the area. More... | |
double | calcVolume (double radius) const |
Calculates the volume. More... | |
Planar geometry.
Definition at line 30 of file physical_geometry_1d.hpp.
|
virtual |
Calculates the area.
radius | Radius |
Implements PhysicalGeometry1D.
Definition at line 11 of file physical_geometry_1d.cpp.
|
virtual |
Calculates the volume.
radius | Radius |
Implements PhysicalGeometry1D.
Definition at line 16 of file physical_geometry_1d.cpp.