Page 1 of 1

error in meshing

Posted: Tue Mar 09, 2021 11:56 am
by Zeeshanbhat
Dear Team,
I modelled a simple shear test on masonry. I am getting an error as shown below,
Although my mesh is strcutured and quad, but I am getting this error. Kindly help me in solving this error.

Regards,
Zeeshan Bhat

Re: error in meshing

Posted: Tue Mar 09, 2021 12:14 pm
by mmc
Hi.
That happened to me a while ago. The problem has to do with the application of element properties. Thing is that you are appliying the quad element property to edges... You cant do that because edges cant be modelled as quad elements. You have to apply this property only to faces. So, you have two options:
  • Delete the quad element property and create it again. When assigning the property, select only the faces, not the edges.
  • Create a new element property (for example a beam column element) and apply it to the edges. Once applied, delete it from the list. Check that the quad element is only applied to faces. This last option is a trick...
You have to be very careful when you are applying properties to elements and control the selection command.
Hope I could help...

Re: error in meshing

Posted: Tue Mar 09, 2021 3:52 pm
by STKO Team
The problem has to do with the application of element properties
Exactly mmc, thanks for answering this post!

Re: error in meshing

Posted: Fri Mar 12, 2021 5:27 pm
by Zeeshanbhat
Thank you