7.20. [ T-Gshow ] section¶
This tally produces graphical geometry output for regions bounded by xyz mesh. These outputs can be obtained without transport calculation using the option icntl=7 in the [parameters] section.
The option of output=10, gshow=5 for other tallies, is useful for lattice and tetrahedral geometry with very fine mesh.
value |
explanation |
xyz |
Mesh type. Only xyz mesh can be set. A mesh type subsection is required below this option. |
value |
explanation |
xy, yz, xz |
2-dimensional. |
value |
explanation |
|
Define output file names. This is required by each setting of axis. |
value |
explanation |
1 |
Region boundary. |
2 |
Region boundary + material color. |
3 |
Region boundary + material name. |
4 |
Region boundary + material color + material name. |
5 |
Region boundary + region name. |
6 |
Region boundary + material color + region name. |
7 |
Region boundary + LAT number. |
8 |
Region boundary + material color + LAT number. |
9 |
No output. |
10 |
Material color in pixel style. |
value |
explanation |
1 (default) |
This option multiplies the region line resolution by a factor of resol. |
value |
explanation |
0.5 (default) |
The option defines the line thickness. |
value |
explanation |
(optional) |
Title. |
value |
explanation |
(optional) |
ANGEL parameters. |
value |
explanation |
(optional) |
Special format for ANGEL parameters. |
value |
explanation |
(optional) |
\(x\) axis title. |
value |
explanation |
(optional) |
\(y\) axis title. |
value |
explanation |
0 (default), 1, 2 |
When epsout=1, results are plotted into eps files.
The eps file is named by replacing the extension with |
value |
explanation |
0 (default), 1 |
Generate Bitmap figure of 2-dimensional tally output.
This file is named by replacing the extension with |
value |
explanation |
0 (default), 1 |
Output the tally results in the xyz mesh in the input format of ParaView.
This file is named by replacing the extension with |
value |
explanation |
0 (default), 1 |
Format of output file for ParaView. 0: ascii, 1: binary. |
value |
explanation |
(optional) |
Coordinate transformation number or definition for r-z or xyz mesh. |
value |
explanation |
2 (default) |
Option to draw lattice or tetrahedral geometry boundary lines when gshow or rshow is specified. |
0 |
Not drawing. |
1 |
Drawing. Note that the line of voxel phantoms may not be drawn clearly. |
2 |
Not drawing the lines in the same cell. |
3 |
Not drawing the lines in the same material. In this case, the boundary of two adjacent cells filled with the same material is not also drawn, even if not lattice or tetrahedral geometry. When gshow>=3, cell and lattice numbers are now shown. |
output=7 and 8 can be used only when the cells in bottom level are themselves in the lattice; the output then gives lattice numbers in the format (4,1,2). For example, Fig. 5.6.11 in Section 5.6.4 is generated by the input shown below.
1: [ T - gshow ]
2: mesh = xyz
3: x-type = 2
4: nx = 100
5: xmin = -10.
6: xmax = 10
7: y-type = 1
8: ny = 1
9: -5.0 5.0
10: z-type = 2
11: nz = 100
12: zmin = -10.
13: zmax = 10.
14: axis = xz
15: output = 8
16: file = cell-example6.dat
17: epsout = 1