Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix numerical stability problems with RaySolver #5

Open
mchitre opened this issue Nov 27, 2020 · 1 comment
Open

Fix numerical stability problems with RaySolver #5

mchitre opened this issue Nov 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mchitre
Copy link
Member

mchitre commented Nov 27, 2020

Observed occasional numerical stability problems in some cases:

  • long range and complicated bathymetry
  • complicated sound speed profile with :smooth interpolation

In most cases these are resolved by using a lower tolerance or a stiffer solver, but not always. For now :smooth interpolation on SSP should be considered "broken".

@mchitre mchitre added the bug Something isn't working label Nov 27, 2020
@mchitre mchitre self-assigned this Nov 27, 2020
@mchitre
Copy link
Member Author

mchitre commented Nov 27, 2020

The problem with :smooth SSP seems to do with q becoming negative. Perhaps the curvature in SSP is leading to caustics that are not dealt with correctly. Related to #6 ?

@mchitre mchitre transferred this issue from org-arl/UnderwaterAcoustics.jl Apr 10, 2023
@mchitre mchitre added this to the v0.2.0 milestone Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant