Hi
As I told,I use nonlinearBeamColumn element for pushover analysis and actually distributed plasticity.
now,How can I find location of the plastic hinges and their maximum rotations ?
plastic hinge
Moderators: silvia, selimgunay, Moderators
-
- Posts: 72
- Joined: Fri Jul 10, 2009 3:05 am
- Location: Griffith University
-
- Posts: 9
- Joined: Fri Nov 03, 2006 3:15 pm
- Location: Fugro Consultants Inc.
I suggest using the following syntax instead of the one online:
element nonlinearBeamColumn $eleTag $nodeI $nodeJ $transfTag $intRule $SecTag $numIntPnt
And $intRule could be "Legendre", "Lobatto", etc. In this case you know exactly where the intgr points are located. Then use recorders to record moment and curvature. Examples are below:
recorder Element -file 1.out -time -ele $eleTag section $secTag force
recorder Element -file 2.out -time -ele $eleTag section $secTag deformation
Which $secTag is your intgr point. Then draw moment vs curvature for all intgr points to figure where your hinge is located.
element nonlinearBeamColumn $eleTag $nodeI $nodeJ $transfTag $intRule $SecTag $numIntPnt
And $intRule could be "Legendre", "Lobatto", etc. In this case you know exactly where the intgr points are located. Then use recorders to record moment and curvature. Examples are below:
recorder Element -file 1.out -time -ele $eleTag section $secTag force
recorder Element -file 2.out -time -ele $eleTag section $secTag deformation
Which $secTag is your intgr point. Then draw moment vs curvature for all intgr points to figure where your hinge is located.
-
- Posts: 72
- Joined: Fri Jul 10, 2009 3:05 am
- Location: Griffith University