Class which represents a disc surface tally.
More...
#include <surface_tally.h>
Class which represents a disc surface tally.
Definition at line 48 of file surface_tally.h.
◆ DiscSurfaceTally()
DiscSurfaceTally::DiscSurfaceTally |
( |
Eigen::Vector3d | center, |
|
|
Eigen::Vector3d | norm, |
|
|
double | radius, |
|
|
const SurfaceQuantityContainer & | quantities ) |
Constructor for the DiscSurfaceTally class.
- Parameters
-
center | The center of the disc. |
norm | The normal vector of the disc. Points in direction of desired traversal. |
radius | The radius of the disc. |
quantities | The SurfaceQuantityContainer object for the surface tally. |
◆ calculateIntersectionParameter()
double DiscSurfaceTally::calculateIntersectionParameter |
( |
double | entrance_cosine | ) |
|
|
overrideprivatevirtual |
◆ isOutsideOfSurface()
bool DiscSurfaceTally::isOutsideOfSurface |
( |
const Eigen::Vector3d & | intersection_point | ) |
|
|
overrideprivatevirtual |
◆ center_
Eigen::Vector3d DiscSurfaceTally::center_ |
|
private |
◆ radius_
double DiscSurfaceTally::radius_ |
|
private |
The documentation for this class was generated from the following file: