Skip to content

A question regarding the setup of the absorbing layer. #68

Description

@ruihua-chen

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions