Can you prepare a video on simulation and comparison of analytical and numerical results
@humbertosilva41402 жыл бұрын
Hi, thanks for sharing the videos. Could you help me? Have you worked with other programming softwares? Which one would you recommend for a beginner who wants to perform fluid dynamics and heat transfer analysis? Python, C++ , matlab
@farukkilic60104 жыл бұрын
thanks brother
@AhmedMostafa-ky4wj3 жыл бұрын
Thank you so much brother for these videos, i have seen them but i still have a problem with solving such equation using matlab, I sent you an email and i hope we get in touch soon :)
@antoine1407 Жыл бұрын
what about an unsteady state problem? cheers!
@MATHSdotPHYSICS2 жыл бұрын
Thanks for your video. It helped me but I have a little confusion. For i=2 , according to the program T(2,1)= T(3,1)+ T(1,1) divide by 2... But where is the value of T(3,1)???
@qiangli1578 Жыл бұрын
The initial value was given in the T=zeros(N,1); except for the T(1,1)=Tb=100.
@studiesplusdotlk9782 жыл бұрын
Thank you
@geancarloenzoramosgomez6318 Жыл бұрын
HI, thank you for the videos. I have one question, Why there are different temperatures plots when you increased the number of iterations?, your example is a steady state condition, so there should be just one temperature vector. I would expect the plots at minute 10 for unsteady state heat transfer.
@SolidworksTutorialsVK Жыл бұрын
Hi, the different temperature plots shows how the temperature progresses within fin with marching of iterations. After N number of iterations there won't be significant change in temperature with respect to next iteration and we can say that steady state is achieved in N iterations.
@SolidworksTutorialsVK Жыл бұрын
So if you are looking only for steady state temperature distribution, you can plot the temperature obtained from Nth iteration.
@nadjetts2 жыл бұрын
PLEASE what did you say at 7:50 ? because what ? i relly hope you reply soon :) thank you
@SolidworksTutorialsVK2 жыл бұрын
Because the fin tip is insulated.
@pausoton Жыл бұрын
What about the material properties?
@shyl4224 Жыл бұрын
Please you attach subtitle.
@muhammedassaf32942 жыл бұрын
Where’s the effect of material constant? Or is it going to react the same on every material!!!!
@graihan573 жыл бұрын
If the initial temperature is not zero ( T=zeros(N,1)) , how can I modify the code??
@SolidworksTutorialsVK3 жыл бұрын
If initial temperature is say 25°C then you can replace T = zeros (N, 1) by T = 25*ones(N, 1).
@mhboarddevaacademy66403 жыл бұрын
Hello can you share code of this
@farukkilic60104 жыл бұрын
We want two-dimensional.
@e-skills21204 жыл бұрын
If you stil have a doubt I can help you out syedfaisal100598@gmail.com
@Perturbator9964 жыл бұрын
@@e-skills2120 Can you help me, sir/madam?
@trikal89494 жыл бұрын
@@Perturbator996 I will try to help u....
@niketanbhalke60004 жыл бұрын
@@e-skills2120 how to write matlab code for composite slab by explicit method