Search found 55 matches

by dgale
Thu Feb 22, 2024 9:59 am
Forum: OpenSees.exe Users
Topic: Outputs for damping forces
Replies: 2
Views: 3386

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: 3386

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 "rayleighForces!". With the first recorder, I obtained damping force equal to 0 in all nodes in each step and, with the second recorder, I obtained a line of data for each mode that I understand that they are the forces obtained for each mode and node in each step.

Could I use the recorder “rayleighForces” in "modalDamping" or it is only valid for rayleigh command?

Could someone explain me how I can obtain the total damping energy dissipated by the model along an earthquake? I mean the outputs that I would need to compute it.

I really appreciate any comment

Best regards and thanks in advance
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: 2302

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 analysis from the ultimate position of the hysteretic loops of the elements in the last analysis.

Do you know what I mean?

I'm waiting for your responses

Regards,
David
by dgale
Wed Feb 17, 2021 3:11 am
Forum: OpenSees.exe Users
Topic: Opensees on AWS amazon
Replies: 6
Views: 5835

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: 2230

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: 5835

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: 5835

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: 5835

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 I copy-paste "easy_install StarCluster" on CMD (with permissions), like this:

C:\Python27\Scripts>easy_install StarCluster

This is the answer:
Searching for StarCluster
Reading http://pypi.python.org/simple/StarCluster/
Couldn't find index page for 'StarCluster' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for StarCluster
Best match: None
Traceback (most recent call last):
File "C:\Python27\Scripts\easy_install-script.py", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "C:\Python27\lib\site-packages\setuptools\command\easy_install.py", line 1712, in main
with_ei_usage(lambda:
File "C:\Python27\lib\site-packages\setuptools\command\easy_install.py", line 1700, in with_ei_usage
return f()
File "C:\Python27\lib\site-packages\setuptools\command\easy_install.py", line 1716, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "C:\Python27\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Python27\lib\site-packages\setuptools\command\easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File "C:\Python27\lib\site-packages\setuptools\command\easy_install.py", line 434, in easy_install
self.local_index
File "C:\Python27\lib\site-packages\setuptools\package_index.py", line 475, in fetch_distribution
return dist.clone(location=self.download(dist.location, tmpdir))
AttributeError: 'NoneType' object has no attribute 'clone'

C:\Python27\Scripts>

Please help to solve the issue

Thanks in advance guys.
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: 6463

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: 2890

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: 5052

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: 2907

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: 2907

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 know the vector size. This way, I will be able to indicate the maximum time of the earthquake.

# Bidirectional Uniform Earthquake ground motion (uniform acceleration input at all support nodes)
set Earthquakes Earthquakes
set iGMdirection "1 2"; # ground-motion direction
set iGMfact "1.0 1.0"; # ground-motion scaling factor
set dt 0.005

set IDloadTag 400; # for uniformSupport excitation
foreach GMdirection $iGMdirection GMfile $iGMfile GMfact $iGMfact {
incr IDloadTag;
# set inFile $Earthquakes/$GMfile.at2
set outFile $Earthquakes/$GMfile.txt; # set variable holding new filename (PEER files have .at2/dt2 extension)
# ReadSMDFile $inFile $outFile dt; # call procedure to convert the ground-motion file
set GMfatt [expr $g*$GMfact]; # data in input file is in g Unifts -- ACCELERATION TH
set AccelSeries "Series -dt $dt -filePath $outFile -factor $GMfatt"; # time series information <----------------------------------------- I guess that it is in somewhere from here
pattern UniformExcitation $IDloadTag $GMdirection -accel $AccelSeries ; # create Unifform excitation
}

Thanks a lot!
David
by dgale
Fri Jul 06, 2018 12:38 am
Forum: Parallel Processing
Topic: Triangle elements
Replies: 3
Views: 14296

Re: Triangle elements

Some elements are not created for parallel compiting. In my case, I use section LayeredShell which doesn't work in parallel.
by dgale
Fri Jul 06, 2018 12:28 am
Forum: Parallel Processing
Topic: CuSp
Replies: 1
Views: 8862

Re: CuSp

I have the same question