mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
Move openmc.deplete.integrator into openmc.deplete
Much of the previous API is intact, with the major change being CRAM functions are imported from openmc.deplete.cram in the test_deplete_cram. The integrator abstract classes are placed in openmc/deplete/abc.py with all concrete classes going in to openmc/deplete/integrators.py Documentation updated accordingly
This commit is contained in:
parent
5adc3b5816
commit
0bc7800a92
17 changed files with 1210 additions and 1267 deletions
|
|
@ -16,14 +16,14 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
|
|||
:nosignatures:
|
||||
:template: myintegrator.rst
|
||||
|
||||
integrator.PredictorIntegrator
|
||||
integrator.CECMIntegrator
|
||||
integrator.CELIIntegrator
|
||||
integrator.CF4Integrator
|
||||
integrator.EPCRK4Integrator
|
||||
integrator.LEQIIntegrator
|
||||
integrator.SICELIIntegrator
|
||||
integrator.SILEQIIntegrator
|
||||
PredictorIntegrator
|
||||
CECMIntegrator
|
||||
CELIIntegrator
|
||||
CF4Integrator
|
||||
EPCRK4Integrator
|
||||
LEQIIntegrator
|
||||
SICELIIntegrator
|
||||
SILEQIIntegrator
|
||||
|
||||
Each of these functions expects a "transport operator" to be passed. An operator
|
||||
specific to OpenMC is available using the following class:
|
||||
|
|
@ -114,5 +114,5 @@ as follows:
|
|||
:nosignatures:
|
||||
:template: myfunction.rst
|
||||
|
||||
integrator.CRAM16
|
||||
integrator.CRAM48
|
||||
cram.CRAM16
|
||||
cram.CRAM48
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue