You're using one of the
sample triangle geometry filters to create a volumetric representation
from your STL file, correct? If so, then the number of elements in your
ABAQUS files will end up depending on the (x,y,z) extents (i.e., number
of sample points in each dimension) that you use in the sample triangle
geometry filter. You can reduce the total number of elements by
reducing these extents numbers.
Note that if you want the grid you are sampling to cover the same
spatial range, you would also have to change the resolution along with
the extents. For example, let's say you use a sampling grid that has
extents 100x100x100 with a resolution of 2,2,2. The total real-space
dimensions is then 200x200x200, and the resulting geometry would have
1000000 elements. If you reduce the extents to 50x50x50, you would then
have a geometry with only 125000 elements, but you would need to change
the resolution to 4x4x4 to ensure that the geometry covers the same
spatial range.
hope that helps,
-Sean
Monday,
May 14, 2018 8:40 AM