Merge branch 'develop' into integrator-class

Need new travis.yml to pass CI
This commit is contained in:
Andrew Johnson 2019-07-30 15:58:49 -05:00
commit b9683dbdba
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
114 changed files with 8323 additions and 4462 deletions

View file

@ -75,10 +75,24 @@ data, such as number densities and reaction rates for each material.
:template: myclass.rst
AtomNumber
ChainFissionHelper
DirectReactionRateHelper
OperatorResult
ReactionRates
Results
ResultsList
The following classes are abstract classes that can be used to extend the
:mod:`openmc.deplete` capabilities:
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
ReactionRateHelper
EnergyHelper
TransportOperator
Each of the integrator functions also relies on a number of "helper" functions

View file

@ -15,6 +15,7 @@ Convenience Functions
openmc.model.hexagonal_prism
openmc.model.rectangular_prism
openmc.model.subdivide
openmc.model.pin
TRISO Fuel Modeling
-------------------