@@ -41,7 +41,7 @@ to specify their composition. The composition details below are documented in Ta
41
41
`NEA/NSC/DOC(96)2 <https://www.oecd-nea.org/upload/docs/application/pdf/2020-01/nsc-doc96-02-rev2.pdf >`_.
42
42
43
43
44
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
44
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
45
45
:language: yaml
46
46
:start-after: start-custom-isotopics
47
47
:end-before: end-custom-isotopics
@@ -64,7 +64,7 @@ position in the grid that has any of the specifiers in this list.
64
64
You will see the `<<: *guide_tube ` notation below. This means use the
65
65
specifications of guide_tube, but make the modifications that apear below.
66
66
67
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
67
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
68
68
:language: yaml
69
69
:start-after: end-custom-isotopics
70
70
:end-before: end-block-uo2
@@ -79,7 +79,7 @@ The next assembly is very similar. We define three separate fuel pins,
79
79
each with different ``latticeIDs ``, and then use YAML anchors to just
80
80
copy the moderator, guide tube, and fission chamber from the previous assembly.
81
81
82
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
82
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
83
83
:language: yaml
84
84
:start-after: end-block-uo2
85
85
:end-before: end-block-mox
@@ -88,7 +88,7 @@ The moderator block
88
88
-------------------
89
89
The moderator block for the radial and axial reflectors is very simple:
90
90
91
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
91
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
92
92
:language: yaml
93
93
:start-after: end-block-mox
94
94
:end-before: end-block-mod
@@ -98,7 +98,7 @@ The 3-D Assembly definitions
98
98
Now that the pins are defined, we stack them into assemblies, very similar
99
99
to what we did in the SFR tutorial. There are three distinct assembly definitions.
100
100
101
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
101
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
102
102
:language: yaml
103
103
:start-after: end-block-mod
104
104
:end-before: end-assemblies
@@ -111,7 +111,7 @@ they would be here alongside the core. We also anchor the core at the global
111
111
coordinates (0,0,0). If we wanted the core at some other elevation, we could
112
112
adjust that here.
113
113
114
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
114
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
115
115
:language: yaml
116
116
:start-after: end-assemblies
117
117
:end-before: end-systems
@@ -124,7 +124,7 @@ from an XML file. In this tutorial, we define the grid directly with an
124
124
textual ``lattice map `` input section. The core map is particularly simple; it
125
125
only has 9 assemblies.
126
126
127
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
127
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
128
128
:language: yaml
129
129
:start-after: end-systems
130
130
:end-before: end-grid-core
@@ -134,14 +134,14 @@ Recall that on the ``uo2`` block above we said that we want to apply the grid
134
134
with the name ``UO2 grid ``, and wanted to fill any ``U `` position with
135
135
the ``fuel `` component defined up there. Here's where we define that grid.
136
136
137
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
137
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
138
138
:language: yaml
139
139
:start-after: end-grid-core
140
140
:end-before: end-grid-UO2
141
141
142
142
Similarly, we define the ``MOX grid `` as follows:
143
143
144
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
144
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
145
145
:language: yaml
146
146
:start-after: end-grid-UO2
147
147
:end-before: end-grid-MOX
@@ -151,7 +151,7 @@ the assembly.
151
151
152
152
Nuclide Flags
153
153
-------------
154
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-blueprints.yaml
154
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-blueprints.yaml
155
155
:language: yaml
156
156
:start-after: end-grid-MOX
157
157
:end-before: end-nucflags
@@ -167,7 +167,7 @@ Really, the only thing the settings file does in this case is point to the bluep
167
167
file. As we turn this case into an actual run, we may add various cross section
168
168
and neutrons options to evaluate the benchmark.
169
169
170
- .. literalinclude :: ../../armi/tests/tutorials /c5g7-settings.yaml
170
+ .. literalinclude :: ../../armi/tests/c5g7 /c5g7-settings.yaml
171
171
:language: yaml
172
172
173
173
Defining fuel management
@@ -228,5 +228,5 @@ This should show a simple representation of the block.
228
228
229
229
Here are the full files used in this example:
230
230
231
- * :download: `Blueprints <../../armi/tests/tutorials /c5g7-blueprints.yaml >`
232
- * :download: `Settings <../../armi/tests/tutorials /c5g7-settings.yaml >`
231
+ * :download: `Blueprints <../../armi/tests/c5g7 /c5g7-blueprints.yaml >`
232
+ * :download: `Settings <../../armi/tests/c5g7 /c5g7-settings.yaml >`
0 commit comments