-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfigure.xml
More file actions
executable file
·24 lines (24 loc) · 891 Bytes
/
configure.xml
File metadata and controls
executable file
·24 lines (24 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<configure>
<chain>./examples/chain_endfb71.xml</chain>
<nuclides>./examples/nuclides.xml</nuclides>
<impxslibs>
<impxslib>./examples/XMAS172.xml</impxslib>
</impxslibs>
<inpmaterials>./examples/U235thn_1sec/materialsi.xml</inpmaterials>
<reaction>./examples/U235thn_1sec/reactions.xml</reaction>
<outmaterials>./examples/U235thn_1sec/materialso.xml</outmaterials>
<filters>
<filter type="exnuclide">U238 U239 U235 Pu238 Pu239 Pu240 Pu241 Pu242 Am241 Am242_m1</filter>
</filters>
<numbers>10</numbers>
<timestep>1</timestep>
<!-- IT IS equivalent time description
timerecord year="0" month="0" day="0.0" hour="0" minute="0" second="1"/-->
<method>chebyshev</method>
<epb>1.e-3</epb>
<decaykey>false</decaykey>
<uncertanties>false</uncertanties>
<decay_print>false</decay_print>
<cram_order>16</cram_order>
</configure>