Multiple mass-spring-damper system

  • Thread starter Thread starter Jamesss
  • Start date Start date
  • Tags Tags
    Multiple System
AI Thread Summary
The discussion revolves around a complex three-level mass-spring-damper system subjected to a driving force simulating an earthquake. The forces acting on each level include gravitational, spring, damper, and inertial forces, with specific equations provided for each mass. The user is struggling with the dynamics of the system in Simulink, particularly regarding the initial conditions and the driving force's impact on the overall behavior. Clarifications are made about the driving force and initial displacements of the springs, indicating a need for further adjustments to achieve a dynamic response. The conversation highlights the importance of accurately modeling forces to prevent unrealistic outcomes in simulations.
Jamesss
Messages
13
Reaction score
0
I posted this in the general forum but it probably belongs here.
This is a tricky one!

I'm unsure about the forces on the ground level.

The problem is a 2-spring-damper system with three levels. A ground level, level 1 and level 2. Then a force is applied to the ground level simulating an Earth quake (eg the force could be sinusoidal). See the attachment for a diagram.

These are the forces I have resolved:

-level 2 mass:
gravitational force, m0*g (down)
Spring Force2, K1*(x1-x0) (up)
Damper Force2, b1*(x1'-x2') (up)
Inertial Force, m*x0'' (down)

-level 1 mass:
gravitational force, m*g (down)
Spring Force1, K1*(x2-x1) (up)
Damper Force1, b1*(x2'-x1')(up)
Inertial Force, m*x1'' (down)
Spring Force2, K1*(x1-x0) (down)
Damper Force2, b1*(x1'-x2') (down)

-level ground mass:
driving force (earthquake) = some function eg sine
g-force, mg (down)
Spring Force1, K1*(x2-x1) (down)
Damper Force1, b1*(x2'-x1')(down)
Inertial Force = m*x2'' (down)

I have tried to solve this using simulink, but for the positions of each level they fall towards negative oblivion. I am thinking I either have forgotten some force added too many.

Have I left anything out? *thinking*
James
 

Attachments

  • mass.JPG
    mass.JPG
    12 KB · Views: 788
Physics news on Phys.org
Hi, this looks a bit like active suspension control...

i get following equations :

m0x0" = -k1(x0-x1)-b1(x0'-x1') + U
m1x1" = k1(x0-x1) + b1(x0'-x1') - U - k1(x1-x2) - b1(x1'-x2')
m2x2" = k1(x1-x2) + b1(x1'-x2') - U

Ofcourse you need to add the overall gravitational force which you implemented correctly in my opinion.

x : position
x' : velocity
x" : acceleration

just for clarity...

regards
marlon
 
m0 is level two
m1 is level 1
m2 is groundlevel

Just to make sure, ok ?

regards
marlon
 
Thanks Marlon for the reply. What about when I add a driving force on ground level?
This is assuming that the springs are fully relaxed? I have calculted the displacements due to the weight of each level. What should be done to may this system dynamic?

Thanks
James

edit: oops for some reason I thought U=mg. U= driving force! But still does this consider the initial displacement of the springs?
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top