Hi;
I'm modeling a bridge and I need to set the modal damping 2% por the first 2 modes and for the rest 5%. How can I do this for time history? Raileigh damping?
Thanks!
Search found 14 matches
- Wed Jun 26, 2013 1:22 pm
- Forum: OpenSees.exe Users
- Topic: Rayleigh Damping
- Replies: 3
- Views: 3235
- Tue May 14, 2013 1:18 pm
- Forum: OpenSees.exe Users
- Topic: forceAndDeformation Recorder
- Replies: 5
- Views: 4830
Re: forceAndDeformation Recorder
I made a time-history analysis and recordin forces and displacements to compre them with the element capacity. I also want to graph the points of the history against the Moment-Curvature, and see if those points are above or beneath that curve. This is the reason why I need this type of recorder. Th...
- Mon May 13, 2013 3:23 pm
- Forum: OpenSees.exe Users
- Topic: forceAndDeformation Recorder
- Replies: 5
- Views: 4830
Re: forceAndDeformation Recorder
What of is my element is dispBeamColumn?
- Mon May 13, 2013 6:20 am
- Forum: OpenSees.exe Users
- Topic: forceAndDeformation Recorder
- Replies: 5
- Views: 4830
Re: forceAndDeformation Recorder
Looking the values I supose they are:
Axial deformation, Curvature X, Curvature Y, Curvature Z, Moment X, Moment Y, Moment Z and Axial Force.
Is this right?
Axial deformation, Curvature X, Curvature Y, Curvature Z, Moment X, Moment Y, Moment Z and Axial Force.
Is this right?
- Mon May 13, 2013 5:53 am
- Forum: OpenSees.exe Users
- Topic: forceAndDeformation Recorder
- Replies: 5
- Views: 4830
forceAndDeformation Recorder
Hi everyone;
In a 3D model, I'd like to know what are the 8 columns of the "recorder element .... forceAndDeformation". I know some of them are moments and other curvatures, but which one is what?
Thanks!
In a 3D model, I'd like to know what are the 8 columns of the "recorder element .... forceAndDeformation". I know some of them are moments and other curvatures, but which one is what?
Thanks!
- Fri May 10, 2013 10:00 am
- Forum: OpenSees.exe Users
- Topic: Element Recorder
- Replies: 3
- Views: 3904
Re: Element Recorder
OMG! Thanks!!! Now with the recorder like this: recorder Element -file $recordsout/eleC3.out -time -ele 1301 section 1 forceAndDeformation; I have a 9 columns file. The 1st is time but the other 8 what are? I suppose that fist 4 are from the bottom of the element and the last 4 are from the top, but...
- Fri May 10, 2013 8:49 am
- Forum: OpenSees.exe Users
- Topic: Element Recorder
- Replies: 3
- Views: 3904
Element Recorder
Hi; I'm trying to get the curvature of a fiber element previously defined in another file (pier_Sections.tcl), like this. # ---------------- Define the section ---------------; section Fiber $fiberTag { # Create the concrete fibers: patch rect $matTag $numSubdivY $numSubdivZ $yI $zI $yJ $zJ; # From ...
- Fri May 10, 2013 8:01 am
- Forum: OpenSees.exe Users
- Topic: Units of recorders for displacement
- Replies: 2
- Views: 2321
- Thu May 09, 2013 7:15 am
- Forum: OpenSees.exe Users
- Topic: curve moment-rotation
- Replies: 5
- Views: 4370
Re: curve moment-rotation
Thanks!
It was very helpful!. So, for my 3D model it would be:
recorder Node -file DispNode1.out -time -node 1 -dof 4 5 6 disp ;
recorder Element -file globalForceElement1.out -time -ele 1 globalForce ;
Right?
Now, the displacement of the recorder it is in which units? rad or rad/mm?
It was very helpful!. So, for my 3D model it would be:
recorder Node -file DispNode1.out -time -node 1 -dof 4 5 6 disp ;
recorder Element -file globalForceElement1.out -time -ele 1 globalForce ;
Right?
Now, the displacement of the recorder it is in which units? rad or rad/mm?
- Thu May 09, 2013 6:38 am
- Forum: OpenSees.exe Users
- Topic: units of records?
- Replies: 5
- Views: 3563
Re: units of records?
and what about the displacements, the x, y and z are in [mm] for ex. but what about the rx, ry and rz? curvature?
- Thu May 09, 2013 6:35 am
- Forum: OpenSees.exe Users
- Topic: recorder
- Replies: 15
- Views: 8253
Re: recorder
You have a 2D model. you only have 3 dof wich will result in fx, fy and mz the first three columns are at the begining of the element and the last 3 are at the end. The forces are the same because I asume your element is elastic.
Greetings!
Greetings!
- Thu May 09, 2013 6:32 am
- Forum: OpenSees.exe Users
- Topic: Units of recorders for displacement
- Replies: 2
- Views: 2321
Units of recorders for displacement
Hi everyone! I have a 3D model with "N, mm and sec" as fundamental units and It has the 6 dof. When I ask for the displacements I have an output file with 6 colums and I'm assuming that it gives the results in global coordinates, wich means: displ. in X [mm], displ. in Y [mm], displ. in Z ...
- Wed May 08, 2013 4:11 pm
- Forum: OpenSees.exe Users
- Topic: curvature-output recorder
- Replies: 2
- Views: 2597
Re:
silvia wrote:
> curvature is the rotational dof of a section deformation
Silvia, could you give please an example of the recorder?
Thanks!
> curvature is the rotational dof of a section deformation
Silvia, could you give please an example of the recorder?
Thanks!
- Wed May 08, 2013 4:07 pm
- Forum: OpenSees.exe Users
- Topic: curve moment-rotation
- Replies: 5
- Views: 4370
Re: curve moment-rotation
wuhaoshrek wrote: > ehsanala wrote: > > hi > > How to Draw curve moment-rotation?Which recorder? > > > > grateful > > use element recorder to get the end node moment and rotational deformation, assuming > you are using beam column element. wuhaoshrek, I'm looking for this for a while, could you give...