Conduction Visualization Python Script Lecture 7 Simulating Fluid Flows Using Python

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

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

  • @MahnoorZeb-ki7zf
    @MahnoorZeb-ki7zf 8 месяцев назад

    really appreciate it your lectures sir you explain everything in very simple way now i am able to understand how to write the code thank you so much sir a lots of love from Pakistan

  • @ShahidKhan-qe2fe
    @ShahidKhan-qe2fe 3 года назад +2

    shouldn't for loop be from 1 to N-2. we already assigned fixed value of 1 at N-1 point.

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

      Great question! I also had the same question in mind. the reason for that can be simply explained with an example: in range(1,4) include integers 1,2,3 and not 4. Similarly N-1 is not included in the in range command.

  • @sanjur6741
    @sanjur6741 3 года назад +1

    are we summing up the error in each node in each iteration?

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

      Correct. We are trying to get the summed up absolute error below the error tolerance.

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

    It would be great if u explain the lid driven cavity flow by FVM projection method in python in one of your tutorials . Much needed .

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

      Thanks for your suggestion. Will try to include in one of the future videos!!

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

    Hello sir,
    Is it necessary to write all the things coming inside the while loop RHS of the while word ? As, in my case it indicates some kind of error when I was writing under while script LHS to the word while.
    Thanks.

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

    Can you please make a course on turbulence modelling?

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

      It’s something I have in mind for future content!

  • @Blazikan78
    @Blazikan78 5 месяцев назад

    wouldnt loop be starting from 1 to n-2 ??
    in last video we discussed this since conduction is central scheme too we cannot calculate the two ends and hence we need to leave those index.

    • @Blazikan78
      @Blazikan78 5 месяцев назад

      Oh never mind, the ending index is exclusive lol... silly!

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

    thank you ... please turn on the subtitles.

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

    Wonderful lectures

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

    great