OOP Micromodeling of Masonry Wall

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

OOP Micromodeling of Masonry Wall

Post by kesavapraba » Fri Jul 02, 2021 2:40 pm

Dear Sir/Madam
Can you please help in figuring out the issue with the attached model? I followed the same procedure as explained in the video tutorial by Dr. Massimo in the following link:
https://www.youtube.com/watch?v=m65mJq6Uce8
The issue is that I could not get the same pressure vs displacement plot. Also, that automatic pop of the Gnuplot does not appear in my windows PC. Thank you
Attachments
oop_urm_wall.rar
(1.17 MiB) Downloaded 309 times
:: With best wishes ::
Prabakaran Kesavan

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

Re: OOP Micromodeling of Masonry Wall

Post by STKO Team » Tue Jul 06, 2021 9:14 am

That was done with a very old version of STKO and the custom script for plotting the graph and doing the incrementation was not working with how the DisplacementControl has been changed in the latest version.

Here is how it can be done now.
You have adaptive time step directly in the Analsyis command, and the monitor tool for real.time plot!

Side note: I had to change the value of pressure. At the time, I used a value such that the total pressure*area would give a unit value (1 N), so that I could use the pseudoTime as total reaction, for an easy plot.

Now this is not necessary anymore because we have the plot tool, and it is not going to work anyway becasue the DisplacementControl code in OpenSees has changed, and if you put a very low reference load with penalty constraint handler, it can give convergence issues
oop_urm_wall.zip
(1.5 MiB) Downloaded 324 times

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

Re: OOP Micromodeling of Masonry Wall

Post by kesavapraba » Tue Jul 06, 2021 11:37 am

Dear STKO Team
Thanks a lot for your reply and support. I can now understand the process.
:: With best wishes ::
Prabakaran Kesavan

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

Re: OOP Micromodeling of Masonry Wall

Post by STKO Team » Wed Jul 07, 2021 10:51 am

You're welcome!

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

Re: OOP Micromodeling of Masonry Wall

Post by kesavapraba » Sat Jul 10, 2021 10:53 am

Dear Sir/Madam
I would like to invite your comments on the following results obtained using the above model. The model used MITC4 element. In addition to MITC4 shell, I also tried ASDEAShellQ4 element. Please consider the following graphs.

Graph1-> ASDEAShellQ4 element with Corotational option
Graph2-> MITC4 element with -updateBasis checked in
Graph3->ASDEAShellQ4 element with Linear option
Graph4-> MITC4 element without -updateBasis checked in

I use ASDEAShellQ4 for my study where I need to apply both the in-plane and out-of-plane loading and capture the respective responses. I understand ASDEAShellQ4 has some advantages over other elements. However, for the model in the discussion, MITC4 without -updateBasis seems to perform well. Kindly share your comments. Also, which shell element would be accurate for my case and why? I am interested in capturing both peak strength and displacement.

Thank you
Attachments
Graph4.png
Graph4.png (45 KiB) Viewed 5174 times
Graph3.png
Graph3.png (43.9 KiB) Viewed 5174 times
Graph2.png
Graph2.png (47.93 KiB) Viewed 5174 times
Graph1.png
Graph1.png (47.54 KiB) Viewed 5174 times
:: With best wishes ::
Prabakaran Kesavan

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

Re: OOP Micromodeling of Masonry Wall

Post by STKO Team » Tue Jul 13, 2021 9:07 am

However, for the model in the discussion, MITC4 without -updateBasis seems to perform well.
It performs fairly well, but if I got it correctly, it should be Graph4, the one that is overestimating the force?

Also, they only huge difference you see here, is in the post peak regime, (after a displacement = 5) because then strain softening appears, and the shellMITC4 has a weird stiffening effect due to the full integration of the drilling DOF.

Also, the drop of the experimental curve you see after displacement = 30, I don't think it is a load drop, just a reversal

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

Re: OOP Micromodeling of Masonry Wall

Post by kesavapraba » Tue Jul 13, 2021 1:11 pm

Thank you for the reply. Yes, my mistake, the graph 3 and 4 should interchanged. Please read the figure as per the description below.

Graph1-> ASDEAShellQ4 element with Corotational option
Graph2-> MITC4 element with -updateBasis checked in
Graph4->ASDEAShellQ4 element with Linear option
Graph3-> MITC4 element without -updateBasis checked in

My interest was to understand why AsdeaShellQ4 overestimates the peak strength.
:: With best wishes ::
Prabakaran Kesavan

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

Re: OOP Micromodeling of Masonry Wall

Post by STKO Team » Tue Jul 13, 2021 1:59 pm

Actually it's quite hard to explain...

The original implementation of the ShellMITC4 had a full integration for the drilling DOF (rotational dof about the shell normal axis).
This full integration leads to overstiffening of membrane behavior and prevents strain localization. As a small workaround, we implemented a scaleFactor for drilling, which by default is set by STKO to 0.01. Note however that in OpenSees this is not available.

Probably the scale factor I used was to low, so I had to slightly overestimate the fracture energy which in that experimental test was not given, if I remember properly.

After some time from that webinar, we implemented the ASDShellQ4 which uses a correct reduced integration for the Drilling DOF, so no scale factor is necessary...

Try this, use the MITC4 with the default scaleDrilling set to 1 (this is what the OpenSees original implementation uses).

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

Re: OOP Micromodeling of Masonry Wall

Post by kesavapraba » Wed Jul 14, 2021 3:28 am

Thank you for the details. It's fine.
:: With best wishes ::
Prabakaran Kesavan

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

Re: OOP Micromodeling of Masonry Wall

Post by STKO Team » Tue Jul 20, 2021 8:01 am

You are welcome! :)

Post Reply