lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.6k stars 734 forks source link

Wave equation in a rectangular duct (waveguide) #1646

Open cyrillebreard opened 7 months ago

cyrillebreard commented 7 months ago

based on the example of helmohtz equation , i set up this case for wave equation in a rectangular duct. I can not get a correct solution, I have tried many thing like more iteration , changing between Robin and Dirichlet BC for imposing the incoming wave , which is basically a plane wave. I am sharing the code (Model1-shared.txt) and the output png files using Jupyter lab. Any help would be welcome. thanks in advance Model1-shared.txt output_18_1 output_17_2 output_16_1 output_14_1 output_13_2 output_12_1 output_11_2 output_11_1 output_11_0

lihangshiwo commented 4 months ago

I'm interested in your work, but I suspect that there is a problem with the boundary conditions on your left and right, can you give some explanation.