Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 30, 2023
1 parent 4a32701 commit 51e0044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions armi/physics/neutronics/globalFlux/globalFluxInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ class GlobalFluxInterface(interfaces.Interface):
A general abstract interface for global flux-calculating modules.
Should be subclassed by more specific implementations.
.. impl:: Ensure the mesh in the reactor model is appropriate for neutronics solver execution.
:id: I_ARMI_FLUX_GEOM_TRANSFORM
:implements: R_ARMI_FLUX_GEOM_TRANSFORM
"""

name = "GlobalFlux" # make sure to set this in subclasses
Expand Down Expand Up @@ -523,6 +519,10 @@ class GlobalFluxExecuter(executers.DefaultExecuter):
and copying certain user-defined files back to the working directory on error
or completion. Given all these options and possible needs for information from
global flux, this class provides a unified interface to everything.
.. impl:: Ensure the mesh in the reactor model is appropriate for neutronics solver execution.
:id: I_ARMI_FLUX_GEOM_TRANSFORM
:implements: R_ARMI_FLUX_GEOM_TRANSFORM
"""

def __init__(self, options: GlobalFluxOptions, reactor):
Expand Down

0 comments on commit 51e0044

Please sign in to comment.