Simulating a double pipe heat exchanger dynamically in Python (Part 2: Simulation in Python)

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this video lecture, we dynamically simulate heat transfer in a doulbe pipe (a.k.a. concentric tube) heat exchanger. The simulation shows both temporal and spatial fluctuations in temperature in both fluids. See how these equations are derived here ( • Simulating a double pi... ).

КОМЕНТАРІ • 28

  • @AdityaPillai009
    @AdityaPillai009 4 роки тому +1

    Very well explained and simulated. Thank you for sharing this.

  • @Anu9206
    @Anu9206 2 роки тому +1

    That was so easy to understand, Thanks for sharing this. Can you please hare the equations for the double pipe counter flow heat exchangers.....Thanks in advance.

  • @coleeto2
    @coleeto2 3 роки тому

    Very well expalined, thank you very much!!

  • @ragder13
    @ragder13 3 роки тому

    great video, but plt.clf() is not working properly when using code in a different IDE other than Spyder

  • @catherineblack2692
    @catherineblack2692 2 роки тому

    do you have a similar video for steady state ?

  • @afrazmehmood7460
    @afrazmehmood7460 4 роки тому

    Excellent effort

  • @MikeKay1978
    @MikeKay1978 4 роки тому

    What about is the liquids have different fluid velocity?

  • @decarbonization
    @decarbonization 2 роки тому

    raws 52 and 53: I believe instead of r1 there should be r2

  • @leoduchateau372
    @leoduchateau372 4 роки тому

    Could you please explain me the difference in meaning between T1i (or T2i) and T[0]? I really don't get it.

    • @AdityaPillai009
      @AdityaPillai009 4 роки тому +1

      If you're still wondering, T1i would be the temperature of fluid 1 just before it enters the pipe of the heat exchanger, whereas T1[0] would be the first node inside the pipe we are simulating that has to receive the flow at T1i. Atleast, thats how I understood it. Hope this helps.

  • @berilobr
    @berilobr 5 років тому

    hey, sorry to bother! Do you have that simulation but for
    countercurrent? Thanks!

    • @kodymerlin1
      @kodymerlin1  5 років тому

      I don't have a video of it, but can send you code if you provide an email address. I used the countercurrent as a class assignment, so don't want to give away the solution publicly.

    • @berilobr
      @berilobr 5 років тому

      @@kodymerlin1 Thank you very much!! If it's not a problem for you, my e-mail is berilo.santos@engenharia.ufjf.br

    • @saiswaroopsurisettyjyothsn7774
      @saiswaroopsurisettyjyothsn7774 4 роки тому

      @@kodymerlin1 Hello, i have a problem during executing the code :
      dTdt[1:n]=(m*Cp*(T[0:n-1])-T[1:n])+qflux*2*pi*r*dx)/(rho*Cp*dx*pi*r**2); (parse or syntex error) could you please help me out actually im doing for an insulated pipe

    • @filipdries234
      @filipdries234 4 роки тому

      @@kodymerlin1 Would it also be possible to forward the simulation for the countercurrent to me please? My e-mail is Filip.dries@student.uantwerpen.be. Thank you very much!

    • @AdityaPillai009
      @AdityaPillai009 4 роки тому

      @@kodymerlin1 Hello! Could you also kindly share it to adityapillai009@gmail.com? Thanks!