Analyze heat transfer in a cylinder.
Create an femodel object for solving a transient thermal problem, and assign a geometry representing a cylinder to the model.
Plot the geometry.
Assuming that the heat sink is made of copper, specify the thermal conductivity, mass density, and specific heat.
Specify the Stefan-Boltzmann constant.
Apply the temperature boundary condition on the bottom surface of the cylinder.
Specify the convection and radiation parameters on the top and side surfaces of the cylinder.
Set the initial temperature to the ambient temperature.
Generate a mesh.
Solve the transient thermal problem at 0, 0.1, and 0.2 seconds.
Plot the temperature distribution for each time step. Access the results for each step by using the filterByIndex function.
Now, use the transient thermal results obtained for the second time step as the initial temperature of the cylinder.
Solve the transient thermal problem for the 10 time steps between 0.1 and 0.11 second.