neper icon indicating copy to clipboard operation
neper copied to clipboard

Missing elements in Abaqus inp file mesh

Open AdityaVuppala opened this issue 3 years ago • 2 comments
trafficstars

Dear Roman,

I am tring to generate an .inp file for Abaqus and I see some elements missing in the inp model generate. Here are the commands I am using:

neper -T -n 'from_morpho' -id 1 -dim 3 -domain 'cube(1.385, 1.385, 1.385)' -regularization 1 -morpho "diameq:lognormal(0.256,0.0001),1-sphericity:lognormal(0.145,0.03)" -statcell diameq
neper -M nfrom_morpho-id1.tess  -elttype hex -rcl 1.2 -format inp

I have attached the images to show the missing elements. Both the images correspond to the same inp file 2 1

Thanks, Aditya.

AdityaVuppala avatar Apr 01 '22 13:04 AdityaVuppala

Sorry forgot to mention, its neper Version 4.2.0. In version 3.5 it works well.

AdityaVuppala avatar Apr 01 '22 15:04 AdityaVuppala

Thanks for the bug report.

A workaround is not to use regularization prior to hex meshing, at it is useless and actually causing the bug.

rquey avatar Apr 12 '22 14:04 rquey