An open source method of characteristics neutron transport code.
ExtrudedFSR Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExtrudedFSR()

ExtrudedFSR::ExtrudedFSR ( )
inline

Constructor for ExtrudedFSR object

Member Data Documentation

◆ _coords

LocalCoords* ExtrudedFSR::_coords

Coordinates inside the FSR

◆ _fsr_id

int ExtrudedFSR::_fsr_id

Axial extruded FSR ID

◆ _fsr_ids

long* ExtrudedFSR::_fsr_ids

Array of 3D FSR IDs

◆ _materials

Material** ExtrudedFSR::_materials

Array of material pointers for each FSR

◆ _mesh

double* ExtrudedFSR::_mesh

Array defining the axial mesh

◆ _num_fsrs

size_t ExtrudedFSR::_num_fsrs

Number of FSRs in the axially extruded FSR


The documentation for this struct was generated from the following file: