mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Added initial section on data processing and visualization to the users guide
This commit is contained in:
parent
9289c65592
commit
3476c7f9c7
2 changed files with 4 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ should be comfortable working in a command line environment. There are many
|
|||
resources online for learning command line environments. If you are using Linux
|
||||
or Mac OS X (also Unix-derived), `this tutorial
|
||||
<http://www.ee.surrey.ac.uk/Teaching/Unix/>`_ will help you get acquainted with
|
||||
commonly-used commands.
|
||||
commonly-used commands. It is also helpful to be familiar with `Python
|
||||
<http://www.python.org/>`_, as most of the post-processing utilities provided
|
||||
with OpenMC rely on it for data manipulation and results visualization.
|
||||
|
||||
OpenMC uses a version control software called `git`_ to keep track of changes to
|
||||
the code, document bugs and issues, and other development tasks. While you don't
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ essential aspects of using OpenMC to perform neutronic simulations.
|
|||
beginners
|
||||
install
|
||||
input
|
||||
Processing
|
||||
troubleshoot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue