Generalized FVM Formulation | Boundary Conditions | Lecture 8 | Simulating Fluid Flows Using Python

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

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

  • @enriquesahagun1366
    @enriquesahagun1366 7 месяцев назад +1

    Hi Tanmay,
    I'm following your lectures and just wanted to say Thanks!! :)

  • @MichaelJamesActually
    @MichaelJamesActually 6 месяцев назад

    Question - at about 13:20, you introduce that the thermal conductivity at the east face could be different than the thermal conductivity at the west face. wouldn't that indicate that k was a function of x, and would have to be handled in the integral appropriately?

  • @nicoclinco6028
    @nicoclinco6028 3 года назад +2

    Hi, Tanmay, thank you for this video, that's really usefull.
    I have a question about how the boundary conditions are implemented in various CFD commercial software: In particular, i have noted that OpenFoam for example, does not generate nodes on the boundaries, but instead, the boundaries are just different patches.
    So, is true that in most commercial cfd software, there isn't the possibility to generate points on the boundaries?

    • @TanmayAgrawal7
      @TanmayAgrawal7  3 года назад +2

      There are many ways to go about that actually. Many FVM implementations use the grid type 2 that I showed in a previous video. Some solvers might also use an extra layer of ghost cells. Honestly, I haven't looked very closely into it because every package maybe written differently

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

      In openFoam the flux is calculated on the boundaries

  • @hugoneto8583
    @hugoneto8583 25 дней назад

    Amazing! Thanks a lot!

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

    21:34
    The value of hpe for boundary points will be less than interior points (maybe half) right? so value of ae also changes for boundary node. Am i right or am i missing something?

  • @kamalkosta8570
    @kamalkosta8570 11 месяцев назад

    Sir if you correlate CFD theory along with ANSYS Software then we can understand that ohh here we are applying this boundary condition in software
    Thanks Sir

    • @TanmayAgrawal7
      @TanmayAgrawal7  11 месяцев назад

      Good idea. Will try!! Thanks for the suggestion.

    • @pavansinghyadav9975
      @pavansinghyadav9975 7 месяцев назад +1

      Exactly what I wanted to say. This course is helpful also but that would complete the understanding in terms of software based implementation