Difference between revisions of "Input syntax manual"
(→Input syntax) |
(→Input syntax) |
||
Line 5: | Line 5: | ||
== Input syntax == | == Input syntax == | ||
+ | |||
+ | ---- | ||
<nowiki>% --- This sets the population | <nowiki>% --- This sets the population | ||
− | set pop <npg> </nowiki> | + | set pop <npg> [<keff0> <>] </nowiki> |
+ | Setting the neutron population. | ||
+ | {| | ||
+ | | <npg> | ||
+ | | neutrons_per_generation | ||
+ | |- | ||
+ | | <nc> | ||
+ | | neutrons | ||
+ | |} | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <nowiki>% --- This sets the population | ||
+ | |||
+ | set nps <npg> [<keff0> <>] </nowiki> | ||
Setting the neutron population. | Setting the neutron population. | ||
+ | {| | ||
+ | | <npg> | ||
+ | | neutrons_per_generation | ||
+ | |- | ||
+ | | <nc> | ||
+ | | neutrons | ||
+ | |} |
Revision as of 14:41, 17 November 2015
Preface
This page will contain the whole input syntax of Serpent 2.
Input syntax
% --- This sets the population set pop <npg> [<keff0> <>]
Setting the neutron population.
<npg> | neutrons_per_generation |
<nc> | neutrons |
% --- This sets the population set nps <npg> [<keff0> <>] Setting the neutron population.
<npg> | neutrons_per_generation |
<nc> | neutrons |