Skip to content

Commit

Permalink
update docs at commit: Merge pull request #178 from yardasol/serpent-…
Browse files Browse the repository at this point in the history
…material-temps

Serpent material temps beb9b1d
  • Loading branch information
samgdotson committed Jan 9, 2023
1 parent f71fc19 commit d726841
Show file tree
Hide file tree
Showing 94 changed files with 62 additions and 28 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: 561fb65cecb4214a67e977cd19ec2eae
config: 1ff49285590fd46f177665f26e696189
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.
68 changes: 49 additions & 19 deletions master/_modules/saltproc/serpent_depcode.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions master/_sources/releasenotes/v0.5.0.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,15 @@ Python API Changes
- ``write_mat_file()`` → ``update_depletable_materials()``
- ``get_nuc_name()`` → ``convert_nuclide_code_to_name()``
- ``convert_nuclide_name_serpent_to_zam()`` → ``convert_nuclide_code_to_zam()``
- ``change_sim_par()`` → (deleted)
- (new function) → ``get_neutron_settings()``
- ``create_iter_matfile()`` → ``create_runtime_matfile()``
- ``replace_burnup_parameters()`` → ``set_power_load()``
- ``write_depcode_input()`` → ``write_runtime_input()``
- ``iter_inputfile`` → ``runtime_inputfile``
- ``iter_matfile`` → ``runtime_matfile``
- ``change_sim_par()`` → (deleted)
- (new function) → ``get_neutron_settings()``
- (new function) → ``_get_burnable_materials_file()``
- (new function) → ``_get_burnable_material_card_data()``


- ``OpenMCDepcode`` is a ``Depcode`` subclass that interfaces with ``openmc``. This class implements the following functions
Expand Down
6 changes: 4 additions & 2 deletions master/releasenotes/v0.5.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,15 @@ <h2>Python API Changes<a class="headerlink" href="#python-api-changes" title="Pe
<li><p><code class="docutils literal notranslate"><span class="pre">write_mat_file()</span></code><code class="docutils literal notranslate"><span class="pre">update_depletable_materials()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">get_nuc_name()</span></code><code class="docutils literal notranslate"><span class="pre">convert_nuclide_code_to_name()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">convert_nuclide_name_serpent_to_zam()</span></code><code class="docutils literal notranslate"><span class="pre">convert_nuclide_code_to_zam()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">change_sim_par()</span></code> → (deleted)</p></li>
<li><p>(new function) → <code class="docutils literal notranslate"><span class="pre">get_neutron_settings()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">create_iter_matfile()</span></code><code class="docutils literal notranslate"><span class="pre">create_runtime_matfile()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">replace_burnup_parameters()</span></code><code class="docutils literal notranslate"><span class="pre">set_power_load()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">write_depcode_input()</span></code><code class="docutils literal notranslate"><span class="pre">write_runtime_input()</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">iter_inputfile</span></code><code class="docutils literal notranslate"><span class="pre">runtime_inputfile</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">iter_matfile</span></code><code class="docutils literal notranslate"><span class="pre">runtime_matfile</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">change_sim_par()</span></code> → (deleted)</p></li>
<li><p>(new function) → <code class="docutils literal notranslate"><span class="pre">get_neutron_settings()</span></code></p></li>
<li><p>(new function) → <code class="docutils literal notranslate"><span class="pre">_get_burnable_materials_file()</span></code></p></li>
<li><p>(new function) → <code class="docutils literal notranslate"><span class="pre">_get_burnable_material_card_data()</span></code></p></li>
</ul>
</li>
<li><p><code class="docutils literal notranslate"><span class="pre">OpenMCDepcode</span></code> is a <code class="docutils literal notranslate"><span class="pre">Depcode</span></code> subclass that interfaces with <code class="docutils literal notranslate"><span class="pre">openmc</span></code>. This class implements the following functions
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/src/saltproc.serpent_depcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<dt class="sig sig-object py" id="saltproc.serpent_depcode.SerpentDepcode.create_runtime_matfile">
<span class="sig-name descname"><span class="pre">create_runtime_matfile</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">file_lines</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/saltproc/serpent_depcode.html#SerpentDepcode.create_runtime_matfile"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#saltproc.serpent_depcode.SerpentDepcode.create_runtime_matfile" title="Permalink to this definition"></a></dt>
<dd><p>Creates the runtime material file tracking burnable materials
ans inserts the path to this file in the Serpent2 runtime input file</p>
and inserts the path to this file in the Serpent2 runtime input file</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>file_lines</strong> (<em>list</em><em> of </em><em>str</em>) – Serpent2 runtime input file.</p>
Expand Down
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: 8be427036961c29b84dc46e9c1310a48
config: 8dae6fdd987ff5de93e7a1b658372522
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: a4bc3d8f3c1ca0118d589c8e155245ea
config: 84209280fe78b932e565799e49e1760f
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 d726841

Please sign in to comment.