Hello, I’m very interested in this project! I have a question regarding the setup of the absorbing layer.
In most examples, including acoustic_2D.py and Overthrust_3D.py, I want to set the top boundary as a free surface while applying absorbing boundaries to the other sides. I understand that absorption in simwave is achieved through damping terms. However, when I try different configurations—such as:
space_model.config_boundary(
damping_length=(100, 5000, 5000, 5000),
boundary_condition=("none", "none", "none", "none"),
damping_polynomial_degree=5,
damping_alpha=0.01
)
—none of them seem to produce the desired absorbing effect. Could you please help me resolve this issue?