Crank Nicolson method with convective and insulated boundary conditions
    2 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi!
For one dimensional heat diffusion with Crank Nicolson method, I had trouble writing a code for convective boundary condition at x=L and insulated boundary condition at x=0.
I would really appreciate it if you can help me with these 2 boundary condition codes.
Thank you in advance!
回答 (1 件)
  Alok Kumar
 2022 年 4 月 20 日
        leaving -u(n+1,k); shift all other variables to the right hand side of the equals sign
-u(n+1,k)= -u(n,k) -w.*u(n,k)+w.*q;
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Dynamic System Models についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



