Finding Wavevector in 2D Domain

  • Thread starter Thread starter Crot
  • Start date Start date
  • Tags Tags
    2d
AI Thread Summary
To find the wavevector in a 2D domain, performing a Fourier transform (FFT) of the wave is a recommended method. The FFT will yield amplitudes for both positive and negative wavenumbers, k_x and k_y, with indices representing cycles per domain length. For an N-point FFT, the output will range from -N/2 to N/2, depending on whether N is even or odd. Identifying the peak wavenumbers in both directions will provide the necessary wavevector information. This approach is straightforward and effective for analyzing wave properties.
Crot
Messages
15
Reaction score
0
Dear forumers,

There is a wave computed in a 2D domain.
Could you please give me a hint how to find the wavevector of the wave?
I think I have to Fourier transform the wave in space but I cannot figure out how to
obtain that k_x and k_y from the transformation.


Crot
 
Physics news on Phys.org
There other ways to do this, but FFT is a straightforward (if brute force) approach.

You will want to look up the reference for your FFT routine (if you are using a prepackaged one). Typically, the FFT will give you amplitudes for +/- k_x, k_y with the index being wavenumber expressed as integer multiples of cycles per domain length (since the longest periodic wave in the domain completes 1 cycle). However, for the N-point FFT, you will likely get an order like -N/2, -N/2+1, ..., 0, N/2-1 cycles per domain for even N (or -N/2,...,0,...,N/2 for an odd N).

Anyway you are just looking for the peak wavenumbers in both k_x and k_y, right?
 
Thanks a lot for the answer. Now, it is clear!
 
Thread 'Question about pressure of a liquid'
I am looking at pressure in liquids and I am testing my idea. The vertical tube is 100m, the contraption is filled with water. The vertical tube is very thin(maybe 1mm^2 cross section). The area of the base is ~100m^2. Will he top half be launched in the air if suddenly it cracked?- assuming its light enough. I want to test my idea that if I had a thin long ruber tube that I lifted up, then the pressure at "red lines" will be high and that the $force = pressure * area$ would be massive...
Back
Top