Skip to content

Commit

Permalink
update docs at commit: Merge pull request #165 from yardasol/openmc-m…
Browse files Browse the repository at this point in the history
…sbr-model

OpenMC MSBR model and data 6bac510
  • Loading branch information
samgdotson committed Dec 6, 2022
1 parent 5be14c7 commit f71fc19
Show file tree
Hide file tree
Showing 92 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion master/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: dc154a31cf66b0647061698e372b0709
config: 561fb65cecb4214a67e977cd19ec2eae
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified master/.doctrees/devguide/contributing.doctree
Binary file not shown.
Binary file modified master/.doctrees/devguide/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/environment.pickle
Binary file not shown.
Binary file modified master/.doctrees/examples.doctree
Binary file not shown.
Binary file modified master/.doctrees/fileformatspec/databasefile.doctree
Binary file not shown.
Binary file modified master/.doctrees/fileformatspec/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/fileformatspec/inputfile.doctree
Binary file not shown.
Binary file modified master/.doctrees/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/installation.doctree
Binary file not shown.
Binary file modified master/.doctrees/overview.doctree
Binary file not shown.
Binary file modified master/.doctrees/releasenotes/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/releasenotes/template.doctree
Binary file not shown.
Binary file modified master/.doctrees/releasenotes/v0.3.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/releasenotes/v0.4.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/releasenotes/v0.5.0.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/modules.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.abc.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.app.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.materialflow.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.openmc_depcode.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.openmc_deplete.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.process.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.reactor.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.separator.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.serpent_depcode.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.simulation.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.sparger.doctree
Binary file not shown.
Binary file modified master/.doctrees/src/saltproc.version.doctree
Binary file not shown.
5 changes: 4 additions & 1 deletion master/_sources/releasenotes/v0.5.0.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ New Features
Describe any new features to the code.
- ``openmc`` support via `DepcodeOpenMC`
- OpenMC compatible MSBR model.



Expand Down Expand Up @@ -81,7 +82,9 @@ Script Changes
- Add ``SERPENT_DATA`` and ``SERPENT_ACELIB`` variables to ``.bashrc``

- A new script, ``scripts/ci/openmc-xs.bash``, that downloads the OpenMC HDF5 cross section library.

- A new script, ``download_endfb71.bash``, that downloads the ENDF/B 7.1 cross section library -- including thermal scattering, decay, and fission yield data -- in ACE format.
- A new script, ``process_endfb71_to_openmc.bash``, that converts the library created by ``download_endfb71.bash`` into an OpenMC-usable HDF5 format. Requires OpenMC to be installed from source to use.
- A new script ``openmc_msbr_model.py``, that creates an OpenMC-usable MSBR model based on the Serpent MSBR model.


Python API Changes
Expand Down
4 changes: 4 additions & 0 deletions master/releasenotes/v0.5.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ <h2>Dependency Changes<a class="headerlink" href="#dependency-changes" title="Pe
<h2>New Features<a class="headerlink" href="#new-features" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">openmc</span></code> support via <cite>DepcodeOpenMC</cite></p></li>
<li><p>OpenMC compatible MSBR model.</p></li>
</ul>
</section>
<section id="bug-fixes">
Expand All @@ -135,6 +136,9 @@ <h2>Script Changes<a class="headerlink" href="#script-changes" title="Permalink
</ul>
</li>
<li><p>A new script, <code class="docutils literal notranslate"><span class="pre">scripts/ci/openmc-xs.bash</span></code>, that downloads the OpenMC HDF5 cross section library.</p></li>
<li><p>A new script, <code class="docutils literal notranslate"><span class="pre">download_endfb71.bash</span></code>, that downloads the ENDF/B 7.1 cross section library – including thermal scattering, decay, and fission yield data – in ACE format.</p></li>
<li><p>A new script, <code class="docutils literal notranslate"><span class="pre">process_endfb71_to_openmc.bash</span></code>, that converts the library created by <code class="docutils literal notranslate"><span class="pre">download_endfb71.bash</span></code> into an OpenMC-usable HDF5 format. Requires OpenMC to be installed from source to use.</p></li>
<li><p>A new script <code class="docutils literal notranslate"><span class="pre">openmc_msbr_model.py</span></code>, that creates an OpenMC-usable MSBR model based on the Serpent MSBR model.</p></li>
</ul>
</section>
<section id="python-api-changes">
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v0.3.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 10dc3ef6aea84bab3bb607d150ca2b4a
config: 8be427036961c29b84dc46e9c1310a48
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified v0.3.0/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v0.3.0/.doctrees/examples.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/index.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/installation.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/overview.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/index.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/modules.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.app.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.depcode.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.materialflow.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.process.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.reactor.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.separator.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.simulation.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.sparger.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_app.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_depcode.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_materialflow.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_process.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_separator.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_simulation.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.tests.test_sparger.doctree
Binary file not shown.
Binary file modified v0.3.0/.doctrees/src/saltproc.version.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion v0.4.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2ffe8f7ef20d50f71208ba67836deca0
config: a4bc3d8f3c1ca0118d589c8e155245ea
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified v0.4.0/.doctrees/devguide/contributing.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/devguide/index.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v0.4.0/.doctrees/examples.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/index.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/installation.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/overview.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/releasenotes/index.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/releasenotes/template.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/releasenotes/v0.3.0.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/releasenotes/v0.4.0.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/index.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/modules.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.app.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.depcode.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.materialflow.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.process.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.reactor.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.separator.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.simulation.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.sparger.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_app.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_depcode.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_materialflow.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_process.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_separator.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_simulation.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.tests.test_sparger.doctree
Binary file not shown.
Binary file modified v0.4.0/.doctrees/src/saltproc.version.doctree
Binary file not shown.

0 comments on commit f71fc19

Please sign in to comment.