MikeHoulder
Airman
- 15
- Jul 24, 2009
Apologies, the only way I know to talk about this is with maths. The objective is to create a reasonably accurate simulation model of my Avro Lancaster. Perhaps for obvious reasons, there is no documentation given with the simulator of these issues. Hence there is the need to create a good mathematical model of the simulation.
First, all joints between components are modelled by point location damped springs. I need to estimate the axial and torque forces on those springs
All airframes have structural limits, say +4g, -2g. Can I use these and the masses of both the whole airframe and the individual components to calculate a reasonable spring strength for a given lateral or angular displacement using Hooke's law. How do I divide the total load under 4g, say, between the various surfaces: wings, tailplanes, fins? Help!!!
Second, damping. I thought initially I could model the spring system as a simple unforced damped spring with 1 degree of freedom; i.e. with the 2nd order differential equation
m.u''(t) + Df.u'(t) + Kf.u(t) = 0 where m is mass, Df is damping coeff, Kf is spring strength coeff, t is time and u is a function giving displacement at time t. It is simple to calculate the critical damping coefficient which is the lowest value eliminating oscillations: Df = sqrt(4.m.Kf).
Doing some experimentation, I found that, at significantly lower values than the critical coefficient for Df, destructive resonant oscillation occurs in the simulator. This could be an artifact caused by arithmetic rounding or discrete state calculation of 4000 times per sec in the simulator. It could also be that the equation is lacking one or more terms. It may need to be:
m.u''(t) + Df.u'(t) + Kf.u(t) = F(t). Help!!!
I had assumed that vibration was not propagated from one component to another. Hence a system with 1 degree of freedom. Unfortunately, vibration is propagated throughout. Hence the system is of multiple degrees of freedom. Help!!!
So I am now looking very grimly at a can of worms. Can anyone, please, sort me out.
Mike
First, all joints between components are modelled by point location damped springs. I need to estimate the axial and torque forces on those springs
All airframes have structural limits, say +4g, -2g. Can I use these and the masses of both the whole airframe and the individual components to calculate a reasonable spring strength for a given lateral or angular displacement using Hooke's law. How do I divide the total load under 4g, say, between the various surfaces: wings, tailplanes, fins? Help!!!
Second, damping. I thought initially I could model the spring system as a simple unforced damped spring with 1 degree of freedom; i.e. with the 2nd order differential equation
m.u''(t) + Df.u'(t) + Kf.u(t) = 0 where m is mass, Df is damping coeff, Kf is spring strength coeff, t is time and u is a function giving displacement at time t. It is simple to calculate the critical damping coefficient which is the lowest value eliminating oscillations: Df = sqrt(4.m.Kf).
Doing some experimentation, I found that, at significantly lower values than the critical coefficient for Df, destructive resonant oscillation occurs in the simulator. This could be an artifact caused by arithmetic rounding or discrete state calculation of 4000 times per sec in the simulator. It could also be that the equation is lacking one or more terms. It may need to be:
m.u''(t) + Df.u'(t) + Kf.u(t) = F(t). Help!!!
I had assumed that vibration was not propagated from one component to another. Hence a system with 1 degree of freedom. Unfortunately, vibration is propagated throughout. Hence the system is of multiple degrees of freedom. Help!!!
So I am now looking very grimly at a can of worms. Can anyone, please, sort me out.
Mike