Michael Merritt
Michael Merritt
  • Видео 3
  • Просмотров 29 225
Shallow Water Equations
Shallow Water Equations
Просмотров: 13 349

Видео

The Duffing Oscillator
Просмотров 16 тыс.7 лет назад
Presentation on the Duffing Equation/Oscillator for my Computational Physics class.
Senior Thesis Proposal
Просмотров 3608 лет назад
Senior Thesis Proposal

Комментарии

  • @StephenPheenixx
    @StephenPheenixx Год назад

    Can the finite element method be used for this model and simulation of shallow water equations?

    • @panagosu
      @panagosu Год назад

      Yes. You can read papers about Discontinuous Galerkin Methods.

  • @finddeniro
    @finddeniro 2 года назад

    Needs a Mascot..

  • @DEEPAKKUMAR-zs6yl
    @DEEPAKKUMAR-zs6yl 2 года назад

    This is very helpful sir , I salute you thanks

  • @matiasortiz1293
    @matiasortiz1293 2 года назад

    Cool video, any chance you could share the source code for it?

  • @Muck-qy2oo
    @Muck-qy2oo 3 года назад

    Basically, every oscillator will also contain some properties of the Duffing Oscillator?

  • @merondesta3895
    @merondesta3895 3 года назад

    can you please give us the model or make a vedio on the simulation part? u use simulink for generating that simulation?is so can we find that?

  • @pree109
    @pree109 3 года назад

    hi , may I get your model code? this is my email:peter2606696@gmail.com Thanks!

  • @iyadal-najjar3512
    @iyadal-najjar3512 3 года назад

    please answer this. How and what program did you use to draw the moving figure starting from 7:36

    • @michaelmerritt5286
      @michaelmerritt5286 3 года назад

      figures generated by Python, animation generated also by Python, using matplotlib

    • @iyadal-najjar3512
      @iyadal-najjar3512 3 года назад

      @@michaelmerritt5286 do u know if Matlab do the same?

  • @alexalex-fe1ny
    @alexalex-fe1ny 3 года назад

    great video, could you tell which algorithm you used for integrating this ODE?

  • @hernandezjean-francois5377
    @hernandezjean-francois5377 3 года назад

    Thanks for sharing, very interesting content!

  • @dinglerdangler
    @dinglerdangler 4 года назад

    yo

  • @pranavsharma2716
    @pranavsharma2716 4 года назад

    Great Video! Thank you for uploading :)

  • @ndongemile8892
    @ndongemile8892 4 года назад

    hi, can I get your schema code ?

    • @ndongemile8892
      @ndongemile8892 4 года назад

      here is my email: petitemile93@gmail.com

  • @Blendershick
    @Blendershick 5 лет назад

    Thank you very good presentation!

  • @pavankumarchalumuri4464
    @pavankumarchalumuri4464 5 лет назад

    Hello Michael Merritt Can u please explain me how to do it using matcont

  • @samsaraAI2025
    @samsaraAI2025 5 лет назад

    thanks for the video. you explained the way you solve the next h each time step, but what about u and v velocites? is there some kind of transport step or advection? thansk!

  • @hamoddyshawata5056
    @hamoddyshawata5056 5 лет назад

    Can you send the slides please?

  • @lenaeude5708
    @lenaeude5708 6 лет назад

    Hi, nice video. I didn't get a huge part of it however ^^. May i ask you to give me some of the sources that were recquired to study that subject please ? In deed, I am trying to demonstrate the equations of waves on the surface of liquid miror telescopes, but i don't find anything that might help me. (i am not english, so it is surely the reason why i don't find that much things). I know that the Saint Venant model must be used. I just wrote Saint Venant in the RUclips Researchs and I found your video, so I guess there must be a link (even if I didn't understand wheter you talk about Saint Venant or not ^^). However the equations of the video at 1:00 don't really look like the ones I am trying to have. But maybe your sources or whatever you used to make this project are going to deal with it, and i have nothing else to do but trying ^^.

    • @butterknight7607
      @butterknight7607 4 года назад

      Hi, I'm currently trying to code them up in python. I'm using the same equations but with fluxes instead of velocities. If you did this. Can you suggest me the papers you've read? Thank you :)

  • @TURALOWEN
    @TURALOWEN 7 лет назад

    Also what were your boundary and initial conditions?

    • @michaelmerritt5286
      @michaelmerritt5286 7 лет назад

      My initial condition was the two Gaussians for height and no initial velocity. If memory serves, I used free boundary conditions.

    • @TURALOWEN
      @TURALOWEN 7 лет назад

      Thank you.

  • @TURALOWEN
    @TURALOWEN 7 лет назад

    Michael, thanks for the very nice presentation. I have a quick question. Are there analytical solutions to the coupled shallow water equations you presented? If yes, can you share a link with me. Many thanks.

    • @michaelmerritt5286
      @michaelmerritt5286 7 лет назад

      No, I don't believe there are. Generally, coupled systems of nonlinear PDEs do not have closed form analytical solutions, especially those arising in fluid dynamics.

    • @TURALOWEN
      @TURALOWEN 7 лет назад

      I see. But we know that a (possibly unique) solution exists for this system even if the closed form is not known, correct?

    • @michaelmerritt5286
      @michaelmerritt5286 7 лет назад

      I haven't seen any general existence or uniqueness results for the SWEs. Special cases are more likely. If you happen to find one, I would be interested to know.

  • @guilhermemagro
    @guilhermemagro 7 лет назад

    Thx! Helped me a lot!