rigidLink and rigid joint offset

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

Moderators: silvia, selimgunay, Moderators

Post Reply
leexian
Posts: 6
Joined: Fri Jun 20, 2008 10:48 am
Location: CHINA

rigidLink and rigid joint offset

Post by leexian »

hi, can anyone tell me the difference between "rigidlink" and "rigid joint offset"? for example , what's the difference between model 1 and model 2?
thanks a lot.

MODEL1
#define nodes
node 1 0 0;
node 2 0 1200;
node 3 0 1800;
node 4 0 3000;
# supports of columns
fix 1 1 1 1 ;

# Geometric transformation
geomTransf Linear 1
geomTransf Linear 2 -jntOffset 0 0 0 600
geomTransf Linear 3 -jntOffset 0 600 0 0
element nonlinearBeamColumn 1 1 2 10 1 2;
element nonlinearBeamColumn 2 2 3 10 1 1;
element nonlinearBeamColumn 3 3 4 10 1 3;

MODEL2

#define nodes
node 1 0 0;
node 5 0 600;
node 2 0 1200;
node 3 0 1800;
node 6 0 2400;
node 4 0 3000;
# supports of columns
fix 1 1 1 1 ;

# Geometric transformation
geomTransf Linear 1
element nonlinearBeamColumn 1 1 5 10 1 1;
element nonlinearBeamColumn 2 2 3 10 1 1;
element nonlinearBeamColumn 3 6 4 10 1 1;
rigidLink beam 5 2;
rigidLink beam 3 6;
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

in rigidLink the transformation is handled by the creation of MP constraints .. when using joint offsets the transformation is handled by the geometric transformation.
leexian
Posts: 6
Joined: Fri Jun 20, 2008 10:48 am
Location: CHINA

Post by leexian »

thanks,fmk. but in fact, both "rigidlink beam " and "rigid joint offset" treat the element as a rigid body, i am confused why they have different results.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

also rigidLink just does translational dof .. you might want to try rigidBeam
leexian
Posts: 6
Joined: Fri Jun 20, 2008 10:48 am
Location: CHINA

Post by leexian »

thanks,fmk. i see now.
leexian
Posts: 6
Joined: Fri Jun 20, 2008 10:48 am
Location: CHINA

Post by leexian »

also, fmk.do OPENSEES has technical manual? we just have the user manual, it seems hard to know how the commands work.
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

there is the examples manual, but for simple examples.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply