Voronoi in 3DEC 5.2

Hello everyone. Can anyone tell me whether we can use or create Voronoi elements in 3DEC 5.2 and show minor fractures? In my case I have to simulate a cylindrical specimen with very small Voronoi elements for the UCS test and record the shear failure damage pattern. Can the poly option in 3DEC 5.2 do this? Thank you.

I believe Voronoi generation was brought in for 3DEC v7. You could generate them with a different software and import them to 3DEC if you wanted though? e.g. https://neper.info/ and publications e.g. Ghazvinian et al. 2014

3 Likes

@jmswdmn , I generated elongated voronoi tesselation in neper and trying to import into 3DEC. The probem is that the actual geometry is not reatined after importing into 3DEC.

model new
geometry import 'uni.stl'
block generate from-geometry

I could not figure out what I am missing here. Are tesselation facets triangulated because the file format is .stl? Apprecitaed if you can give insight on this.


Neper tesselation


Geometry 3DEC


Blocks 3DEC

checked and solved with @pprasad offline… for others benefit block generate from-geometry merge correctly generates the blocks from the .stl

3 Likes

@jmswdmn can you tell me if I do the same in 3DEC 5.2, what will be the command for generating the block from the .stl geometry file with proper merge? Thank you.

new
geometry import ‘geometry.stl’
??

There is no generating from geometries in 5.2. And there is no merge in 5.2. These are both new features in v7.

@jhazzard I have sent the pictures of my voronoi geometry. How can I turn it into smaller blocks in 5.2? Is there a way? Thank you.



22222

You can try the densify command, but note that 3DEC 5.2 is no longer officially supported.

@jhazzard Yes, sorry for the trouble about 5.2. The thing is as mentioned by @jmswdmn about the research paper 3D random Voronoi grain-based models for simulation of brittle rock damage and fabric-guided micro-fracturing - ScienceDirect , I see they used an older version of 3DEC, not 7. But I see they changed the geometry to block like the voronoi ones through an .stl file using neper and did some good simulations. I used the densify command as you said, but since no blocks, its only a geometry, so it did not cut anything. I was hoping I could turn this voronoi cylindrical .stl geometry (shown in the pictures) to a similar bonded cylindrical block in 3DEC 5.2. Because 3DEC cannot do simulation with geometry (like showing displacement,etc ), need it to be changed into block. Thank you very much for the suggestions and help.

i have not tried it, but the neper tessellation module has a .3dec file output option rather than .stl. see documentation here: Tessellation Module (-T) — Neper 4.4.1 documentation

1 Like

I tried it but could not find a way to import the file with extension ‘.3dec’.
As per the doccumentation, geometry import command takes ‘.dxf’,’.geom’ and ‘.stl’ formats as inputs, not sure about ‘.3dec’. The neper exported '.3dec' file looks like this (also attached the original file)

poly reg    1 &
face ID         1 -0.000000000000 0.156028620036 0.385483743894 &
                  -0.000000000000 0.166461528444 0.511596225269 &
                  0.000000000000 0.144136915260 0.589230695416 &
                  -0.000000000000 -0.000000000000 0.550621759629 &
                  -0.000000000000 -0.000000000000 0.422613510521 &
face ID         2 0.645406302159 0.000000000000 0.495792091901 &
                  -0.000000000000 -0.000000000000 0.422613510521 &
                  -0.000000000000 -0.000000000000 0.550621759629 &
                  0.355209870397 -0.000000000000 0.574514228627 &
face ID         3 0.355209870397 -0.000000000000 0.574514228627 &
                  0.347186195422 0.075285272124 0.582467867837 &
                  0.766668683548 0.150244902834 0.479134074405 &
                  0.645406302159 0.000000000000 0.495792091901 &
face ID         4 0.347186195422 0.075285272124 0.582467867837 &
                  0.355209870397 -0.000000000000 0.574514228627 &
                  -0.000000000000 -0.000000000000 0.550621759629 &
                  0.000000000000 0.144136915260 0.589230695416 &
                  0.116869858912 0.147063635430 0.590999217745 &

This doesn’t look like a .3dgrid file to be imported using block import command.

uni.zip (31.8 KB)

1 Like

yes, this works for import into v5.2 with call command

2 Likes

Have you just imported the ‘.3dec’ file? Would you mind providing the full command you have used that ?
Thank you,

model new
call 'uni.3dec'

note: as requested above, v5.2, not v7.

2 Likes

I see. It won’t work in v7. Thank you.

You can convert the 5.2 data file to version 7 format. Just open the file in 3DEC 7 and go to Edit - 3DEC Command Conversion. It may take a while for a big file, but you only need to do it once.

2 Likes

That works perfectly. Thank you.

hello, not the .stl results in the tetrahedral blocks, but the command ‘block generate from-geometry’ results in the tetrahedral blocks in the same way as griddle dose.