Skip to content

Commit

Permalink
Merge b6a5ce3 into 45f2154
Browse files Browse the repository at this point in the history
  • Loading branch information
onufer committed Jun 13, 2022
2 parents 45f2154 + b6a5ce3 commit 97343ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions armi/reactor/blocks.py
Expand Up @@ -1849,6 +1849,10 @@ def getPinToDuctGap(self, cold=False):
# getPinCenterFlatToFlat only works for hexes
# inner most duct might be circle or some other shape
duct = None
elif isinstance(duct, components.HoledHexagon):
# has no ip and is circular on inside so following
# code will not work
duct = None
clad = self.getComponent(Flags.CLAD)
if any(c is None for c in (duct, wire, clad)):
return None
Expand Down

0 comments on commit 97343ac

Please sign in to comment.