mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
30 lines
559 B
XML
30 lines
559 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
|
|
<!-- <cross_sections> -->
|
|
<!-- cross_sections.xml-->
|
|
<!-- </cross_sections>-->
|
|
|
|
<!-- Parameters for criticality calculation -->
|
|
<eigenvalue>
|
|
<batches>2</batches>
|
|
<inactive>0</inactive>
|
|
<particles>100</particles>
|
|
</eigenvalue>
|
|
|
|
<!-- How verbose output should be -->
|
|
<verbosity value="7" />
|
|
|
|
<!-- Starting source -->
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-1 -1 -1 1 1 1</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
<track>
|
|
1 1 1
|
|
1 1 2
|
|
</track>
|
|
|
|
</settings>
|