mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Move output file formats to user's guide.
This commit is contained in:
parent
f13c4c7218
commit
c2e8144a56
8 changed files with 21 additions and 10 deletions
|
|
@ -16,9 +16,5 @@ as debugging.
|
|||
styleguide
|
||||
workflow
|
||||
xml-parsing
|
||||
statepoint
|
||||
source
|
||||
particle_restart
|
||||
track
|
||||
voxel
|
||||
docbuild
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ User's Guide
|
|||
============
|
||||
|
||||
Welcome to the OpenMC User's Guide! This tutorial will guide you through the
|
||||
essential aspects of using OpenMC to perform neutronic simulations.
|
||||
essential aspects of using OpenMC to perform simulations.
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
|
|
@ -14,5 +14,6 @@ essential aspects of using OpenMC to perform neutronic simulations.
|
|||
beginners
|
||||
install
|
||||
input
|
||||
output/index
|
||||
processing
|
||||
troubleshoot
|
||||
|
|
|
|||
14
docs/source/usersguide/output/index.rst
Normal file
14
docs/source/usersguide/output/index.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.. _usersguide_output:
|
||||
|
||||
===================
|
||||
Output File Formats
|
||||
===================
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
:maxdepth: 3
|
||||
|
||||
statepoint
|
||||
source
|
||||
particle_restart
|
||||
track
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _devguide_particle_restart:
|
||||
.. _usersguide_particle_restart:
|
||||
|
||||
============================
|
||||
Particle Restart File Format
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _devguide_source:
|
||||
.. _usersguide_source:
|
||||
|
||||
==================
|
||||
Source File Format
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _devguide_statepoint:
|
||||
.. _usersguide_statepoint:
|
||||
|
||||
=======================
|
||||
State Point File Format
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _devguide_track:
|
||||
.. _usersguide_track:
|
||||
|
||||
=================
|
||||
Track File Format
|
||||
|
|
@ -194,7 +194,7 @@ Data Extraction
|
|||
---------------
|
||||
|
||||
A great deal of information is available in statepoint files (See
|
||||
:ref:`devguide_statepoint`), most of which is easily extracted by the provided
|
||||
:ref:`usersguide_statepoint`), most of which is easily extracted by the provided
|
||||
utility statepoint.py. This utility provides a Python class to load statepoints
|
||||
and extract data - it is used in many of the provided plotting utilities, and
|
||||
can be used in user-created scripts to carry out manipulations of the data. To
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue