Skip to content

Commit

Permalink
Changed image for HelicalChain3DSphere
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMetsch committed Jul 23, 2020
1 parent e88b387 commit 81d3d14
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/examples/helicalChain3DSphere.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Code
initParameters={ # save all possible parameters in one dict to facilitate the method call
"numberCells": [1,1,2], # generate 1 unit cell in axis directions perpendicular to the chain, generate 2 chains in chain direction
"inclusionRadius": 1, # set the inclusion radius to 1
"chainRadius": 1.2, # set the chain radius to 1.2
"chainRadius": 1.25, # set the chain radius to 1.25
"inclusionType": "Sphere", # define inclusionType as "Sphere"
"chainDirection": [0,0,1], # generate chain in 3-direction
"theta": np.pi/3, # set angle between neighboring inclusions to 60 degrees
"size": [10, 10, 18], # set cell size (resulting layer distance of 1.5)
"size": [10, 10, 21], # set cell size (resulting layer distance of 1.75)
"origin": [0, 0, 0], # set cell origin to [0,0,0]
"periodicityFlags": [1, 1, 1], # define all axis directions as periodic
"domainGroup": "domain", # use "domain" as name for the domainGroup
Expand Down
Binary file modified docs/images/HelicalChain3DSphere.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/HelicalChain3DSphereGeo.png
Binary file not shown.
Binary file removed docs/images/HelicalChain3DSphereMesh.png
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/helicalChain3DSphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
initParameters={ # save all possible parameters in one dict to facilitate the method call
"numberCells": [1,1,2], # generate 1 unit cell in axis directions perpendicular to the chain, generate 2 chains in chain direction
"inclusionRadius": 1, # set the inclusion radius to 1
"chainRadius": 1.2, # set the chain radius to 1.2
"chainRadius": 1.25, # set the chain radius to 1.25
"inclusionType": "Sphere", # define inclusionType as "Sphere"
"chainDirection": [0,0,1], # generate chain in 3-direction
"theta": np.pi/3, # set angle between neighboring inclusions to 60 degrees
"size": [10, 10, 18], # set cell size (resulting layer distance of 1.5)
"size": [10, 10, 21], # set cell size (resulting layer distance of 1.75)
"origin": [0, 0, 0], # set cell origin to [0,0,0]
"periodicityFlags": [1, 1, 1], # define all axis directions as periodic
"domainGroup": "domain", # use "domain" as name for the domainGroup
Expand Down

0 comments on commit 81d3d14

Please sign in to comment.