Dear STKO Team,
I download the absorbing boundary2D example from STKO E-learning website,
but when I run this example the acceleration time history curve oscillates violently.
The correct response should be something like below:
This is strange because it is just a simple 2D model with elastic material and absorbing boundary2D. I have checked every parameters are the same as in the video, and the size of the elements are already very small. Can you give me some suggestion about how to fix this problem? Many thanks!
Can not get a correct acceleration when running the example of absorbing boundary2D.
-
Thomas_CZX
- Posts: 2
- Joined: Mon Jun 26, 2023 1:22 pm
Re: Can not get a correct acceleration when running the example of absorbing boundary2D.
In the current OpenSees version, the TRBDF2 integrator does not work if the system is Linear with -factorOnce.
So you either uncheck the -factorOnce, or use Newmark or any other integrator
So you either uncheck the -factorOnce, or use Newmark or any other integrator
-
Thomas_CZX
- Posts: 2
- Joined: Mon Jun 26, 2023 1:22 pm
Re: Can not get a correct acceleration when running the example of absorbing boundary2D.
It works correctly now , many thanks for your guide!