Skip to content

Commit

Permalink
Responding to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 22, 2024
1 parent 655e5ff commit c6d6f5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions armi/materials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ def setMaterialNamespaceOrder(order):
"""
Set the material namespace order at the Python interpreter, global level.
.. impl:: Materials can be searched across packages in a defined namespace.
:id: I_ARMI_MAT_NAMESPACE
:implements: R_ARMI_MAT_NAMESPACE
.. impl:: Material collections are defined with an order of precedence in the case
of duplicates.
:id: I_ARMI_MAT_ORDER
:implements: R_ARMI_MAT_ORDER
An ARMI application will need materials. Materials can be imported from
any code the application has access to, like plugin packages. This leads to
Expand Down Expand Up @@ -140,10 +141,9 @@ def resolveMaterialClassByName(name: str, namespaceOrder: List[str] = None):
gets used (Framework's UO2 vs. a user plugins UO2 vs. the Kentucky Transportation
Cabinet's UO2) is up to the user at runtime.
.. impl:: Material collections are defined with an order of precedence in the case
of duplicates.
:id: I_ARMI_MAT_ORDER
:implements: R_ARMI_MAT_ORDER
.. impl:: Materials can be searched across packages in a defined namespace.
:id: I_ARMI_MAT_NAMESPACE
:implements: R_ARMI_MAT_NAMESPACE
During the runtime of an ARMI application, but particularly during the
construction of the reactor in memory, materials will be requested by name. At
Expand Down

0 comments on commit c6d6f5d

Please sign in to comment.