error in opensees 2.4

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
miladm2
Posts: 19
Joined: Fri May 25, 2012 12:12 am
Location: K.N.Toosi

error in opensees 2.4

Post by miladm2 »

hi Vesna and everybody
i tried too model a heated beam in opensees 2.4, but when i try to run the scrip the "OpenSees.exe has stopped working" error appear. :(
for example this scrip have this error:

wipe ;
model basic -ndm 2 -ndf 3 ;
node 1 0 0
node 2 100 0

fix 1 1 1 1
fix 2 0 1 1
uniaxialMaterial Steel02Thermal 1 4800. 2100000. .02 15. 0.925 0.15 ;

section FiberThermal 1 {
patch circ 1 30 4 0 0 14.925 16.195 0 360
} ;

geomTransf Corotational 1 ;

element dispBeamColumnThermal 1 1 2 5 1 1 ;

recorder Node -file Dis-y-1.out -node 2 -dof 1 disp ;

pattern Plain 1 Linear {
eleLoad -ele 1 -type -beamThermal 1000 0.0 1000 0.0
};


constraints Plain ;
numberer Plain ;
system BandGeneral ;
test NormDispIncr 1.0e-8 6 ;
algorithm Newton ;
integrator LoadControl 0.1 ;
analysis Static ;
analyze 10 ;
miladm2
Posts: 19
Joined: Fri May 25, 2012 12:12 am
Location: K.N.Toosi

Re: error in opensees 2.4

Post by miladm2 »

hi

Can anyone help me in this problem?
Post Reply