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
error in meshing
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
error in meshing
- Attachments
-
- shear.rar
- (87 KiB) Downloaded 372 times
-
- Capture.PNG (31.75 KiB) Viewed 3557 times
Re: error in meshing
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:
Hope I could help...
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...
Hope I could help...
Re: error in meshing
Exactly mmc, thanks for answering this post!The problem has to do with the application of element properties