KalleH,
I kind of see what you are thinking. However, ailiasing is a consequence of sampling ie a tranformation from the continuous time real world to the discrete time world inside your signal analyser/computer. The time-stepping integration solver in your FE code is already working in the discrete time world (hence the phrase "time-stepping"). But yes, you will lose information about the non-linear response at high frequencies unless you have an infinitely small time step on your analysis
Your comments about higher frequency modes and participation factors are not relevant. The non-linear FE solver knows nothing of the modal behaviour. It acts on the physical coordinate mass and stiffness matrices.
You don't say what form your non-linear springs take, but I'm guessing it is going to take the form of some sort of polynomial, freeplay or bi/tri-linear characteristic. These sorts of non-linearities give you responses at the harmonics (or possible sub-harmonics) of the excitation frequencies. But the level of response decreases rapidly with increasing harmonic order. As well as the limit of verifiability (is that a word?) mentioned by Greg due to the maximum measurement dynamic range, there is also the limit of machine precision (the numerical dynamic range in your computer, probably double precision in your FE code) and the accuracy and precision of the integration algorithm used by your FE solver. The default accuracy of your FE solver is probably set quite low so that the solution runs at a reasonable speed.
I have done some work using different integrators and the differences between using say the Adams-Bashforth multi-step integration used by many FE solvers and the 5th order Runge-Kutta single step integrators used by our in-house software for even quite simple non-linear problems are very noticable.
My rule of thumb for non-linear behaviour is to use a sampling rate (experiment) or time-stepping interval (FE) which gives a resolution of 32 points per cycle at the maximum frequency of the input signal. This will give a resonable degree of accuracy as high as the 5th harmonic and will even contain some 7th harmonic information.
M
--
Dr Michael F Platten