5.3.15. Tetra-mesh source¶
By specifying s-type = 24, particle generation from tetrahedrons can be defined.
The particles are generated uniformly from the tetrahedron assigned by tetreg.
Only one cell number should be specified, and particles are generated from the tetrahedrons belonging to the universe assigned to that cell.
The direction of the source can be specified by dir, phi, and dom.
The parameters for the tetra-mesh source are shown below.
The order of parameters is free.
Parameters with (D=***) are optional.
The sample input in /utility/TetraGEOM may also be helpful.
value |
explanation |
Cell number of the universe containing the tetrahedrons. Only one cell number can be specified. |
value |
explanation |
(D=1.0) |
Direction cosine of the projectile relative to the z-axis. |
all |
Isotropic source. |
data |
An a-type subsection is required. |
value |
explanation |
(D=all) |
Azimuthal angle [degree]. |
all |
Randomly selected in the range from 0 to 360 degrees. |
value |
explanation |
(D=0.0) |
Solid angle spread [degree]. |
-1 |
\(\cos^2\) bias distribution. |
value |
explanation |
For mono-energy source, specify the projectile energy [MeV/n]. For an energy spectrum, use e-type = instead. |
value |
explanation |
mono-energy source |
Give the source energy [MeV/n] directly by e0. |
energy spectrum |
Specify the source energy distribution by e-type. |
An example using s-type = 24 is shown below.
1: [ Source ]
2: s-type = 24
3: proj = proton
4: tetreg = 201
5: dir = all
6: e0 = 70
In this example, particles are generated uniformly from the tetrahedrons belonging to the universe assigned to the cell number 201 specified by tetreg.