mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update processing.html
This commit is contained in:
parent
1e7b5d00ca
commit
3b65e129f7
1 changed files with 2 additions and 2 deletions
|
|
@ -289,8 +289,8 @@ for both VTK and SILO. By default statepoint_3d.py processes a statepoint into a
|
|||
</div>
|
||||
<p>but it also provides several command-line options to selectively process only
|
||||
certain data arrays in order to keep file sizes down.</p>
|
||||
<div class="highlight-sh"><div class="highlight"><pre><openmc_root>/src/utils/statepoint_3d.py <statepoint_file> -tallies 2,4 --scores 4.1,4.3 -o output.silo
|
||||
<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> -filters 2.energyin.1 --vtk -o output.vtm
|
||||
<div class="highlight-sh"><div class="highlight"><pre><openmc_root>/src/utils/statepoint_3d.py <statepoint_file> --tallies 2,4 --scores 4.1,4.3 -o output.silo
|
||||
<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> --filters 2.energyin.1 --vtk -o output.vtm
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>All available options for specifying a subset of tallies, scores, and filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue