how can i set up the three dimensional joint model use the beam-column joint element?
i mean i can use the beam-column element ( http://opensees.berkeley.edu/wiki/index ... nt_Element)to simulate the planar beam-column joint
but i want to do the simulation of a spatial interior beam-column joint
so i want to know how can do it ?
node 1 0 0 0
node 2 0 $ColumnLengthClear 0
node 3 [expr -$BeamLengthOut-$BeamLengthIn-$JointWidth/2] [expr $ColumnLengthClear+$JointHeight/2] 0
node 4 [expr -$JointWidth/2] [expr $ColumnLengthClear+$JointHeight/2] 0
node 5 [expr $JointWidth/2] [expr $ColumnLengthClear+$JointHeight/2] 0
node 6 [expr $BeamLengthOut+$BeamLengthIn+$JointWidth/2] [expr $ColumnLengthClear+$JointHeight/2] 0
node 7 0.0 [expr $ColumnLengthClear+$JointHeight] 0
node 8 0.0 [expr 2*$ColumnLengthClear+$JointHeight] 0
node 9 0 [expr $ColumnLengthClear+$JointHeight/2] [expr -$BeamLengthOut-$BeamLengthIn-$JointDepth/2]
node 10 0 [expr $ColumnLengthClear+$JointHeight/2] [expr -$JointDepth/2]
node 11 0 [expr $ColumnLengthClear+$JointHeight/2] [expr $JointDepth/2]
node 12 0 [expr $ColumnLengthClear+$JointHeight/2] [expr $BeamLengthOut+$BeamLengthIn+$JointDepth/2]
element beamColumnJoint 7 2 5 7 4 41 42 1 21 31 1 43 44 1 22 32 1 5【this is the planar joint (xoy plane) tcl script,how can i set up the part in xoz plane】
geomTransf Linear 1 0 0 1 ##column;
geomTransf Linear 2 0 -1 0 ##beam in two direction;
element nonlinearBeamColumn 1 1 2 5 1 1
element nonlinearBeamColumn 2 7 8 5 1 1
element nonlinearBeamColumn 3 3 4 5 2 2
element nonlinearBeamColumn 4 5 6 5 2 2
element nonlinearBeamColumn 5 9 10 5 2 2
element nonlinearBeamColumn 6 11 12 5 2 2
three dimensional beam-column joint simulation
Moderators: silvia, selimgunay, Moderators
Re: three dimensional beam-column joint simulation
this problem was solved.
but the new problem i met was shown in the new Part of [http://opensees.berkeley.edu/community/ ... =2&t=60845]
but the new problem i met was shown in the new Part of [http://opensees.berkeley.edu/community/ ... =2&t=60845]