mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Clean up processing section
This commit is contained in:
parent
9d4363d931
commit
d98a6bad94
4 changed files with 50 additions and 304 deletions
|
|
@ -169,6 +169,8 @@ test suite. This script has the following optional arguments:
|
|||
|
||||
-b, --batch Suppress standard in
|
||||
|
||||
.. _scripts_plot:
|
||||
|
||||
--------------------------
|
||||
``openmc-plot-mesh-tally``
|
||||
--------------------------
|
||||
|
|
@ -177,14 +179,16 @@ test suite. This script has the following optional arguments:
|
|||
tallies. The path to the statepoint file can be provided as an optional arugment
|
||||
(if omitted, a file dialog will be presented).
|
||||
|
||||
.. _scripts_track:
|
||||
|
||||
-----------------------
|
||||
``openmc-track-to-vtk``
|
||||
-----------------------
|
||||
|
||||
This script converts HDF5 particle track files to VTK poly data that can be
|
||||
viewed with ParaView or VisIt. The filenames of the particle track files should
|
||||
be given as posititional arguments. The output filename can also be changed with
|
||||
the ``-o`` flag:
|
||||
This script converts HDF5 :ref:`particle track files <usersguide_track>` to VTK
|
||||
poly data that can be viewed with ParaView or VisIt. The filenames of the
|
||||
particle track files should be given as posititional arguments. The output
|
||||
filename can also be changed with the ``-o`` flag:
|
||||
|
||||
-o OUT, --out OUT Output VTK poly filename
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue