MATLAB Tutorial | 2D Transient Conduction - Finite Volume Explicit Method

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 26

  • @easyhack5859
    @easyhack5859 10 місяців тому

    Dear sir wonderful

  • @user-tb1bh1rl2b
    @user-tb1bh1rl2b 2 роки тому +1

    I am very impressed with your explanation. It is really helpful for all the students. I have one question. How to write a code to draw the graph for the changes in the temperature of the specific node depending on the time variation? For example, a graph of nodes T(15,32) whose x-axis is the time and y-axis is the temperature.

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

      Thank you for your kind words. You have to form an array for T(15,32) inside loop of k=1:timesteps to store value of the specific node for each iteration.
      Then at the end use plot command.
      for (k=1:timesteps)
      Tn(k)= T(15,32);
      end
      plot(dt:dt:time,Tn)

    • @user-tb1bh1rl2b
      @user-tb1bh1rl2b 2 роки тому

      @@shehzaibykI really appreciate your kind answer!!! As your fan, I look forward to uploading your class next time. Thank you.

  • @omarlakdar2137
    @omarlakdar2137 3 місяці тому

    Dear sir, i appriciate a lot your videos⚘.thanks you so much.
    I have a question please, can i calculate the flux after running my code?

    • @shehzaibyk
      @shehzaibyk  3 місяці тому

      Yes you can calculate from the temperature values.

    • @omarlakdar2137
      @omarlakdar2137 3 місяці тому

      @@shehzaibyk if i have Tdown=18 Tup=20
      Tleft=30 Tright =50
      For the matlab code when i put the initiale conditio.
      What should i put for Tinitial

  • @RehanKhan-bs3ge
    @RehanKhan-bs3ge 2 роки тому +1

    Thanks

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

      Welcome

    • @brahimaddou1219
      @brahimaddou1219 Рік тому

      @@shehzaibyk I am very impressed with your explanation. I have a question are these equation also applied to materials with default and thank you in advance sir.

    • @shehzaibyk
      @shehzaibyk  Рік тому +1

      @@brahimaddou1219 Yes but material properties are defined accordingly.

  • @ydasd5796
    @ydasd5796 Рік тому

    Sir, I feel a little bit confused for the boundary condition in FVM in the video 9:44, I have been reading the book 《Numerical Methods for PDE_ FDM and FVM》, the boudary condtion derived from the Taylor's series is not dx/2, the author write that this assumption make the accuracy of boundary condtion different from the central volume.

    • @shehzaibyk
      @shehzaibyk  Рік тому

      For different cell sizes the value of delta_x varies. I have formulated my problem where I substituted delta_x keeping it related to the grid size. I didn't change anything in the discretized equation.

  • @heattransfer8003
    @heattransfer8003 8 місяців тому

    Hello do you have any video for the same concept with implicit method or what can be done to implement implicit method ?

    • @shehzaibyk
      @shehzaibyk  8 місяців тому

      Yes there is, check my other videos.
      FVM Implicit: ua-cam.com/video/bTmj1oxIBWs/v-deo.html

  • @heattransfer8003
    @heattransfer8003 8 місяців тому

    Hello, can I send a explicit formulation that I did for a node that includes both convection and insulation boundary condition? Im not sure if it is true.
    Thanks

    • @shehzaibyk
      @shehzaibyk  8 місяців тому

      Sure send it to shehzaibyousufkhan@gmail.com

  • @saadidrees7771
    @saadidrees7771 11 місяців тому

    Shouldn't there be only three fluxes for boundary walls 10:06..forexample for left wall there will be no flux coming from left.
    In code while referring to left bottom corner you used
    if (i==1) && (j==1) shouldn't it be (i==Ny) && (j==1)

    • @shehzaibyk
      @shehzaibyk  8 місяців тому

      i==1 means left
      j==1 means bottom
      i==Nx means right
      j==Ny means top

  • @Sanjeevkumar-gf2tu
    @Sanjeevkumar-gf2tu Рік тому

    Dear Sir,
    Your Matlab Code is really helpful ,but i have one project where i have to solve same type of FVM problem in System of 1st Order ODE rather than Algebraic Eqns .
    Could you kindly help how to do matlab code for ODEs ?

    • @shehzaibyk
      @shehzaibyk  Рік тому

      Kindly share your problem of the 1st order ODE at shehzaibyousufkhan@gmail.com

  • @zainabaleem5311
    @zainabaleem5311 9 місяців тому

    Kindly shehzaib reply me I asking about 2D fvm .. many apki coding likhi ha lkinn wo run nii ho reh error arah ha invalid statement ka ap reply kr dain kindly

    • @shehzaibyk
      @shehzaibyk  9 місяців тому

      Check karen statement konse line me error aa raha hai shayad kuch missing ho

  • @user-el9mv9wp1q
    @user-el9mv9wp1q 5 місяців тому

    Dear Sir, please can you also give a Code for 2-D water hammer flow

    • @shehzaibyk
      @shehzaibyk  3 місяці тому

      Please provide the problem description to my email address.

    • @user-el9mv9wp1q
      @user-el9mv9wp1q 3 місяці тому

      @@shehzaibyk Please Sir, i cant retrieve your email address. can you provide it to me here please