Mondaic
This API reference is not for the latest stable Salvus version.

salvus.mesh.absorbing_boundary

helpers to determine parameters for absorbing boundaries

Functions

get_absorbing_boundary_width()

def get_absorbing_boundary_width(
    velocity: float, lowest_frequency: float, number_of_wavelengths: float
) -> float:
    ...

compute the width of the absorbing boundary

Parameters
  • velocity float — reference velocity in m/s
  • lowest_frequency float — lowest frequency to be absorbed in Hz
  • number_of_wavelengths float — width of absorbing boundary in number of wavelength for the lowest frequency and velocity
Returns float