- #1
pitchtwit
- 26
- 0
Homework Statement
I'm following a procedure in a particular paper as part of my Masters project. The paper is called 'Theoretical investigation of the sound attenuation of membrane-type acoustic metamaterials - Y Zhang, J Wen, Y Xiao, X Wen and J Wang (2012)' and can be seen https://dl.dropboxusercontent.com/u/11341635/%2A%20Theoretical%20investigation%20of%20the%20sound%20attenuation%20of%20membrane-type%20acoustic%20metamaterials%20-%20Y%20Zhang%2C%20J%20Wen%2C%20Y%20Xiao%2C%20X%20Wen%20and%20J%20Wang%20%282012%29.pdf.
It's quite hard to sum up the problem without looking at the paper - I know the rule above says I should write the problem here and not attach it - so I'll try to do that.
W_n is used to in the paper to refer to mode functions - actually it should be W_n(x,y), but it's abbreviated.
The membrane is square in this case and simply supported at all four sides. It is 27.4 mm along each side and made of flexible material.
In practice (in MATLAB) these are realized as a 3D array of numbers - say 28 by 28 by 5 if I use 28 values for both x & y (the x and y values represent points on the membrane from 0 to 27.4 mm) and choose to consider 5 modes of vibration (so it'd be 28x28x5).
The values in the 5 column actually represent distance in the z-direction - so giving the shape of the membrane in each of the 1st 5 modes. Not surprisingly the 1st one just has one peak at the centre.
From the paper: -
"The basic unit of the membrane-type acoustic metamaterials can be described as an elastic membrane carrying a small mass, the rim of the membrane was fixed. Consider a cell of membrane- type acoustic metamaterials in an x, y coordinate system. It is sub- ject to biaxial tension T per unit length, which will be assumed to remain constant when the membrane vibrates. The width, length, density per unit area of the membrane are Lx, Ly, ρs, and the width, length, density per unit area of the mass are lx, ly, ρmass. The point (x0, y0) represents the corner of the mass which is clos- est to the origin. In Cartesian coordinates, w(x, y,t) represents the transverse displacement in z direction of a point (x, y) at time t."...(equations 1 & 2 would have gone here, but they are not important to this particular question - and do not mention Wm)..."Hence, the equation of motion including the acoustic loading can therefore be written as,
ρs χ ∂2w/∂t2 + ρmassh(x,y,x0,y0,lx,ly) χ ∂2w/∂t2 + 2ρ1c1 χ ∂w/∂t - T∇2w = 2Aejωt (Eqn. 3)
Using the mode superposition theory [15,16], w(x, y,t) can be written as a superposition of the mode functions Wn(x, y) multi- plying the corresponding time-dependent, generalized co-ordinate qn(t), i.e.,
w(x,y,t) = ∑Nn=1Wn(x,y)qn(t) (Eqn. 4)
The mode function of the membrane with fixed rim can be written as
Wn(x,y) = sin(r∏x/Lx χ sin(s∏y/Ly) (Eqn. 5)
where,
r = 1,2,...,Nx; s = 1,2,...,Ny; n = Ny(r - 1) + s
The membrane performing harmonic vibration under the harmonic acoustic excited, the generalized co-ordinate qm(t) has the form
qn(t) = qn χ ejωt (Eqn. 6)
Substituting Eqs. (4), (6) into Eq. (3), multiplying each term by Wm(x, y) and integrating all terms over the domain (0 ≤ x ≤ Lx, 0 ≤ y ≤ Ly), we obtain the following equation
-ω2 Mm qm - ω2 ρmass ∑Nn=1Im,nqn + jωCmqm + Kmqm = 2AHm
where,
m = 1,2,...,N
Mm = ρs∫0LxWm∑Nn=1Wndx dy"
It goes on to define Im,n, Cm, Km and Hm, but at no point does it define Wm.
This is what I'm stuck on - what is Wm?
I've tried running the code, just having Wm as the same as Wn, using,
Wm(x,y) = sin(a∏x/Lx χ sin(b∏y/Ly) (Eqn. 5)
where, a & b are still just numbers from 1 to Nx and 1 to Ny, and I've got the attached plot. But it's not the same as theirs, and when I change the number of x and y points I use, the plot shifts along the frequency (x) access left or right (and bit in the y-direction too).
This is the 2nd thing that I'm stuck on - but I'm hoping solving one with solve the other.
The appearance and use of Wm also appears in https://dl.dropboxusercontent.com/u/11341635/%2A15%20FREE%20VIBRATIONS%20OF%20A%20RECTANGULAR%20PLATE%20%20CARRYING%20A%20DISTRIBUTED%20MASS%20-%20O.%20KOPMAZ%20AND%20S.%20TELLI%20%282002%29.pdf paper.
Homework Equations
If anyone can explain what Wm is, that would really help, and if someone could explain why the plot shifts from left to right when I use different numbers of x & y points that would be great too.
The Attempt at a Solution
Here's the image showing that I have attempted (and gotten fairly close I suppose) to the solution. https://dl.dropboxusercontent.com/u/11341635/Screen%20Shot%202014-07-08%20at%2008.47.33.png
If you look at the first paper you can see that it's quite close to there one (Fig. 1).
Many thanks.
Tom
Last edited by a moderator: