Hello everyone!
I modelled an infill masonry wall in 3d because I want to study the out-of-plane behavior. In particular, I used 2d elements in xz plane. I set a pushover analysis with displacement control to understand the in-plane behavior before. However, the computational cost in term of time is very big! In particular, in the best of cases after 1 hour of analysis the process is still at 50% because it needs many iterations for each increment.
Are there any options in the analysis setting that allow to reduce the iterations? Or other solutions to make the analysis faster?
I attach the model file to show you my setting.
Thank you very much!
Giovanni
big computational cost
big computational cost
- Attachments
-
- 2023-05-10 (4).png (259.57 KiB) Viewed 1031 times
-
- S1A_pushover_damage_original.zip
- (891.96 KiB) Downloaded 101 times
Re: big computational cost
Try this:
22 mins for the whole analysis:
- Use the smallest number of fibers that keep the section symmetric (an hexagon in this case) You don't need a fine mesh for rebars.
- Use disp-beam column, you don't need the extra effort of a force-beam column for rebars with that very fine mesh
- In the analysis use 30 max iterations (and put the double in the maxDim of Krylov, because with adaptive time steps we allow 2*maxIter, so in this way, Krylov updates the tangent matrix only once per time step)
Also, use a larger tolerance. you are modeling in mm, and an absolute error norm of 1.0e-5 mm is very hard to reach when you have so many nodes