Settlement Analysis of a Masonry Building
Re: Settlement Analysis of a Masonry Building
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.
Re: Settlement Analysis of a Masonry Building
it's a zipped SCD file anyway. Just use tools such as 7zip to unzip it
Re: Settlement Analysis of a Masonry Building
My mistake!
Re: Settlement Analysis of a Masonry Building
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!
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
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?
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
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
Re: Settlement Analysis of a Masonry Building
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.
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
Re: Settlement Analysis of a Masonry Building
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
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.LJC wrote: ↑Mon Mar 06, 2023 12:44 pmI 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.
What do you mean? Can you show me a screenshot?
Best,
Valentina
Re: Settlement Analysis of a Masonry Building
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
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 (118.95 KiB) Viewed 2687 times
-
- SoilBasic.PNG (65.14 KiB) Viewed 2687 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
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.
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.LJC wrote: ↑Tue Mar 07, 2023 1:47 pmI 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.
https://www.youtube.com/watch?v=oXi55FwpOI0
27:30 Second Example - Tie incompatible Mesh (tie)