Numerical Solution of 1D Heat Equation Using Finite Difference Technique

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

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

  • @shaami-1234
    @shaami-1234 6 หลายเดือนก่อน

    I''m really thankful for all of your videos. very nicely explained everything. please upload more videos

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

    Thanks sir, got same question today in assignment :)

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

    Nice work. But I am confused as I think the x and y axis should be swaped with each other and it would also make more sense

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

    Welcome back bro

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

    Excellent 👍👍

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

    Can you say something about Allen Cheng scheme? And about flux boundary conditions, when derivatives is used?

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

    Hello sir i want to descritize équation of mass transfert called solution-diffusion with finite différence method
    J=- A∆C this for soluté transport
    J=-B(∆p-∆π) this for solvent transport( water)

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

    Very interesting

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

    thank you so much

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

    Thank you so much for the video. If possible, could you explain why when s

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

      Yes, there is a mathematical proof that why s should be less than half, but it is hard to explain in comment, maybe I can explain in the beginning of next video

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

      @@abolfazlmahmoodpoor_ That would be great! I really want to know the idea behind it. Thank you so much for the response. Your videos are amazing! They saved my days!

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

      @@wcaleb5891 check this out please t.me/Abolfazl_Mahmoodooor

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

    sir, how to solve 1d transient heat conduction problem having non-dimenssionlized GE. ?

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

    Thank you, kindly do thet of 3d.

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

    Hello teacher! Let's say I had the initial condition UN(x,0)=25°C with boundary conditions non-homogeneous: UN(L,t)=500°C and UN(0,t)=100°C. How would I define this in the program? If I do:
    UN=zeros(nx,nt);
    UN(:,1)=25;
    UN(1,:)=100;
    UN(end,:)=500;
    Would it be correct? I need this for a university program

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

      I think yes, these definitions for BCs and IC are true

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

      @@abolfazlmahmoodpoor_
      tic
      clc
      clear all
      nx=100; #pontos na malha de espaço
      nt=500; #pontos na malha de tempo
      alfa=17.094*10^-6;
      L=0.5; #final da barra
      tf=50; #tempo final
      t0=0; #tempo incial
      L0=0; #inicio da barra

      dx=(L-L0)/(nx-1);
      dt=(tf-t0)/(nt-1);
      #FO

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

    سلام عالیه

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

    Hi ,,
    How to solve the same equation if there's a term infront of Uxx( right hand sight of the equation) like = C^a ?

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

      If C^a is known just insert the value of C^a at each point of mesh grid to calculations.

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

      @@abolfazlmahmoodpoor_ does C^a make the equation nonlinear?

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

      @@toufeeqsiddique7520 If C^a is linear no, if it is so, yes. Moreover, try to make your PDE in dimensionless form to avoid numerical instability.

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

      @@abolfazlmahmoodpoor_ so the basis to solve this equation in finite difference method for both linear and nonlinear is same?

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

      @@toufeeqsiddique7520 It's possible to solve with other method like finite element method, but in any nonlinear case you should linearize the equation some how.

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

    Can you explain for Roshental's equation in matlab sir? thanks

  • @gaurav-ps3kc
    @gaurav-ps3kc 2 ปีที่แล้ว

    can u solve this equation using implicit method and crank nicolson method

  • @WaqarAli-ir9fc
    @WaqarAli-ir9fc 2 ปีที่แล้ว

    Respect sir were you not used boundary conditions in the numerical solution?

  • @praveenkumar-tu1sj
    @praveenkumar-tu1sj 3 ปีที่แล้ว +1

    Sir it is one dimensional heat equations

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

      In one sense it is one dimensional in space, you are absolutely right, if we consider time as another dimension, it is two dimensional, just two variables, one space another time

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

    How would we solve the same problem using backward difference instead ?

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

      You need to solve a system of algebric equations, usually through the Gauss-Seidel Method.

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

    Hi, I have a question is the crank nicolson scheme has the same step?

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

      Actually, I am trying to solve heat equation by using Crank nicolson method and I need your support
      Best Regards

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

      In crank- nicolson scheme qurant number (s factor in video) could be one and the code will be stable.

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

    what to do if we want to do for 2d unsteady?

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

      with x , y,and t

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

      Shiva, It is too complicated to explain in a comment :D, try to simplify problem for yourself. It depends on boundary and initial conditions. You can solve it even analytically. I will try to make a video about it

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

      @@abolfazlmahmoodpoor_ thanks

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

    Welcom
    Need Fokker Planck equation solution finite difference and how to find errors geometrical and graphical

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

      In order to find error you need to have analytical solution, if you don't have it, you should know every thing about parameters and conditions that reduce calculation's error. Honestly I didn't saw this equation. But in future I will try to provide a video on this topic.