**This project is a part of an Assignment submitted at Flowthermolab.**
1. Problem Statement:
Solve 1D unsteady state heat conduction for a rod of 1m length, and 300oC base temperature, Temperature at tip, Ttip = 50-degree Celcius and at t=0 sec, Initial Temperature (Tinit) is 30oC
Study the Effect of Grid Size (delx) and Time Step Size (delt)
Unique Work:
Prepared Algorithm, Coded in MATLAB and Verification from the Analytical Calculations.
Tabel 1: Methodology Adopted
For Changes in Number of Grids and keeping timestep constant to 1e-3 running for 0.4sec.
Transition of number of grids at 10, 20, 25, and 30. Graphs were used to represent the data. It can be seen clearly that faster convergence was achieved at 25 number of grids where at 30 number of grid unstable data was recorded.
Thus, on increasing number of grids faster stability is achieved until a threshold point after which increasing the number of grids will make the system solution unstable.
(Similar Observation when number of grids are kept constant)
Thus, optimal values for both timestep and number of grids were taken to solve the system faster and maintain the stable solution.
- Number of Nodes = 15
- Timestep = 3e-3








