2D Linear Wave Simulation in Python - Leapfrog Integration

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 10

  • @mustafayigitkartal4257
    @mustafayigitkartal4257 9 месяцев назад +5

    This is great, I'm glad the algorithm brought me here 👍

    • @bpatricksullivan
      @bpatricksullivan  9 месяцев назад

      Thank you so much! I am glad the algorithm brought you here as well! I have a lot more similar content in my pipeline over the next few weeks. Please let me know any topics you'd like to see covered within computational physics, data science, data visualization, Python programming, or adjacent areas.

  • @SuadM2
    @SuadM2 9 месяцев назад +1

    Nice job! I look forward to witnessing similar efforts applied to the 2D shallow water equations.

    • @bpatricksullivan
      @bpatricksullivan  9 месяцев назад +1

      Thanks! I have a few projects higher in my queue for courses I am teaching, but the Saint-Venant Shallow Water Equations are on my list.

  • @lanog40
    @lanog40 9 месяцев назад

    I’d like to check making some custom wave simulations over the summer, so this will help!

  • @beaverbuoy3011
    @beaverbuoy3011 9 месяцев назад +2

    Nice

    • @bpatricksullivan
      @bpatricksullivan  9 месяцев назад +1

      Thank you! Let me know anything related you'd like to see covered in a video.

  • @richleprecon718
    @richleprecon718 7 месяцев назад

    Hello! How could I change the boundaries condition to produce an absorbing boundary ?
    Thanks alot!

    • @bpatricksullivan
      @bpatricksullivan  6 месяцев назад +1

      Great question. This is a complex topic. "open outflow boundary conditions", "zero gradient boundary conditions", or "absorbing boundary conditions" are all terms you can use to learn about ways people have approached this problem. They all have flaws. It is a very desirable boundary condition in many real world systems, but it presents significant difficulties in implementation.