mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Rename integrator classes to be PEP8 complaint
Changes: - EPC_RK4_Integrator -> EPCRK4Integrator - SI_Integrator -> SIIntegrator - SI_CELI_Integrator -> SICELIIntegrator - SI_LEQI_Integrator -> SICELIIntegrator
This commit is contained in:
parent
a4905c03af
commit
1bd663daf6
10 changed files with 30 additions and 32 deletions
|
|
@ -20,10 +20,10 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
|
|||
integrator.CF4Integrator
|
||||
integrator.CECMIntegrator
|
||||
integrator.CELIIntegrator
|
||||
integrator.EPC_RK4_Integrator
|
||||
integrator.EPCRK4Integrator
|
||||
integrator.LEQIIntegrator
|
||||
integrator.SI_CELI_Integrator
|
||||
integrator.SI_LEQI_Integrator
|
||||
integrator.SICELIIntegrator
|
||||
integrator.SILEQIIntegrator
|
||||
|
||||
Each of these functions expects a "transport operator" to be passed. An operator
|
||||
specific to OpenMC is available using the following class:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue