Search found 7 matches

by Opensees87
Mon May 21, 2012 10:44 am
Forum: OpenSees.exe Users
Topic: OpenSees OpenFresco compatibilty!
Replies: 4
Views: 2371

Re: OpenSees OpenFresco compatibilty!

I tried building an earlier version of Opensees 10 times but failed. I was referring to http://nees.org/resources/2697/download ... co_Kim.pdf

I'll wait for the OpenFresco v2.7. Hope it releases soon.
by Opensees87
Fri May 18, 2012 1:21 pm
Forum: OpenSees.exe Users
Topic: OpenSees OpenFresco compatibilty!
Replies: 4
Views: 2371

Re: OpenSees OpenFresco compatibilty!

Thanks for your quick reply Vesna. I'll wait for the new OpenFresco version.
I have no idea how to do it, but I'll try to build the earlier version in the mean time.
by Opensees87
Fri May 18, 2012 9:02 am
Forum: OpenSees.exe Users
Topic: OpenSees OpenFresco compatibilty!
Replies: 4
Views: 2371

OpenSees OpenFresco compatibilty!

I am trying to use OpenFresco with Opensees to run Hybrid simulation examples, but as it turns out, the current version of OpenSees(v2.3.2) is not compatible with the current version of OpenFresco(v2.6) :( .
Is there any way to download any older version of OpenSees that is compatible with current version of OpenFresco?
Looking forward to a reply.
Thanks.
by Opensees87
Tue May 01, 2012 9:05 am
Forum: OpenSees.exe Users
Topic: single friction pendulum bearing element
Replies: 2
Views: 2066

Re: single friction pendulum bearing element

Thanks for the reply Vesna!
by Opensees87
Mon Apr 16, 2012 4:31 pm
Forum: OpenSees.exe Users
Topic: single friction pendulum bearing element
Replies: 2
Views: 2066

single friction pendulum bearing element

I have been trying to model a single friction pendulum bearing element applied at the base of a simple frame ( inverted U) . Compared to fixed, I am getting larger displacements and much smaller member forces, which I think make sense. I have a doubt though. On this webpage for FPS:

http://opensees.berkeley.edu/wiki/index ... ng_Element

What is the member for which we need to define these:

-P $matTag tag associated with previously-defined UniaxialMaterial in axial direction
-T $matTag tag associated with previously-defined UniaxialMaterial in torsional direction

Is this for the material of the FPS? or the frame member? Wonder why it's required when it already asks to define a friction model (I used coulomb) for the FPS.

Here is the code:


wipe;
model BasicBuilder -ndm 2 -ndf 3;
file mkdir FPS36;

node 1 0 0
node 2 0 36
node 3 36 36
node 4 36 0
node 5 0 0
node 6 36 0

fix 5 1 1 1
fix 6 1 1 1

mass 2 5.0 0.0 0.0
mass 3 5.0 0.0 0.0
frictionModel Coulomb 1 0.163

uniaxialMaterial Elastic 11 29000
uniaxialMaterial Elastic 12 29000
geomTransf Corotational 1
element elasticBeamColumn 1 1 2 36 29000 108 1
element elasticBeamColumn 2 2 3 36 29000 108 1
element elasticBeamColumn 3 3 4 36 29000 108 1

element singleFPBearing 4 5 1 1 37.28 2.60 0.01 -P 11 -Mz 12 -orient 0 1 0 -1 0 0;
element singleFPBearing 5 6 4 1 37.28 2.60 0.01 -P 11 -Mz 12 -orient 0 1 0 -1 0 0;

recorder Node -file FPS36/2.txt -time -node 2 -dof 1 2 3 disp;
recorder Element -file FPS36/Fele12.out -time -ele 1 2 globalForce;
by Opensees87
Sat Apr 14, 2012 2:32 pm
Forum: OpenSees.exe Users
Topic: Inelastic/EPP/Hysteretic/bilinear material
Replies: 7
Views: 3024

Inelastic/EPP/Hysteretic/bilinear material

Hello,
I am trying to get the force deformation behavior of an inelastic material to get a bilinear curve. I am essentially trying to get this curve http://opensees.berkeley.edu/wiki/index ... 1_Material

I have been trying but I various errors like ForceBeamColumn2d..failed to get compatible forces and deformations and also convergence and integrator issues. This is what I am doing:

wipe;
model BasicBuilder -ndm 2 -ndf 3
file mkdir hyselasunisin0419

node 1 0.0 0.0
node 2 144.0 0.0

fix 1 0 1 0
fix 2 1 1 1

geomTransf Linear 1;
uniaxialMaterial Steel01 1 60 29000 0.01
section Uniaxial 2 1 P;
element nonlinearBeamColumn 1 1 2 5 2 1;

recorder Node -file hyselasunisin0419/Node2.txt -time -node 1 -dof 1 2 3 disp
recorder Element -file hyselasunisin0419/Elem1.txt -time -ele 1 force

set SinePath "Sine 0.0 15.0 1.0 -factor 1000"
pattern Plain 2 $SinePath {
load 1 5.0 0.0 0.0
}

system BandGeneral
constraints Plain
numberer Plain
test EnergyIncr 1.0e-15 100
algorithm Newton
integrator LoadControl 0.01
analysis Static
analyze 1500


Can someone tell me whats wrong with this? I tried changing the algorithm type etc. It doesn't run. I'd appreciate any help.
Thanks
by Opensees87
Mon Jan 16, 2012 7:42 am
Forum: OpenSees.exe Users
Topic: BuildingTcl 1.9 Has been released!!!
Replies: 101
Views: 876266

Re: BuildingTcl 1.9 Has been released!!!

I can't download buildingtcl.....the download page does'nt open. Is there any other way to download it?