Numerical Solution of 2D Laplace equation using Finite Difference Method (Iterative Technique )

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2020

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

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

    I can't thank You enough, sir! Very understandable. I had problems understanding how to work in MatLab, but I followed your steps and it was getting easier!

  • @bachircherafeddinebenhacin4125
    @bachircherafeddinebenhacin4125 22 วันที่ผ่านมา

    awesome content finally

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

    Excellent Sir:))
    I am really loving your work sir:))
    Thank you

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

    This is relevant. Thanks a lot!

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

    Great video sir! Thank you!

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

    very good video sir i did watch lot of video but did not satisfied but after this becouse the governing position means before programe u did explain very well easilly understand so that not face any problem in ans

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

    Thanks Abolfazl ,
    your video works more than too much for me ,it was great, 🌹🌹🌹hope to see more from you.
    Br,

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

    thank you. It is very useful.

  • @mr.taimoorbinzain4445
    @mr.taimoorbinzain4445 3 ปีที่แล้ว +2

    Doc . good job please dont left please upload a series of videos with help of matlab of finite differece method

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

    Thank you very much sir, great lecture !!!

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

    This is beautiful!could you extend it to 3D wave and structure application and do a tutorial on it?thanks in advance

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

    loved it :) thank you

  • @MasoudDehghan-tz4cj
    @MasoudDehghan-tz4cj 4 หลายเดือนก่อน

    Excellent man.

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

    Think you very much for the very good video.

  • @muhammadsuleman-bf5oh
    @muhammadsuleman-bf5oh 3 ปีที่แล้ว

    Excellent

  • @MohitDadu
    @MohitDadu 10 หลายเดือนก่อน

    Oh Man.... Thank you so much ❤

  • @apuham6268
    @apuham6268 9 หลายเดือนก่อน

    Thank you!!!!

  • @msh6783
    @msh6783 3 ปีที่แล้ว

    thank you❤❤❤

  • @alexmercer7446
    @alexmercer7446 3 หลายเดือนก่อน

    Thanks!!!

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

    Masha Allah nice explanation, Sir please if you could help me with my Semi-implicit Finite Difference code

  • @fp9760
    @fp9760 3 ปีที่แล้ว

    👍👍

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

    How to solve for unsteady state?

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

    Thanks a lot , great video

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

    Thank you so much sir for this great video.
    But can you please help me on how to implement the Neumann boundary conditions on one, two, three or four sides of the Laplace equation using FDM

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

      I received your email. If following explanation is not enough let me know using the email, it is easy, just using the definition of first order derivative. We used it a lot in the videos, If you use it you will see that one node after boundary the value of function at that point is given by the condition that imposed by derivate (an example: df/dx = a --> f(1)- f(0)= a*dx --> f(1)=a*dx + f(0) so the value of function is known in either node number 0 and node number 1 and you should just start calculation from node number 2 )

    • @shivaraghav8184
      @shivaraghav8184 3 ปีที่แล้ว

      @@abolfazlmahmoodpoor_ can you send mail to me about how to apply neumann boundary condition. my email is shivaraghav@200701@gmail.com

  • @ahmedmustafa9299
    @ahmedmustafa9299 3 ปีที่แล้ว

    i tried to write the same code but the error not equal to zero in the final

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

    Hello! I have some questions: 1. How do deal with the corners when setting BC? It seems that the order at which each BC is defined matters.
    2. When calculating the analytical part and plotting it, does it automatically account for BC, or we should also separately define BC and evaluate analytical part only in the middle? Because some solutions only account inside the rectangle in the continuum limit, but I do not know what to do when we are discretising it.

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

      Hello.
      about the Q.1, because number of grid is high there is no difference to chose the value of corner from bottom or left boundary (for lower left corner for example)
      About Q.2 when we solve the analytical problem in final answer we considered boundary conditions, otherwise the number of solution for a partial deferential equation could be infinity without boundary conditions. You can find the analytical solution of Laplace equation in cartesian coordinate in a separate video in the channel.
      Here is the link :
      th-cam.com/video/2aJ3fFwET68/w-d-xo.html

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

      @@abolfazlmahmoodpoor_ Thank you for the answers! Although, I understand about corners when dx and dy are small. My question was rather how to deal with them when the grid size is not so fine, sorry I did not precise this before.

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

      If you have a large grid you will have large error in numerical solution, simply you can check it in the code, just decrease number of grids. So you have to have small grid, and in small grid no matter from which boundary you chose the corner value!

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

      @@abolfazlmahmoodpoor_ ok, I see. Thank you!

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

    Thanks for this concise and effective 2D solution at t=0.
    Do you have another video showing the wave behaviour when u(t) in time?

  • @nitishgupta7460
    @nitishgupta7460 3 ปีที่แล้ว +4

    Respected Sir,
    I am doing same code in my system but I am getting some errors like " Error using max
    Trailing string input must be 'omitnam' or 'includenan'
    Please solve my this problems.
    Thanks in advance.

    • @abolfazlmahmoodpoor_
      @abolfazlmahmoodpoor_  3 ปีที่แล้ว

      Dear Nitish, Sorry for such a late reply, If you didn't solve the problem yet you can send it to me, I will check. abolfazlmahmoodpoor@gmail.com

  • @uroojfatima1099
    @uroojfatima1099 8 หลายเดือนก่อน

    hello . sir i wite same to same in matlab14 but this code is not working

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

    sir can u solve a governing equation of transient heat conduction with heat generation and convection for 2D using finite difference method? with matlab code

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

    ERROR IMPLEMENTING MAXU. PLEASE SIR WHAT SHOULD BE THE WAY OUT

  • @sumantaroy9379
    @sumantaroy9379 3 ปีที่แล้ว

    Sir, thank you so much

    • @abolfazlmahmoodpoor_
      @abolfazlmahmoodpoor_  3 ปีที่แล้ว

      glad it helped

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

      @@abolfazlmahmoodpoor_ Sir, is there any way to import an excel spreadsheet into MATLAB and store it into any matrix ?

    • @abolfazlmahmoodpoor_
      @abolfazlmahmoodpoor_  3 ปีที่แล้ว

      [num,txt,raw] = xlsread('myfile') ;
      num gives only numbers.
      txt gives only text data.
      raw gives the complete file.

  • @user-pw4yq7hx4n
    @user-pw4yq7hx4n 3 ปีที่แล้ว +1

    We want finite difference for Fokker-Planck Equation

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

    #pimathlab

  • @deltechdiaries5907
    @deltechdiaries5907 3 ปีที่แล้ว

    plz give the code sir

    • @abolfazlmahmoodpoor_
      @abolfazlmahmoodpoor_  3 ปีที่แล้ว +3

      Please follow the video and try to repeat the same code, I think everything is clear in video.

    • @deltechdiaries5907
      @deltechdiaries5907 3 ปีที่แล้ว

      @@abolfazlmahmoodpoor_ okay thanks sir

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

      During writing the code if you have some problem feel free to ask

    • @deltechdiaries5907
      @deltechdiaries5907 3 ปีที่แล้ว

      @@abolfazlmahmoodpoor_ sure sir , thanks for the help