Search found 7 matches

by AmitKur
Tue Aug 22, 2023 6:09 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

Sir, as you said in previous reply, "Probably a modeling issue. You have to provide more details", that's why I used standard Opensees wiki examples and shared the screenshots of the part I added. So that I can be helped because most of the peoples who are working in Opensees knows those standard examples and If the part that I am adding is wrong, they can correct me and help me.

If I try from zero, building a cantilever, I will be making the mistakes again and again, and peoples will always say, provide more information. Thats why I used standard examples.

Anyway, thankyou for you time Sir. We all always have hopes in getting help through this forum.
by AmitKur
Tue Aug 22, 2023 5:53 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

First screenshot shows the part I added for shear aggregation in Opensees wiki example, "OpenSees Example 7. 3D Frame, 3-story 3-bayX 3-bayZ, Reinforced-Concrete Section".
Second screenshot shows the part I added for shear aggregation in Opensees wiki example, "OpenSees Example 2c. Nonlinear Cantilever Column: Inelastic Uniaxial Materials in Fiber Section".
Third screenshot shows the pushover curves I obtained after running "OpenSees Example 2c. Nonlinear Cantilever Column: Inelastic Uniaxial Materials in Fiber Section" Opensees wiki example, both, with and without shear aggregation.

And the last screenshot shows the results obtained in tabular form.

And Sir, what's wrong in analyzing and taking help from the already well established Opensees Examples. I have written my script in python. I found some problem in that, so posted in this forum. You are telling me to start from Zero, right. Just tell me, If I am making mistake in my routines, will I be able to find the solution by ruining my routines again and again or by analyzing some standard examples from Opensees wiki page. Sir If you want to help, you are most welcome. If not, I will seek responses from other authors. Anyhow I have to learn and resolve the problem. Thank You for the all of your responses and time.
by AmitKur
Tue Aug 22, 2023 5:16 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

Sure Sir
by AmitKur
Tue Aug 22, 2023 1:15 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

Hello Sir,

As per your suggestion I tried cantilever problem and 3-D frame problem, "OpenSees Example 2c. Nonlinear Cantilever Column: Inelastic Uniaxial Materials in Fiber Section" and "OpenSees Example 7. 3D Frame, 3-story 3-bayX 3-bayZ, Reinforced-Concrete Section". I am getting the same pushover curves before and after section aggregation, for both the cases.

I have attached screenshots and results for your reference. Please correct me if I am doing it wrong way. Thank you and hoping to get response from you.
[img]https://paste.opensuse.org/pastes/f4c7300547b4
[img]https://paste.opensuse.org/pastes/be91bc3273bc
[img]https://paste.opensuse.org/pastes/49bee58f50a0
[img]https://paste.opensuse.org/pastes/02969e6116f6
by AmitKur
Mon Aug 21, 2023 6:26 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

And, Something more Sir.

I am getting 2-3% difference in eigen values as obtained from Opensees and SAP2000. Gravity Analysis is giving me base reaction equal to the applied vertical load. Moreover, pushover curves are matching with SAP2000. The only difference I am unable to figure out is that why the results are same even after aggregating the shear. Please help me in this regard Sir. Thank You.
by AmitKur
Mon Aug 21, 2023 6:16 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Re: Getting same pushover curves

Image
Sir I have defined 3D force based elements, Beams and columns, Linear transformation.
ops.section('Fiber', SecID,'-GJ',SomeLargeValue)
.
.
.
.
ops.uniaxialMaterial('Elastic',matTag,Gc*ShearArea)
.
.
.
.
And then agregated this material to previously defined fiber section
ops.section('Aggregator', NewSecID, matTag,'Vy',matTag,'Vz','-section',SecID])
by AmitKur
Mon Aug 21, 2023 5:26 am
Forum: OpenSees.exe Users
Topic: Getting same pushover curves
Replies: 12
Views: 8309

Getting same pushover curves

I have modeled a 3 storey 3-D fame model using force based elements having 5 integration points and considering rigid diaphragm. I performed nonlinear static pushover pushover analysis for a drift of 4%. The concern is that I am getting the same pushover curves for frame without aggregating shear in fiber section and by aggregating shear to fiber section. As, I am trying to capture shear behavior too, so aggregated the shear in both y and z axis by defining elastic material having shear stiffness GA. I am able to get the shear force and shear deformation after aggregating shear, but the pushover curve is exactly same, don't know why?

Please provide me suggestions and If I am wrong, please correct me. Hoping to hear soon.

Thank You.