[★★★★☆] Triple Pendulum
Minimum version: v2.4
The model can be downloaded here.
The main purpose of this example is two-fold:
- to illustrate how a dynamic system can be analysed, and
- to show different performance of different time integration methods.
Model
Such a model for pendulum can be established using two main approaches. As a triple pendulum, the model has four nodes.
The first node is pinned so that it does not move.
With Rigid Links
By using rigid truss elements, the inextensible links can be approximated given that if the rigidity is sufficiently
large. Define the corresponding truss elements and point masses. Note here since the fixed node 1
is connected to the
truss element 1
, there is no need to assign mass to it.
Text Only | |
---|---|
Note the nonlinear geometry switch is on to account for large displacement (but still small deformation).
With Constraints
Alternatively, the FixedLength
constraint can be used to apply the
inextensible constraints.
Text Only | |
---|---|
Note here, compared to the previous approach, since the fixed node 1
is now not connected to any truss elements,
it will be associated to nothing if no point mass is assigned to it. This is not allowed. Such an 'isolated' dummy
node will be identified and automatically disabled during the initialisation stage. In order to avoid this, it is
necessary to assign a point mass to it.
Initial Conditions and Other Setup
An initial velocity is assigned to node 3
.
Text Only | |
---|---|
The gravity load is assigned in form of constant force.
There is no essential difference whether to assign the gravity load to node 1
as it is fixed. The applied load
will be balanced out by the resistance. This only affects how the results shall be processed.
Analyse
The analysis is performed with the Newmark integration method.
Text Only | |
---|---|
Results
The animation is presented as follows.
What's Next?
Everything seems to be working fine, which appears to be good. So what's next? If the results are carefully examined, one would notice some unexpected behaviour. For ones who have a good background of dynamics, it must be noticed that he Newmark method has no algorithmic damping. It is also not ideal in terms of energy/momentum conservation.
If one plots the acceleration history, one can notice that the acceleration is not physically meaningful.
Given that the Newmark method has no algorithmic damping, the high frequency noise cannot be suppressed. Try the extra
two models using BatheTwoStep
and
GSSSS
methods in the archive.
If one instead uses the GSSSS
method with identical spectral radii, which is
equivalent to the generalised alpha
method, the acceleration
history can be plotted as follows.
All in all, as long as the system may result in high frequency response, the use of the Newmark method is discouraged.
The high frequency response may stem from either very large stiffness or very small mass. The former case may happen when parts of the system are very rigid. The application of penalty method often results in large stiffness components. The latter case may happen when the mass is under integrated or even lumped. Both are somehow inevitable in practical simulations. One shall consider other time integration methods to obtain more reliable results.