Skip to content

Commit

Permalink
Update VolFrac_3D.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DrBwts authored Jun 11, 2020
1 parent 68fe5e8 commit 3c51062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VolFrac_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def rootSphere(diam,dim, numberOfSpheres):
fillCount += 1
myVol.fill(chosenLevel, chosenNode)

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

0 comments on commit 3c51062

Please sign in to comment.