Number of elements in mesh partition

Post Reply
slbibb58
Posts: 4
Joined: Wed Aug 28, 2024 3:53 pm

Number of elements in mesh partition

Post by slbibb58 » Wed Oct 23, 2024 6:13 am

Hello,

In order to run a simulation using OpenSees MP, I partitioned the mesh. However, the number of elements displayed in the partitions is incorrect. For example, in the attached mesh, I have a total of 100 elements, but STKO shows two partitions with 75 elements each, resulting in a total of 150 elements.
partition_100elements.png
partition_100elements.png (57.45 KiB) Viewed 2604 times

kesavapraba
Posts: 468
Joined: Sat Mar 28, 2020 2:25 pm

Re: Number of elements in mesh partition

Post by kesavapraba » Wed Oct 23, 2024 6:21 am

Hi, I would like to know if the model includes any embedded bars or multi-point constraints. If so, STKO will generate extra elements in addition to the solid meshes, which means there could be more elements than what is visible in the model.
:: With best wishes ::
Prabakaran Kesavan

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Number of elements in mesh partition

Post by STKO Team » Wed Oct 23, 2024 8:50 am

When you mesh a model, STKO generate all mesh element for all geometries, but not all of them go to OpenSees (only those with an ElementProperty).

As an example:
  • In your CAE you have a Face geometry (it has 4 edges and 1 face as sub-geometries)
  • When you mesh (assume divisions = 1) it STKO will tell you there are 5 elements (1 face + 4 edges)
  • If you assign an ElementProprty only to the sub-face, then OpenSees will have only 1 Element
  • If you also assign an ElementProperty to the boundary Elements ( truss or beams for example) then OpenSees will have all 5 elements
  • BUT, during the meshing STKO doesn't know which element will be converted to OpenSees, so it will show all of them
If you want more detailed results about the Mesh Info, you can use the Query tool in the Geometry toolbar

Post Reply