Search found 9 matches

by batuturk
Wed Oct 31, 2018 1:09 am
Forum: OpenSees.exe Users
Topic: Object orientated programming in Tcl
Replies: 2
Views: 2623

Re: Object orientated programming in Tcl

As of version 8.6, tcl supports OOP. But I suggest you to use C# or Java for OOP where you can easily create tcl scripts that you can run in Opensees environment.
by batuturk
Wed Oct 31, 2018 12:57 am
Forum: OpenSees.exe Users
Topic: Where to download an older version of Opensees
Replies: 0
Views: 1342

Where to download an older version of Opensees

Dear all,

As -eleLoad command does not work with forceBeamColumn elements in version 2.5.0, I would like to go download the version 2.4.4 where this problem does not occur. Can you help me to find the version 2.4.4 or any other older versions?
by batuturk
Wed Nov 11, 2015 5:33 pm
Forum: OpenSees.exe Users
Topic: Different periods for linear and nonlinear elements
Replies: 1
Views: 2309

Different periods for linear and nonlinear elements

Hi all, I have a question about how opensees calculate eigenvalues with beamWithHinges element. Because when I changed my column elements to elasticBeamColumn from beamWithHinges element I get different eigenvalues. I'm using Concrete07 material beamWithHinges element for my column elements. When I ...
by batuturk
Mon Nov 02, 2015 8:14 pm
Forum: OpenSees.exe Users
Topic: Moment values at the pin-based columns
Replies: 3
Views: 3754

Re: Moment values at the pin-based columns

Hi Jeena, Thanks for reply. I was actually getting moment values at the base nodes that are pinned in dynamic analysis. I figured out that I assigned translational and rotational masses to the pinned base ends. That's why, I was getting small moment values at the base nodes when I ran my model with ...
by batuturk
Mon Nov 02, 2015 12:44 pm
Forum: OpenSees.exe Users
Topic: Moment values at the pin-based columns
Replies: 3
Views: 3754

Moment values at the pin-based columns

Hi all, I am currently working on a 5-span bridge model. There are 4 columns at each bent. Although column bases are pinned, I get moment values at the column bases. Using print command, I double-checked that columns are pinned at the base. I really don't know why I'm getting moment values at the pi...
by batuturk
Sat Oct 17, 2015 4:59 pm
Forum: OpenSees.exe Users
Topic: Empty Eigenvector Files
Replies: 1
Views: 1854

Empty Eigenvector Files

Dear all, I'm working on a 3-D bridge model. I want to get mode shapes after gravity loading analysis. But all my eigenvector output files are empty. The script I used is: set lambda [eigen 10]; for {set i 1} {$i <= 10} {incr i} { recorder Node -file eigenvector$i.out -node 109 -dof 1 3 "eigen ...
by batuturk
Tue Oct 06, 2015 10:07 am
Forum: OpenSees.exe Users
Topic: Axial Load- Moment Interaction
Replies: 3
Views: 3535

Axial Load- Moment Interaction

Hi all,

Is it possible to get axial load-moment interaction diagram of a section? Is there any specific command to do that?
by batuturk
Sat Sep 05, 2015 8:36 pm
Forum: OpenSees.exe Users
Topic: ConcreteCM Material
Replies: 3
Views: 3236

Re: ConcreteCM Material

Version 2.4.6, Revision Number 6016
by batuturk
Thu Aug 13, 2015 4:28 pm
Forum: OpenSees.exe Users
Topic: ConcreteCM Material
Replies: 3
Views: 3236

ConcreteCM Material

Hi, I tried to use ConcreteCM uniaxial material modeling a reinforced concrete pier of a bridge. But I got this error message when I tried to run my model: "WARNING could not create uniaxialMaterial ConcreteCM" May anyone tell me why I'm getting this error message. I'm using the most curre...