Search found 8 matches
- Fri Mar 20, 2015 4:45 am
- Forum: Reliability Analysis
- Topic: Tcl Procedure for Reliability
- Replies: 1
- Views: 6712
Tcl Procedure for Reliability
I have to perform reliability analysis of several different configurations of the same structure. Since the problem is always the same I defined a procedure where the only inputs are R and S. When I call the procedure I get the results once and the second time I get an error. Here is the procedure p...
- Tue May 27, 2014 7:47 am
- Forum: OpenSees.exe Users
- Topic: Fiber results
- Replies: 1
- Views: 783
Fiber results
Is there a way to record results of all the fibers, with their labels.
I have only see a way to export fibers related to certain coordinates in the plane of the section.
I have only see a way to export fibers related to certain coordinates in the plane of the section.
- Thu May 22, 2014 2:24 pm
- Forum: OpenSees.exe Users
- Topic: K-shaped bracin modeling
- Replies: 1
- Views: 1018
Re: K-shaped bracin modeling
here is the code [code] wipe # Beam spacing set BS 120. #beam depth set bdepth 54. #Mesh lengh (tributary area of slab) set ML 100. set flangewidth 14. #slab thickness set ST 7.5 # Create ModelBuilder model BasicBuilder -ndm 3 -ndf 6 ########################################## MATERIALS #############...
- Thu May 22, 2014 2:16 pm
- Forum: OpenSees.exe Users
- Topic: K-shaped bracin modeling
- Replies: 1
- Views: 1018
K-shaped bracin modeling
I want to simulate the behavior of a k-shaped bracing system, the ones that are used in steel bridges as intermediate diaphragms for lateral loads and for redistribution of vertical loads among the beams. So I want to model a top strutt, a bottom strutt and diagonals with L-shaped elements (ignoring...
- Thu May 22, 2014 10:20 am
- Forum: OpenSees.exe Users
- Topic: Element eccentricity
- Replies: 2
- Views: 1130
Re: Element eccentricity
Thank you.
- Fri May 16, 2014 9:56 am
- Forum: OpenSees.exe Users
- Topic: Element eccentricity
- Replies: 2
- Views: 1130
Element eccentricity
In my understanding users can define fiber sections with any local coordinate system, opensees will always calculate the centroid of the fiber section and make it coincident with the reference line of the frame element. This way it's impossible to give centroid eccentricity just displacing all the f...
- Thu Feb 27, 2014 10:01 am
- Forum: OpenSees.exe Users
- Topic: ID in print command output
- Replies: 1
- Views: 941
ID in print command output
Hi, when I save the results of a particular node with the print command I get
Node: 1
Coordinates : 0 0 0
Disps: 0 0 0 0 3.14719e-008 0
unbalanced Load: 0 0 0 0 0 0
reaction: 0 0 0.129525 44.5344 -8.1446e-013 0
ID : 1090 -1 -1 -1 1091 -1
could you tell me what ID stands for?
Node: 1
Coordinates : 0 0 0
Disps: 0 0 0 0 3.14719e-008 0
unbalanced Load: 0 0 0 0 0 0
reaction: 0 0 0.129525 44.5344 -8.1446e-013 0
ID : 1090 -1 -1 -1 1091 -1
could you tell me what ID stands for?
- Tue Jan 21, 2014 11:55 am
- Forum: OpenSees.exe Users
- Topic: Moment curvature with uncoupled fiber elements
- Replies: 0
- Views: 1146
Moment curvature with uncoupled fiber elements
I need to calculate moment curvature of a section where concrete and steel behavior is uncoupled in two different elements. It may look nonsense because I could just add concrete and steel fibers to one section, but is part of a more complicated model that I cannot explain here for reasons of time. ...