An open source method of characteristics neutron transport code.
|
An ExtrudedFSR struct represents a FSR region in the superposition plane for axial on-the-fly ray tracing. It contains a characteristic point that lies within the FSR, an axial mesh, and an array of 3D FSR IDs contained within the extruded region along with their corresponding materials. More...
#include <Geometry.h>
Public Member Functions | |
ExtrudedFSR () | |
Public Attributes | |
double * | _mesh |
int | _fsr_id |
long * | _fsr_ids |
Material ** | _materials |
size_t | _num_fsrs |
LocalCoords * | _coords |
An ExtrudedFSR struct represents a FSR region in the superposition plane for axial on-the-fly ray tracing. It contains a characteristic point that lies within the FSR, an axial mesh, and an array of 3D FSR IDs contained within the extruded region along with their corresponding materials.
|
inline |
Constructor for ExtrudedFSR object
LocalCoords* ExtrudedFSR::_coords |
Coordinates inside the FSR
int ExtrudedFSR::_fsr_id |
Axial extruded FSR ID
long* ExtrudedFSR::_fsr_ids |
Array of 3D FSR IDs
Material** ExtrudedFSR::_materials |
Array of material pointers for each FSR
double* ExtrudedFSR::_mesh |
Array defining the axial mesh
size_t ExtrudedFSR::_num_fsrs |
Number of FSRs in the axially extruded FSR