Dear Community Members
Could anybody please give me an example to analyze a RC cantilever subjected to reversed cyclic displacement loading, using arc length integrator.
I know this problem is easily solvable using displacement control integrator, I just want to know. How can we solve this problem using Arc Length integrator.
Unlike displacement control integrator (integrator DisplacementControl $node $dof $incr), arclength integrator (integrator ArcLength $s $alpha) does not have any option to specify node and corresponding DOF at which the displacement is applied. Then how can we specify the node and corresponding dof at which the displacement is applied?.
Thanks and regards
Vijay
Need Example - How to use Arc Length Control Integrator?
Moderators: silvia, selimgunay, Moderators
-
- Posts: 43
- Joined: Fri Jan 29, 2016 10:20 pm
Re: Need Example - How to use Arc Length Control Integrator?
You don't specify node in arc-length method because at each increment the controlling parameter that is being incremented is <s> (the arc-length) and this parameter is derived by taking into account all displacements at dofs (plus the load parameter in case of spherical arc-length). Instead, you specify the parameter <s> and at each increment an additional constraint has to be satisfied which, when converged, forced the next solution point to a)lie on the equilibrium path and b) satisfy dot(Du,Du) + alpha*lambda^2*dot(Fb,Fb) = s^2. Alpha is the second input for the arc-length. Set it to zero if you don't want to think much about it. This yields the so-called Cylindrical Arc-Length.