How to know the BC applicable to the Wave Equation solver?

Numerical methods and mathematical models of Elmer
Post Reply
IsotoCedex
Posts: 11
Joined: 18 Mar 2024, 09:51
Antispam: Yes

How to know the BC applicable to the Wave Equation solver?

Post by IsotoCedex »

Hello everyone,

After my last intervention "https://www.elmerfem.org/forum/viewtopic.php?t=8279" I am still trying to learn about Helmholtz and Wave Equation solvers for environmental noise simulations.

I have been studying the code, but I am certainly very limited due to my limited programming knowledge.

The point is that I would like to identify all the boundary conditions that I can apply to the Helmholtz Equations and the Wave Equation.

In the case of Helmholtz, with the GUI file helmholtz.xml it is somewhat easier for me, since it seems that all the possible BCs are in it, and explained in the Models Manual.

For the Wave Equation, I have reviewed the files WaveSolver.F90 and SOLVER.KEYWORDS.

In the second file, all the possible parameters of ELMER seem to be declared, but I cannot find out which ones would apply to the Wave Equation.

Any ideas?

Thank you so much!
IsotoCEDEX
Rich_B
Posts: 423
Joined: 24 Aug 2009, 20:18

Re: How to know the BC applicable to the Wave Equation solver?

Post by Rich_B »

Hello,

Take a look at this forum thread:

viewtopic.php?p=29946#p29946

Rich.
IsotoCedex
Posts: 11
Joined: 18 Mar 2024, 09:51
Antispam: Yes

Re: How to know the BC applicable to the Wave Equation solver?

Post by IsotoCedex »

Thank you very much Rich,
I have been able to quickly review that forum thread and it looks very good.
Let's see if I can move forward with that information.
Post Reply