Skip to content

Commit

Permalink
heat_exchanger_algebra.py -> Fix example to use radius instead of apo…
Browse files Browse the repository at this point in the history
…them
  • Loading branch information
jdegenstein authored Jun 20, 2024
1 parent 42c91cc commit f383470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/heat_exchanger_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
tube_locations = [
l
for l in HexLocations(
apothem=(tube_diameter + tube_spacing) / 2,
radius=(tube_diameter + tube_spacing) / 2,
x_count=exchanger_diameter // tube_diameter,
y_count=exchanger_diameter // tube_diameter,
)
Expand Down

0 comments on commit f383470

Please sign in to comment.