mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 20:15:26 -04:00
15 lines
299 B
XML
15 lines
299 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<eigenvalue>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<particles>1000</particles>
|
|
</eigenvalue>
|
|
|
|
<source>
|
|
<space type="box" parameters="-4 -4 -4 4 4 4" />
|
|
<angle type="monodirectional" parameters="1 0 0" />
|
|
</source>
|
|
|
|
</settings>
|