Analytical solution of 2D Laplace equation

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

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

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

    more than prefect Dr. Abofazl

  • @manuelvazquez2667
    @manuelvazquez2667 Год назад

    Thank so much for your excellent explanations.

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

    Beautiful lecture

  • @h.e.a311
    @h.e.a311 Год назад +1

    thank you excellent

  • @BassamAhmad-sh9rv
    @BassamAhmad-sh9rv Год назад

    Wow

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

    Fantastic explaination:) If the right hand side of laplacian exists will it be more difficult to solve ?
    Any inputs on solving this though FDM with right hand side existing with large sparse matrices as outcome ?

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

      In the case of existing right hand side it will be the Poisson's equation, I recommend you to watch this video
      ruclips.net/video/1arN0uizaXc/видео.html
      Although it is a solution of Laplace equation, but in theory part of video right hand side is not zero. Moreover in solving of Poisson's equation be carful that right hand side should be a linear function of variable or a constant function, In the case of nonlinear PDE you need to linearize it.
      good luck

  • @fp9760
    @fp9760 4 года назад

    Nice👍

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

    Assalamu alaykum. Thank you for fantastic explanations. Can you make a video about solution of Unsteady Navier Stokes Equations and Turbulence Model Using MATLAB?

  • @Larayu-k9i
    @Larayu-k9i 3 года назад +1

    Perfect

  • @masumehmohsenzadeh6588
    @masumehmohsenzadeh6588 4 года назад

    👍👍

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

    could you please explain it using python numpy and matplotlib

  • @djennahkarim8125
    @djennahkarim8125 Год назад

    Please explain to me where is the error
    a=3*pi; b=pi; nx=100;ny=50;dx=a/nx;dy=b/ny;x=0:dx:a; y=0:dy:b;
    [X,Y]= meshgrid(x,y);
    u=sin(X)./sin(a).*sinh(Y)./sin(b);
    maxu = max(u,[],'all'); nu=u/maxu; surf(nu);
    colormap(jet(256));shading interp ;
    Error using max
    Trailing string input must be 'omitnan' or 'includenan'.
    Error in Laplace (line 7)
    maxu = max(U,[],'all');

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

    the applied boundary conditions are Drichlet's conditions?

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

      Yes

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

      @@abolfazlmahmoodpoor_ thank u sir

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

      @@abolfazlmahmoodpoor_ and what about Neumann condition/ , and can u do a video on transient state?

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

      @@shivaraghav8184 Dirichlet's boundary condition is enough for this PDE and I am not sure what is transient form for Laplace equation.

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

      @@abolfazlmahmoodpoor_ no not the transient form of laplace, iam talking about the transient form of 2d heat equation