Everything you need to know about the Lattice Boltzmann Method (LBM) for CFD Simulation

แชร์
ฝัง

ความคิดเห็น • 20

  • @cam4609
    @cam4609 2 ปีที่แล้ว

    I'm always watching it well. Thank you. Please share it with us more.

  • @nicolasmaquignon8810
    @nicolasmaquignon8810 2 ปีที่แล้ว +4

    Very nice to know about the physics behind the equations !

  • @andrewpurkis1049
    @andrewpurkis1049 2 ปีที่แล้ว

    Thankyou for uploading this video. I found it very interesting.

  • @mattiaviola7152
    @mattiaviola7152 ปีที่แล้ว +1

    Thanks, it is really clear and interesting 👍

  • @fujatv503
    @fujatv503 ปีที่แล้ว +5

    This is a very good video to get into the lattice boltzmann method. Thank you!!! Please never take this video offline! :D

  • @AJ-et3vf
    @AJ-et3vf 2 ปีที่แล้ว

    awesome video! Thank you!

  • @markneumann381
    @markneumann381 2 หลายเดือนก่อน

    Thanks so much. Great job. Enjoyed your lecture.

  • @j.aguilar5849
    @j.aguilar5849 หลายเดือนก่อน

    Great stuff dude, keep it up!

  • @user-qp2ps1bk3b
    @user-qp2ps1bk3b 2 ปีที่แล้ว

    thank you for good presentation!

  • @ikhsanmnoor8589
    @ikhsanmnoor8589 2 หลายเดือนก่อน

    Complex yet, explain quite interesting ❤

  • @parshvaparekh62
    @parshvaparekh62 2 ปีที่แล้ว

    Can you please make a video on Turbulent plane channel flow with smooth walls using OpenFOAM?

  • @maxmustermann3938
    @maxmustermann3938 ปีที่แล้ว +1

    It seems to me that this discretization directly ties the timestep to the spatial resolution since a single time-step would have to exactly match up such that the neighboring node is reached with the given discrete speed vector. Am I correct in this assumption? This is really the main thing that has been confusing me about LBM since many papers and texts seem to treat both of these as variables and don't even mention this, although I have found some that do exactly what I describe.
    Is there a way to do substeps in time with this method? Or is there simply no need, numerically speaking, i.e. is this exact matchup between spatial resolution and timestep simply also the numerically most accurate way to do it?

  • @rolandotillit2867
    @rolandotillit2867 ปีที่แล้ว

    Does LBM treat the particles as elastic or rigid?

  • @ehsanyounesi3757
    @ehsanyounesi3757 2 ปีที่แล้ว +2

    that was a brilliant presentation, thank you, it brighten the path. I also have a question, what application do you suggest for coding LBM ?? python or Matlab or any other one?

    • @Feaforall
      @Feaforall  2 ปีที่แล้ว +1

      C++ or C
      To code a solver you need speed

    • @Feaforall
      @Feaforall  2 ปีที่แล้ว +1

      If you just want to code for fun, then you can use any code, but using python for example will lead to very slow calculations

  • @the24thintrovert
    @the24thintrovert 11 หลายเดือนก่อน

    am i supposed to mesh my geometry while using LBM ?? Kindly reply

  • @empireempire3545
    @empireempire3545 2 ปีที่แล้ว

    What is the exact form of f(x,ei,t) and feq(x,ei,t)?

  • @sedeheless
    @sedeheless 4 หลายเดือนก่อน

    Hi, I try to ask 2 questions here, don't worry if you can't answer it :)
    I'm strugling to code a LBM simulation and I always get some strange ripples (region where f becomes alternatively big and small in the direction of propagation). It seems that the method doesn't like big f gradient : they get bigger and bigger (with any tau value). I suspect that I'm not doing the operations in the right order : I'm doing every node's advection (parallel calculations on GHPU), THEN every collision. I see at 42:03 that it's not the way you recommand it, but I don't really understand your description... This iterative method will change a node after the other. So the one I just change will then be read with it's new value for the next one ? I'm confused. How could this be parallelized ?
    Also, what is the 4th step: "Post-collision rearrangment" ??
    Sorry for my approximative english and of course, thanks for this nice video :D

  • @josephpareti9156
    @josephpareti9156 ปีที่แล้ว +2

    great presentation: it helped me make sense of LBM. My focus is a deep learning model based on LBM (Bedrunka et al) and I would like to recommend the 2