3. Inputs¶
ARMI input files define the initial state of the reactor model and tell ARMI what kind of analysis should be performed on it.
There are several input files:
- Settings file
Contains simulation parameters (like full power, cycle length, and which physics modules to activate) and all kind of modeling approximation settings (e.g. convergence criteria)
- Blueprints file
Contains dimensions and composition of the components/blocks/assemblies in your reactor systems, from fuel pins to heat exchangers
- Core map file
Describes where various assemblies (defined in blueprints) exist in a core relative to one another
- Fuel management file
Describes how fuel moves around during a simulation
Depending on the type of analysis, there may be additional inputs required. These include things like control logic, ex-core models for transients and shielding, etc.
Settings and core map input files can be conveniently manipulated with the ARMI GUI. The GUI is simply a front-end to these files. You can choose to use the GUI or not, ARMI doesn’t know or care — it just reads the input files and runs them.
- 3.1. The Settings Input File
- 3.2. The Blueprints Input File
- 3.3. The Facemap Input File
- 3.4. Fuel Management Input
- 3.5. Settings Report