diff --git a/armi/reactor/components/__init__.py b/armi/reactor/components/__init__.py index 87a4d7686..85baffe30 100644 --- a/armi/reactor/components/__init__.py +++ b/armi/reactor/components/__init__.py @@ -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):