salvus.mesh.absorbing_boundary
helpers to determine parameters for absorbing boundaries
Functions
get_absorbing_boundary_width()
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
velocityfloat — reference velocity in m/slowest_frequencyfloat — lowest frequency to be absorbed in Hznumber_of_wavelengthsfloat — width of absorbing boundary in number of wavelength for the lowest frequency and velocity
Returns float