2.1.3. geom_fromMinimalSurface
Purpose
Generate a geometry file of a bicontinuous structure of given type.
Usage
> geom_fromMinimalSurface options option(s)] [Geom file]
Options
-
-t
/ --type
[ primitive ] ( primitive,gyroid,diamond ) - type of minimal surface
-
-f
/ --threshold
[ 0.0 ] - threshold value defining minimal surface
-
-g
/ =--grid=[ 16 16 16 ] - a,b,c grid of hexahedral box
-
-s
/ =--size=[ 1.0 1.0 1.0 ] - x,y,z size of hexahedral box
-
-p
/ --periods
[ 1 ] - number of repetitions of unit cell
-
--homogenization
[ 1 ] - homogenization index to be used
- =--m=[ 1 2 ]
- two microstructure indices to be used
Examples
primitive
> geom_fromMinimumSurface -2 -g 64 64 64 --type primitive > primitive.geom
|
| |
| Figure 1: Primitive bicontinuous structure with grid of 64 x 64 x 64. | |
gyroid
> geom_fromMinimumSurface -2 -g 64 64 64 --type gyroid > gyroid.geom
|
| |
| Figure 2: Gyroid bicontinuous structure with grid of 64 x 64 x 64. | |
diamond
> geom_fromMinimumSurface -2 -g 64 64 64 --type diamond > diamond.geom
|
| |
| Figure 3: Diamond bicontinuous structure with grid of 64 x 64 x 64. | |