Question about micro-modeling of masonry structure

Post Reply
SungKuKang
Posts: 1
Joined: Sun Jul 26, 2020 7:54 pm

Question about micro-modeling of masonry structure

Post by SungKuKang » Thu Jul 30, 2020 2:40 pm

Hi, I am interested in micro-modeling of masonry structure (i.e., modeling the interactions between bricks and mortar between them for an arbitrary configuration, without using equivalent frame model). I have created masonry structure similar to the attached files (brick elements representing bricks as well as mortar between them, similar to STKO Youtube tutorial for masonry structure micro modeling). I have the following questions:

1. I would like to compare the masonry modeling results between STKO and Pure OpenSees. What is the OpenSees nDMaterial similar or comparable to DamageTC3D?

2. If I want to make a brick element with irregular shape (e.g., H or L-shaped one rather than cuboid), how do I make that element? Do I combine several cuboidal bricks as one element (if so, how to combine multiple bricks?) or declare custom element?

Thanks!
Attachments
masonry1.png
masonry1.png (386.84 KiB) Viewed 3067 times
masonry2.png
masonry2.png (475.95 KiB) Viewed 3067 times

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

Re: Question about micro-modeling of masonry structure

Post by STKO Team » Mon Aug 17, 2020 2:12 pm

I would like to compare the masonry modeling results between STKO and Pure OpenSees. What is the OpenSees nDMaterial similar or comparable to DamageTC3D?
Keep in mind that DamageTC3D is still an OpenSees material, but provided via a DLL. If you want to use a material which is similar, and that is in the official OpenSees repository, you can use the PlasticDamageConcrete3d:

This is an example:
pdm.png
pdm.png (60.65 KiB) Viewed 3022 times
If I want to make a brick element with irregular shape (e.g., H or L-shaped one rather than cuboid), how do I make that element? Do I combine several cuboidal bricks as one element (if so, how to combine multiple bricks?)
Yes you need to combine multiple cuboid solids, using the merge command

Post Reply