Page 1 of 1

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

Posted: 17 Apr 2024, 15:01
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

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

Posted: 17 Apr 2024, 20:38
by Rich_B
Hello,

Take a look at this forum thread:

viewtopic.php?p=29946#p29946

Rich.

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

Posted: 18 Apr 2024, 13:29
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.