Skip to content

Commit

Permalink
Clarify definitions of crInsertedElevation and `crWithdrawnElevatio…
Browse files Browse the repository at this point in the history
…n` (#1161)
  • Loading branch information
keckler committed Feb 8, 2023
1 parent e3fa30e commit 4fa97fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions armi/reactor/assemblyParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ def _enforceNotesRestrictions(self, value):
"crInsertedElevation",
units="cm",
description=(
"The final elevation of the bottom of the control material when fully inserted. Note that this should "
"be considered a lower elevation than the ``crWithdrawnElevation`` by definition and modeling semantics."
"The elevation of the furthest-most insertion point of a control rod assembly. For a control rod assembly "
"inserted from the top, this will be the lower tip of the bottom-most moveable section in the assembly when "
"fully inserted."
),
categories=[parameters.Category.assignInBlueprints],
saveToDB=True,
Expand All @@ -230,8 +231,9 @@ def _enforceNotesRestrictions(self, value):
"crWithdrawnElevation",
units="cm",
description=(
"The initial starting elevation of the moveable section of a control rod assembly when fully withdrawn. Note that this should "
"be considered a higher elevation than the ``crInsertedElevation`` by definition and modeling semantics."
"The elevation of the tip of a control rod assembly when it is fully withdrawn. For a control rod assembly "
"inserted from the top, this will be the lower tip of the bottom-most moveable section in the assembly when "
"fully withdrawn."
),
categories=[parameters.Category.assignInBlueprints],
saveToDB=True,
Expand Down

0 comments on commit 4fa97fa

Please sign in to comment.