Laplace equation with boundary condition

ACG_PhD
Messages
1
Reaction score
0
Good afternoon,

I am a PhD student in motions of damaged ships. I am trying to find a solution of Laplace equation inside a box with a set of boundary conditions such that:

2\phi=0
\phix=1 when x=-A and x=A
\phiy=0 when y=-B and y=B
\phiz=0 when z=Ztop and z=Zbot


I have tried different solutions that look like
\phi=x+Ʃ(cos(α(x+A))cos(β(y+B))cosh(γ(z-Ztop))

α=n*PI/A n=1...∞
β=m*PI/B m=1...∞
and α222

I can't find a solution that satisfy everything.
I either satisfy the boundary conditions or Laplace equation but not both.
The problem comes from the need to have a sinh(z)=0 for 2 values...
I can't figure out how to go around the problem.

Any advice would be really nice.

Thanks
Anne

PS: I have the three permutation to find \phix=1 then \phiy=1 and \phiz=1
I have the same problem in the three cases.
 
Physics news on Phys.org
ACG_PhD said:
Good afternoon,

I am a PhD student in motions of damaged ships. I am trying to find a solution of Laplace equation inside a box with a set of boundary conditions such that:

2\phi=0
\phix=1 when x=-A and x=A
\phiy=0 when y=-B and y=B
\phiz=0 when z=Ztop and z=Zbot


I have tried different solutions that look like
\phi=x+Ʃ(cos(α(x+A))cos(β(y+B))cosh(γ(z-Ztop))

α=n*PI/A n=1...∞

β=m*PI/B m=1...∞
and α222

I can't find a solution that satisfy everything.
I either satisfy the boundary conditions or Laplace equation but not both.
The problem comes from the need to have a sinh(z)=0 for 2 values...
I can't figure out how to go around the problem.

Any advice would be really nice.

Thanks
Anne

PS: I have the three permutation to find \phix=1 then \phiy=1 and \phiz=1
I have the same problem in the three cases.

Try x+c as the solution
 
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...
Back
Top