The best method to solve Helmholtz equation for a irregular boundary

wdlang
Messages
306
Reaction score
0
i have an almost square region.

By 'almost' i mean the edges are curvy, not completely straight.

i now need to solve the Helmholtz equation with Dirichlet boundary condition

what is the best numerical method?

how is Finite element, though i do not know what Finite element is
 
Physics news on Phys.org
By proper use of Taylor series expansions at the boundary, you can express a modified boundary condition on a square boundary (taking into account the difference between the actual boundary location and the square boundary location). This will allow you to use finite differences with the square boundary. See Carnahan, Luther, and Wilkes, Applied Numerical Methods.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top