This is an old revision of the document!
Nonlinear normal modes
Background
Nonlinear normal modes (NNMs) are an extension of linear normal modes to nonlinear systems. This is one of the research topics of the Space Structures & Systems Lab. (Prof. Kerschen). Actually, I knew nothing on the subject until Ludovic Renson told me about it and about the nonlinear equations he wanted to solve with finite elements. The idea to be faced with an unusual set of PDEs was too much of a temptation and I decided to implement a simple case in my old code as a test.
Problem description
Rigorous definitions of NNMs can be found in references [1-2]. Here, let us consider a discrete mechanical systems with N degrees of freedom. A pair of state variables u=xk and v=yk is arbitrarily chosen among the displacements xi(t) and velocities yi(t), i∈{1,...,N}. The time variable can be eliminated and the state equations are rewritten as a set of 2N-2 partial differential equations, v∂uXi+fk∂vXi=Yiv∂uYi+fk∂vYi=fii∈{1,...,N},i≠k The unknowns are now space variables Xi(u,v) and velocities Yi(u,v). The fi(u,v,Xj,Yj),j≠k are elastic and dissipative forces in the equations of motion. These equations are solved in a two-dimensional invariant manifold in phase space.
→v=[v,fk] Find Xi∈V et Yi∈V, i={1,…,5}, such that ∫Ω(Y′i+τe→v⋅∇Y′i)(→v⋅∇Xi−Yi)dΩ=0,∀Y′i∈V,∫Ω(X′i+τe→v⋅∇X′i)(→v⋅∇Yi−fi)dΩ=0,∀X′i∈V, with V={f(u,v)∈H1(Ω):f(0,0)=0}.
[1] L. Renson, G. Deliége, G. Kerschen. An effective finite-element-based method for the computation of nonlinear normal modes of nonconservative systems. Meccanica, vol. 49(8), pp. 1901-1916, 2014.
[2] L. Renson. Nonlinear Modal Analysis of Conservative and Nonconservative Aerospace Structures. PhD Thesis, Université de Liège, 2014.