mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Added docstring for Tally.swap_filter(...) routine
This commit is contained in:
parent
9c9eb446a1
commit
0eee99ee20
9 changed files with 230 additions and 651 deletions
21
docs/source/pythonapi/examples/settings.xml
Normal file
21
docs/source/pythonapi/examples/settings.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<settings>
|
||||
<eigenvalue>
|
||||
<particles>2500</particles>
|
||||
<batches>20</batches>
|
||||
<inactive>5</inactive>
|
||||
</eigenvalue>
|
||||
<source>
|
||||
<space type="box">
|
||||
<parameters>-10.71 -10.71 -10 10.71 10.71 10.0</parameters>
|
||||
</space>
|
||||
</source>
|
||||
<output>
|
||||
<tallies>false</tallies>
|
||||
<summary>true</summary>
|
||||
</output>
|
||||
<trigger>
|
||||
<active>true</active>
|
||||
<max_batches>200</max_batches>
|
||||
</trigger>
|
||||
</settings>
|
||||
Loading…
Add table
Add a link
Reference in a new issue