Implement write_source_file function

This commit is contained in:
Paul Romano 2020-10-14 15:16:50 -05:00
parent 4f7617e90c
commit 441d081dd5
2 changed files with 98 additions and 0 deletions

View file

@ -22,9 +22,19 @@ Simulation Settings
:template: myclass.rst
openmc.Source
openmc.SourceParticle
openmc.VolumeCalculation
openmc.Settings
The following function can be used for generating a source file:
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.write_source_file
Material Specification
----------------------