7.21. [ T-Rshow ] section

This tally produces graphical geometry output for regions bounded by xyz mesh with color plotting in proportion to physical quantities of the regions. Usually, this tally uses results obtained by a PHITS calculation with reg mesh as input data to display the distribution of the physical quantity. These outputs can be obtained without transport calculation using the option icntl=9 in the [parameters] section.

A scale of the color gradation can be changed by setting ANGEL parameters zlog and zlin to log and linear scales, respectively. The default setting is zlin.

Table 7.21.1 mesh

value

explanation

xyz

Mesh type. Only xyz mesh can be set. A mesh type subsection is required below this option.

Table 7.21.2 axis

value

explanation

xy, yz, xz

2-dimensional.

Table 7.21.3 file

value

explanation

file name

Define output file names. This is required by each setting of axis.

Table 7.21.4 output

value

explanation

1

Region boundary.

2

Region boundary + material name.

3

Region boundary + region name.

4

Region boundary + LAT number.

Table 7.21.5 resol

value

explanation

1 (default)

This option multiplies the region line resolution by a factor of resol.

Table 7.21.6 width

value

explanation

0.5 (default)

The option defines the line thickness.

Table 7.21.7 title

value

explanation

(optional)

Title.

Table 7.21.8 angel

value

explanation

(optional)

ANGEL parameters.

Table 7.21.9 sangel

value

explanation

(optional)

Special format for ANGEL parameters.

Table 7.21.10 x-txt

value

explanation

(optional)

\(x\) axis title.

Table 7.21.11 y-txt

value

explanation

(optional)

\(y\) axis title.

Table 7.21.12 z-txt

value

explanation

(optional)

\(z\) axis title.

Table 7.21.13 reg, value, reg val

value

explanation

reg

Region definition.

value

Value definition.

reg val

Value definition with the same format as volume definition. For details see the [volume] section.

Table 7.21.14 iechrl

value

explanation

72 (default)

Maximum number of columns for volume input echo.

Table 7.21.15 epsout

value

explanation

0 (default), 1

Results are plotted into eps files. This eps file is named by replacing the extension into .eps.

Table 7.21.16 bmpout

value

explanation

0 (default), 1

Generate Bitmap figure of 2-dimensional tally output. This file is named by replacing the extension with .bmp. When mesh=xyz and axis=xy, yz, xz, it is available.

Table 7.21.17 trcl

value

explanation

(optional)

Coordinate transformation number or definition for r-z or xyz mesh.

Table 7.21.18 gslat

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.

For example, Fig. 7.21.1 can be obtained by the [t-rshow] tally shown below from example (6) shown in Section 5.6.4.

Listing 7.21.1 [t-rshow] example
     1:   [ T - rshow ]
     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 = 1
    16:        file = cell-example6-rshow.dat
    17:      epsout = 1
    18:         reg = (201<101[-1 1 0]<1) (201<101[0 1 0]<1) (201<101[1 1 0]<1)
    19:              (201<101[-1 0 0]<1) (201<101[0 0 0]<1) (201<101[1 0 0]<1)
    20:              (201<101[-1 -1 0]<1) (201<101[0 -1 0]<1) (201<101[1 -1 0]<1)
    21:       value
    22:      non     reg      val     # reg definition
    23:       1  1000001   1.0000E+00 # ( 201 < 101[ -1 1 0 ] < 1 )
    24:       2  1000002   2.0000E+00 # ( 201 < 101[ 0 1 0 ] < 1 )
    25:       3  1000003   3.0000E+00 # ( 201 < 101[ 1 1 0 ] < 1 )
    26:       4  1000004   4.0000E+00 # ( 201 < 101[ -1 0 0 ] < 1 )
    27:       5  1000005   5.0000E+00 # ( 201 < 101[ 0 0 0 ] < 1 )
    28:       6  1000006   6.0000E+00 # ( 201 < 101[ 1 0 0 ] < 1 )
    29:       7  1000007   7.0000E+00 # ( 201 < 101[ -1 -1 0 ] < 1 )
    30:       8  1000008   8.0000E+00 # ( 201 < 101[ 0 -1 0 ] < 1 )
    31:       9  1000009   9.0000E+00 # ( 201 < 101[ 1 -1 0 ] < 1 )
../../../_images/cell-example6-rshow.png

Fig. 7.21.1 Example of [t-rshow].