Question 7.11: Temperature Dynamics of a Heated Object Consider the heat tr...

Temperature Dynamics of a Heated Object

Consider the heat transfer system in Example 7.7, in which a steel sphere is submerged in hot water and the temperature of the sphere is assumed to be uniform. Build a Simscape model of the physical system and find the sphere’s temperature output T(t). Compare the result with that obtained in Example 7.7.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

The Simscape block diagram corresponding to the physical system is shown in Figure 7.41. The temperature of the hot water is known as 100^{\circ} \mathrm{C} or 373 \mathrm{~K}. The Ideal Temperature Source block in the library of Simscape/Foundation Library/Thermal/Thermal Sources is used to represent the temperature input. A Simulink-PS Converter block converts the constant value of 373 \mathrm{~K} into a physical signal. Double-click on the block and define the Input signal unit as K.

Because the temperature of the sphere is assumed to be uniform, only the convective heat transfer between the water and the sphere is considered in modeling. The corresponding block can be found in the library of Simscape/Foundation Library/Thermal/Thermal Elements. Double-click on the block and define Area as 0.0013 \mathrm{~m}^{2}, and Heat transfer coefficient as 350 \mathrm{~W} /\left(\mathrm{m}^{2} \cdot \mathrm{K}\right). The block Thermal Mass in the same library is used to represent the steel sphere. The associated parameters are Mass, Specific heat, and Initial temperature, and their values are 0.0329 \mathrm{~kg}, 440 \mathrm{~J} /(\mathrm{kg} \cdot \mathrm{K}), and 25^{\circ} \mathrm{C} or 298 \mathrm{~K}. All parameter values can be determined using the information given in Example 7.7.

To measure the sphere’s temperature, drag the Ideal Temperature Sensor block in the library of Simscape/Foundation Library/Thermal/Thermal Sensors. The PSSimulink Converter block converts the physical signal to a Simulink signal. Double-click on the block and define the Output signal unit as \mathrm{K}. Because the simulation result in Example 7.7 is given in units of { }^{\circ} \mathrm{C}, we can also define the unit as \mathrm{C} and check the box of Apply affine conversion.

Run the simulation and the same curve as shown in Figure 7.29 can be obtained, which is the resulting temperature output T(t) of the heated sphere.

7.41
7.29

Related Answered Questions