Search found 57 matches

by dgale
Wed Nov 06, 2024 8:58 am
Forum: OpenSees.exe Users
Topic: Problem with damping based on stiffness matrix
Replies: 2
Views: 154

Re: Problem with damping based on stiffness matrix

You're absolutely right. One gets so used to using beam-type elements that sometimes other element options slip our minds. Thanks so much!
by dgale
Wed Nov 06, 2024 4:01 am
Forum: OpenSees.exe Users
Topic: Problem with damping based on stiffness matrix
Replies: 2
Views: 154

Problem with damping based on stiffness matrix

Hello everyone, I just tried version 3.7 of OpenSees to create a simple single-degree-of-freedom model, where I added a stiffness-based damping model and applied a pulse-type load. It seems the Rayleigh function isn’t correctly incorporating the value of beta_K, as the displacement history does not ...
by dgale
Thu Feb 22, 2024 9:59 am
Forum: OpenSees.exe Users
Topic: Outputs for damping forces
Replies: 2
Views: 7408

Re: Outputs for damping forces

Is there any recorder to obtain energies dissipated in the model such as plastic energy, input energy, damping energy, etc? It'd be very useful for energy based seismic design of structures.

Thanks again!
by dgale
Thu Feb 22, 2024 9:55 am
Forum: OpenSees.exe Users
Topic: Outputs for damping forces
Replies: 2
Views: 7408

Outputs for damping forces

Hi, I'm trying to obtain in a concentrated plasticity model the damping forces aiming at obtaining the damping energy by integration of damping forces and nodal displacements. I've used the model for damping "modalDamping" and the recorders "rayleighForces" and "rayleighForc...
by dgale
Tue Jun 08, 2021 9:41 am
Forum: OpenSees.exe Users
Topic: Starting a new analysis from the results of a previous one
Replies: 1
Views: 2587

Starting a new analysis from the results of a previous one

Hi guys, Would it be possible to finish one analysis and then use these results as a starting point to begin the next analysis? I guess that it would be possible to begin a new analysis imposing the permanent displacement from the previous analysis, but what I really want is to start the new analysi...
by dgale
Wed Feb 17, 2021 3:11 am
Forum: OpenSees.exe Users
Topic: Opensees on AWS amazon
Replies: 6
Views: 6671

Re: Opensees on AWS amazon

Finally, I found a forum where apparently it is explained.

viewtopic.php?f=7&t=63276
by dgale
Wed Feb 17, 2021 1:12 am
Forum: OpenSees.exe Users
Topic: When buckling analysis in OpenSees?
Replies: 1
Views: 2509

When buckling analysis in OpenSees?

If I'm right, it is not possible to perform buckling analysis in OpenSees. Is there any intention to update the software in this sense?

Regards,
David
by dgale
Mon Feb 15, 2021 9:39 am
Forum: OpenSees.exe Users
Topic: Opensees on AWS amazon
Replies: 6
Views: 6671

Re: Opensees on AWS amazon

If you get a solution, please post it
by dgale
Sat Feb 13, 2021 6:54 am
Forum: OpenSees.exe Users
Topic: Opensees on AWS amazon
Replies: 6
Views: 6671

Re: Opensees on AWS amazon

Not yet. We will wait for a solution

Do you have the same problem?
by dgale
Fri Feb 12, 2021 4:41 pm
Forum: OpenSees.exe Users
Topic: Opensees on AWS amazon
Replies: 6
Views: 6671

Opensees on AWS amazon

Hello everyone, I tried to install StarCluster on Windows for running my models on AWS cloud. I follow successful the steps until I reach the following step: "Once you’ve installed the above dependencies into your Python 2.7 installation you can now run: c:\> easy_install StarCluster" When...
by dgale
Wed May 08, 2019 9:29 am
Forum: OpenSees.exe Users
Topic: Which shell element is capable for elasto-plastic analysis?
Replies: 7
Views: 7223

Re: Which shell element is capable for elasto-plastic analys

I have the same problem. Did you fix the problem,TPdct?
Could anyone write a tipical values for H and delta parameters for steel or aluminium?

Thanks guys!
by dgale
Wed May 08, 2019 9:20 am
Forum: OpenSees.exe Users
Topic: Stiffness matrix
Replies: 2
Views: 3267

Re: Stiffness matrix

Yes, it is You must use system FullGeneral and after your analysis, you must add the following: set controlTime [getTime]; set ok [analyze 1 $dtcal]; <----------Your analysis set Kfile [join [concat "K" "$controlTime" ".out"] "" ] printA -file $Kfile;
by dgale
Fri Jul 27, 2018 12:44 am
Forum: OpenSees.exe Users
Topic: Calculate mass matrix
Replies: 5
Views: 5560

Re: Calculate mass matrix

Thanks Silimgunay!
And what about Force vector?, is there any implemented function to obtain it? like printA for K and M
by dgale
Mon Jul 16, 2018 5:02 am
Forum: OpenSees.exe Users
Topic: max step number in a simulation
Replies: 2
Views: 3334

Re: max step number in a simulation

Thanks!
by dgale
Wed Jul 11, 2018 8:52 am
Forum: OpenSees.exe Users
Topic: max step number in a simulation
Replies: 2
Views: 3334

max step number in a simulation

Hello, I would like to know how many steps the ground motion has, when I use the script bellow. I mean, I have a file with the ground motion acceleratons but when I introduce it to OpenSees by "set AccelSeries " Series -dt $dt -filePath $outFile -factor $GMfatt" " I would like to...