Quickstart
This quickstart should take 5-10 minutes to complete, starting with a clean slate and ending with a simple UOX ORIGEN reactor library.
Note
By default OLM logs info, warning, and errors to the screen. To only output warnings
and errors set the SCALE_LOG_LEVEL=30.
# Initialize a configuration file for the uox_quick variant.
$ olm init --variant uox_quick
# Create an ORIGEN library.
$ olm create -j6 uox_quick/config.olm.json
# Open the generated report.
$ open uox_quick/_work/uox_quick.pdf
Executing the above commands will allow one to run ORIGAMI with the newly created library as shown below.
1'
2' Demonstration of linking new library in ORIGAMI.
3'
4' origami.inp
5'
6=shell
7olm link uox_quick
8end
9
10=origami
11
12libs=[ uox_quick ]
13
14fuelcomp{
15 uox(fuel){ enrich=4.95 }
16 mix(1){ comps[fuel=100] }
17}
18
19modz = [ 0.74 ]
20pz = [ 1.0 ]
21
22hist[
23 cycle{ power=40 burn=1000 nlib=10 }
24]
25
26end
# Allow the local library to be found by olm link.
$ export SCALE_OLM_PATH=$PWD/uox_quick/_work
# Run the ORIGAMI calculation.
$ $SCALE_DIR/bin/scalerte -m origami.inp
Note
Generating a ORIGEN reactor library as shown here requires SCALE 6.3.2 and later. Using a UOX ORIGEN reactor library in ORIGAMI as shown here only requires SCALE 6.2.4 at minimum. However, using a MOX ORIGEN reactor library in ORIGAMI requires SCALE 7.0.