Difference between revisions of "Input syntax manual"
(→set gcut) |
(→Input options) |
||
Line 23: | Line 23: | ||
=== set gcut === | === set gcut === | ||
− | <nowiki>set gcut < | + | <nowiki>set gcut <gmax> </nowiki> |
Sets generation cut-off for neutrons. Input values: | Sets generation cut-off for neutrons. Input values: | ||
{| | {| | ||
− | | < | + | | <gmax> |
| number of simulated generations before cut-off | | number of simulated generations before cut-off | ||
|} | |} | ||
− | The cut-off can be used in neutron external source simulations, to limit the length of fission chains. | + | The generation cut-off can be used in neutron external source simulations, to limit the length of fission chains. |
<strong>Notes:</strong> | <strong>Notes:</strong> | ||
*Applicable only to neutron external source simulation (invoked using ([[#set nps|set nps]]) | *Applicable only to neutron external source simulation (invoked using ([[#set nps|set nps]]) | ||
− | *Generation or time cut-off ([[#set tcut|set tcut]]) is needed for external source simulations in super-critical systems. | + | *Generation or time cut-off ([[#set tcut|set tcut]]) is always needed for neutron external source simulations in super-critical systems. |
=== set nps === | === set nps === | ||
Line 90: | Line 90: | ||
*Convergence of fission source can be monitored using Shannon entropy (input parameters [[#set his|set his]] and [[#set entr|set entr]]). | *Convergence of fission source can be monitored using Shannon entropy (input parameters [[#set his|set his]] and [[#set entr|set entr]]). | ||
*See [[detailed description]] on the statistical effects of batching. | *See [[detailed description]] on the statistical effects of batching. | ||
+ | |||
+ | === set tcut === | ||
+ | |||
+ | <nowiki>set tcut <tmax> </nowiki> | ||
+ | Sets time cut-off. Input values: | ||
+ | |||
+ | {| | ||
+ | | <tmax> | ||
+ | | time limit for simulated particle histories (in seconds) | ||
+ | |} | ||
+ | |||
+ | The time cut-off can be used in both neutron and photon external source simulations, to limit the length of particle histories. | ||
+ | |||
+ | <strong>Notes:</strong> | ||
+ | |||
+ | *Time or generation cut-off ([[#set gcut|set gcut]]) is always needed for neutron external source simulations in super-critical systems. | ||
== References == | == References == | ||
<references/> | <references/> |
Revision as of 18:04, 17 November 2015
Contents
Preface
This page will contain the whole input syntax of Serpent 2
This is a reference to one article [1]
This is another reference to the same article [1]
Input cards
mat (material definition)
surf (surface definition)
cell (cell definition)
det (detector definition)
src
Input options
set gcut
set gcut <gmax>
Sets generation cut-off for neutrons. Input values:
<gmax> | number of simulated generations before cut-off |
The generation cut-off can be used in neutron external source simulations, to limit the length of fission chains.
Notes:
- Applicable only to neutron external source simulation (invoked using (set nps)
- Generation or time cut-off (set tcut) is always needed for neutron external source simulations in super-critical systems.
set nps
set nps <ppb> [ <btch> ]
Sets parameters for simulated particle population in external source mode. Input values:
<ppb> | number of particles per batch |
<btch> | number of batches |
The simulation is for a number batches using the given batch size.
Notes:
- Using the nps card sets the mode to external source simulation. Criticality source simulation for neutrons is invoked using set pop.
- Running an external source simulation requires a source, defined by the src card. Source definition also sets the transported particle type.
- Neutron external source simulations are limited to sub-critical systems, unless time cut-off (set tcut) or generation cut-off (set gcut) is invoked.
- Neutron external source simulations in multiplying systems may require adjusting the neutron buffer (set nbuf).
- Delayed neutron emission is switched off by default in neutron external source simulation (for compatibility with MCNP). Delayed neutrons can be included with set delnu.
set pop
set pop <npg> <ngen> <nskip> [ <keff0> <btch> ]
Sets parameters for simulated neutron population in criticality source mode. Input values:
<npg> | number of neutrons per generation |
<ncyc> | number of active generations |
<nskip> | number of inactive generations |
<keff0> | initial guess for k-eff |
<btch> | batching interval |
The simulation is first run for a number of inactive generations to allow the fission source to converge. This is followed by a number of active generations, during which the results are collected. The statistics are divided in batches, and by default each generation forms its own batch.
Notes:
- Using the pop card sets the mode to criticality source simulation. External source simulation is invoked using set nps.
- Convergence of fission source can be monitored using Shannon entropy (input parameters set his and set entr).
- See detailed description on the statistical effects of batching.
set tcut
set tcut <tmax>
Sets time cut-off. Input values:
<tmax> | time limit for simulated particle histories (in seconds) |
The time cut-off can be used in both neutron and photon external source simulations, to limit the length of particle histories.
Notes:
- Time or generation cut-off (set gcut) is always needed for neutron external source simulations in super-critical systems.
References
- ^ Leppänen, J. "Development of a new Monte Carlo reactor physics code." D.Sc. Thesis, Helsinki University of Technology, 2007. (VTT Publications 640)