Settlement Analysis of a Masonry Building

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Mon Feb 27, 2023 12:01 pm

Thank you so much for the response! However I dont think I can download the newer model as it is a .rar rather than a zipped .scd.

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

Re: Settlement Analysis of a Masonry Building

Post by STKO Team » Mon Feb 27, 2023 2:54 pm

it's a zipped SCD file anyway. Just use tools such as 7zip to unzip it

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Mon Feb 27, 2023 3:24 pm

My mistake!

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Tue Feb 28, 2023 11:10 am

Since I am still having issues with convergence half way through the third analysis step, what steps can I take to solve this, would it be an appropriate solution to simply the model?

Additionally, I have a question: is it possible to change material properties during the analysis, for example changing the shear modulus of soil during the analysis.

Thank you!

ValentinaSB
Posts: 61
Joined: Thu Dec 09, 2021 10:53 am

Re: Settlement Analysis of a Masonry Building

Post by ValentinaSB » Tue Feb 28, 2023 3:31 pm

Always try to look at the post-processor. Look what is happening to your model when you have a convergence problem. You can also increase the scale in some cases to see it better. Now I can see that by applying settlements you have a failure of walls and the beams under the doors. Is it what you expected?
stage3.jpg
stage3.jpg (122.84 KiB) Viewed 2712 times
Regarding changing material properties during the analysis, yes, it should be possible by writing a TCL script and using it through a custom command in Misc_commands in the analysis steps.
For example, look at this webinar where Dr.Petracca shows how to change initial stress for a prestressed beam.
https://youtu.be/oXi55FwpOI0
43:24 Third Example - Model prestressed Beam by explicitly drawing the cables

Best,
Valentina

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Mon Mar 06, 2023 12:44 pm

Thank you, will watch the webinar, I am aiming to do change soil properties during settlement to investigate the effect. I have alterted my model, as I do not want to see failure that early at an opening, in my new model however I still see convergence issues very quickly, when looking at the post processor it appears that the largest damage is seen above the window openings, but it does not look enough to fail and cause convergence issues.

I also am confused, as when imposing the displacement on the wall even though only 7 percent of the duration can run, the displacments are much greater than I would expect (80mm vs 7 percent of 100 mm), am I misunderstanding how the displacment is imposed or is there an error with the model.
Attachments
TEST.part-0.mpco.zip
(25.03 KiB) Downloaded 155 times
ThreeStorey.zip
(826.63 KiB) Downloaded 161 times

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Tue Mar 07, 2023 10:18 am

I also have noticed that in my model, some of the zero values have non-zeroed, Is there an explnation to why this happens and if so how to fix it, as I am concerned that this will have implications on the zero-length contact between my building and soil model.

ValentinaSB
Posts: 61
Joined: Thu Dec 09, 2021 10:53 am

Re: Settlement Analysis of a Masonry Building

Post by ValentinaSB » Tue Mar 07, 2023 1:26 pm

LJC wrote:
Mon Mar 06, 2023 12:44 pm
I also am confused, as when imposing the displacement on the wall even though only 7 percent of the duration can run, the displacments are much greater than I would expect (80mm vs 7 percent of 100 mm), am I misunderstanding how the displacment is imposed or is there an error with the model.
You are using a load control integrator with a duration of 10 and a linear time series from 0 to 1. In this case, your U=Uref*lamda(t) is ten times your prescribed displacement. This is the reason you obtained so high displacements. Or use 1 for the duration or scale your time series to 0.1.
Screenshot 2023-03-07 141805.jpg
Screenshot 2023-03-07 141805.jpg (79.77 KiB) Viewed 2680 times
LJC wrote:
Tue Mar 07, 2023 10:18 am
I also have noticed that in my model, some of the zero values have non-zeroed, Is there an explnation to why this happens and if so how to fix it, as I am concerned that this will have implications on the zero-length contact between my building and soil model.
What do you mean? Can you show me a screenshot?

Best,
Valentina

LJC
Posts: 23
Joined: Thu Jan 26, 2023 2:38 pm

Re: Settlement Analysis of a Masonry Building

Post by LJC » Tue Mar 07, 2023 1:47 pm

Thank you so much! I have fixed the issue with the non-zero values for my geometries.

I have a further question, when making an interaction between two objects, for example this building and a soil domain, must the geometry nodes line up so that the elements have the correct number of nodes, or can they be considered as two distinct objects.

I am also trying to vary the values for soil properties along the x axis, I am currently discretising a linearly increasing youngs modulas along the x axis by cutting up my soil model into smaller soil blocks, this has the unforunate effect of drastically increasing the compelxity of the model so it takes much longer to run which is a problem for my computer. Is there a better method for approachingt this that you might know about, or is simply reducing the number of discretized steps the only approach to reduce computational cost.

I
Attachments
SoilIntensive.PNG
SoilIntensive.PNG (118.95 KiB) Viewed 2682 times
SoilBasic.PNG
SoilBasic.PNG (65.14 KiB) Viewed 2682 times
ThreeStoreySoil.zip
(13.68 MiB) Downloaded 135 times

ValentinaSB
Posts: 61
Joined: Thu Dec 09, 2021 10:53 am

Re: Settlement Analysis of a Masonry Building

Post by ValentinaSB » Wed Mar 08, 2023 10:19 am

LJC wrote:
Tue Mar 07, 2023 1:47 pm
I have a further question, when making an interaction between two objects, for example this building and a soil domain, must the geometry nodes line up so that the elements have the correct number of nodes, or can they be considered as two distinct objects.
It depends on the interaction that you use. In this case, you are using a contact element, so you need to have an aligned mesh, I mean you need to discretize your soli. Also if you have a very coarse mesh of the soil in the zone of interest it is probably not good for your analysis.
LJC wrote:
Tue Mar 07, 2023 1:47 pm
I am also trying to vary the values for soil properties along the x axis, I am currently discretising a linearly increasing youngs modulas along the x axis by cutting up my soil model into smaller soil blocks, this has the unforunate effect of drastically increasing the compelxity of the model so it takes much longer to run which is a problem for my computer. Is there a better method for approachingt this that you might know about, or is simply reducing the number of discretized steps the only approach to reduce computational cost.
To reduce the computational cost you can try to discretize a small volume of your soli and connect it with embed element to the rest of the soil. Give a look at this part of the webinar.
https://www.youtube.com/watch?v=oXi55FwpOI0
27:30 Second Example - Tie incompatible Mesh (tie)

Post Reply