Galerkin method for wave equation

jvc
Messages
5
Reaction score
0
Hello,

I want to use Galerkin method to solve 3-D wave equation \nabla^2 u+k^2 u=0, with the following boundary conditions: at z=z_1 plane, u=g, and when x,y,z go to the infinity, u becomes 0.

My question is how to choose the basis function \phi_n for u: u=\sum \lambda_n \phi_n. As my boudary condition is a little different from the usual setting discussed in many books, I am confused of selecting basis function.

Best regards;
 
Physics news on Phys.org
As long as it forms a basis, I don't think it matters. So the basis functions youre used to should work here as well. I suggest using a weak form if you have Neumann boundaries.
 
defunc said:
As long as it forms a basis, I don't think it matters. So the basis functions youre used to should work here as well. I suggest using a weak form if you have Neumann boundaries.

Thank you for your reply!

I indeed want to solve it in the weak form. Actually, my problem is to solve wave equation (homogenuous equation) with non-homogenuous boundary conditions, maybe it is Dirichlet problem. Of course, it can be switched to non-homogeneous equation with homogenuous boundary condition.

The main difficulty I encountered is this problem is of 3-D problem, where weak form is difficult to solve: calculating gradient of 3-D function, and then calculating the inner product in the space defined are not so easy. So I need to choose simple basis function that can be easily calculated with respect to gradient and inner product.

Anyone has similar experience? Thanks a lot!
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top