Theory: Neutronics
How to prepare cross sections?
To prepare the nuclear cross-section input files for ROOSTER follow these steps:
For each isotope required in your model, download the Point-wise Evaluated Nuclear Data (PENDF) file. You can obtain these files from sources like the IAEA Nuclear Data Services.n
Install the open-source LANL NJOY21 code, which is available at NJOY21 GitHub repository.
Utilize NJOY21 to convert the PENDF files into GENDF files for each isotope. Here is an
example
of the input file for NJOY21 for the PENDF-to-GENDF conversion of the U-238 nuclear data from the JEFF3.1.1 library.
Move all files in ROOSTER Nuclear Data Directory and specify its name in the input file card nddir : Nuclear data directory.
Use the GENDF filenames in the fields
isoid
of the input file card mix : Homogeneous mix of isotopes to specify homogeneous mix of isotopes.
How to build a core model?
The calculational area is divided in the nodes, i.e. square or hexagonal prisms with the same dimensions in the (x,y) surface and if necessary different axial heights. The image below shows the Typical nodalisation for 60-deg symmetry sector of fast reactor core model. Every node in the (x,y) surface corresponds to a subassembly. Every color denotes a homogeneous material.
The core model is build in the following four steps:
Specify the core geometry, using the input file card coregeom : Core geometry.
Specify homogeneous mixes of isotopes as specified in the previous section, using the input file card mix : Homogeneous mix of isotopes.
Create models of subassemblies using the input file cards stack : Vertical stack of homogeneous mixes.
Assemble stacks in the core using the input file cards coremap : Core map.