Hello,
I am trying to use perform a simple load controlled Quasi Static Cyclic Push-Over Analysis of a simple portal frame.
The portal frame is supposed to be subjected to a nodal load vector.
Can anyone tell me how can I set up the analysis for the frame?
Also, if it set the "tsTag" in the loadpattern to "0" or "None" , will it be set by default to a "Plain" type time series?
Thank you,
Maitreya Manoj Kurumbhati
Quasi Static Cyclic Push-Over Analysis
-
- Posts: 4
- Joined: Wed Jan 22, 2020 2:35 am
-
- Posts: 37
- Joined: Wed Jul 24, 2019 11:10 am
Re: Quasi Static Cyclic Push-Over Analysis
If you want to do a cyclic push-over analysis with load-control and nodal loads, I assume that your model will never show a softening branch, otherwise you need to do a displacement-control or to apply an imposed displacement condition.
Assuming that you want to do a load-controlled cyclic analysis with nodal loads:
Assuming that you want to do a load-controlled cyclic analysis with nodal loads:
- create your model + define and assign physical properties and element properties
- define and assign conditions: 1) fixities, 2) verical loads, 3) horizontal loads
- define 2 time series, a linear one (for verical loads), and a Path one (for cyclic loading)
- in the analysis step: define
- recorder
- add constraint pattern
- add load pattern -> vertical load with linear time series
- analysis
- add load pattern -> horizontal load with Path time series
- analysis
-
- Posts: 4
- Joined: Wed Jan 22, 2020 2:35 am
Re: Quasi Static Cyclic Push-Over Analysis
Thank you so much.
That perfectly answered my problem.
I just one more question, is there any way I can provide input of an adaptive analysis method like this? (other than sourcing the tcl file as a custom command in the analyses)
Herein I am asking the script to change the algorithm to say Newton if it hits convergence issues and then switch back to the original stated algorithm.
Thanks again!!
That perfectly answered my problem.
I just one more question, is there any way I can provide input of an adaptive analysis method like this? (other than sourcing the tcl file as a custom command in the analyses)
Herein I am asking the script to change the algorithm to say Newton if it hits convergence issues and then switch back to the original stated algorithm.
Thanks again!!
Re: Quasi Static Cyclic Push-Over Analysis
In the current version you can't. However right now we are implementing adaptive time step directly in the analysis command, where the user can choose:
- fixed number of increments (the default for OpenSEES)
- adaptive time step based on convergence properties (i.e. changing the time step size)
- adaptive algorithm