Skip to content

Commit

Permalink
Update DerivedShape docstring (#536)
Browse files Browse the repository at this point in the history
A comment is added to make it clear that `DerivedShape`s cannot drive thermal expansion
  • Loading branch information
keckler committed Jan 13, 2022
1 parent eddf69f commit 21a451a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions armi/reactor/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ class DerivedShape(UnshapedComponent):
----
- This component type is "derived" through the addition or
subtraction of other shaped components (e.g. Coolant)
- Because its area and volume are defined by other components,
a DerivedShape's area and volume may change as the other
components thermally expand. However the DerivedShape cannot
drive thermal expansion itself, even if it is a solid component
with non-zero thermal expansion coefficient
"""

def getBoundingCircleOuterDiameter(self, Tc=None, cold=False):
Expand Down

0 comments on commit 21a451a

Please sign in to comment.