mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
parent
2b788ea6e0
commit
d643ad0c41
36 changed files with 1298 additions and 101 deletions
|
|
@ -145,6 +145,7 @@ Constructing Tallies
|
|||
openmc.TimeFilter
|
||||
openmc.ZernikeFilter
|
||||
openmc.ZernikeRadialFilter
|
||||
openmc.ParentNuclideFilter
|
||||
openmc.ParticleFilter
|
||||
openmc.RegularMesh
|
||||
openmc.RectilinearMesh
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ Classes
|
|||
MeshSurfaceFilter
|
||||
MuFilter
|
||||
Nuclide
|
||||
ParentNuclideFilter
|
||||
ParticleFilter
|
||||
PolarFilter
|
||||
RectilinearMesh
|
||||
|
|
|
|||
|
|
@ -287,3 +287,15 @@ the following abstract base classes:
|
|||
abc.Integrator
|
||||
abc.SIIntegrator
|
||||
abc.DepSystemSolver
|
||||
|
||||
D1S Functions
|
||||
-------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myfunction.rst
|
||||
|
||||
d1s.prepare_tallies
|
||||
d1s.time_correction_factors
|
||||
d1s.apply_time_correction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue