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

A fsr_data struct represents an FSR with a unique FSR ID and a characteristic point that lies within the FSR that can be used to recompute the hierarchical LocalCoords linked list. More...

#include <Geometry.h>

Public Member Functions

 fsr_data ()
 
 ~fsr_data ()
 

Public Attributes

long _fsr_id
 
int _cmfd_cell
 
int _mat_id
 
Point_point
 
Point_centroid
 

Detailed Description

A fsr_data struct represents an FSR with a unique FSR ID and a characteristic point that lies within the FSR that can be used to recompute the hierarchical LocalCoords linked list.

Constructor & Destructor Documentation

◆ fsr_data()

fsr_data::fsr_data ( )
inline

Constructor for FSR data object

◆ ~fsr_data()

fsr_data::~fsr_data ( )
inline

Destructor for fsr_data

Member Data Documentation

◆ _centroid

Point* fsr_data::_centroid

Global numerical centroid in Root Universe

◆ _cmfd_cell

int fsr_data::_cmfd_cell

The CMFD Cell

◆ _fsr_id

long fsr_data::_fsr_id

The FSR ID

◆ _mat_id

int fsr_data::_mat_id

The Material ID

◆ _point

Point* fsr_data::_point

Characteristic point in Root Universe that lies in FSR


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