Skip to content

Commit 3c51062

Browse files
authored
Update VolFrac_3D.py
1 parent 68fe5e8 commit 3c51062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VolFrac_3D.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def rootSphere(diam,dim, numberOfSpheres):
390390
fillCount += 1
391391
myVol.fill(chosenLevel, chosenNode)
392392

393+
# Comment out if not using Abaqus
393394
if sponge:
394395
createAndCutSphere(diameters[chosenLevel-1], myVol.tree[chosenLevel][chosenNode][6], fillCount) # Un/comment for Abaqus
395396
sphere = Part.makeSphere((diameters[chosenLevel-1] + 0.5)/2.0)

0 commit comments

Comments
 (0)