Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:grundlagenhandbuch:strangabkuehlung [2026/01/28 11:10] – deppe2 | en:grundlagenhandbuch:strangabkuehlung [2026/08/17 11:01] (aktuell) – [Determination of the temperature field] paal | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Strand Cooling ====== | ====== Strand Cooling ====== | ||
| - | ===== Introduction | + | From SIGMA version 11.1 onwards, it is now possible for the first time to model water-bath |
| - | From SIGMA version 11.1, it is possible to model a strand cooling. | + | The temperature distribution |
| - | The temperature distribution | + | The geometry in question |
| + | |||
| + | The following section explains the application of the finite difference method to the problem of strand cooling; to this end, the modelling and discretisation of the problem are first presented. Subsequently, | ||
| ===== Discretization ===== | ===== Discretization ===== | ||
| The molten strand is led out of the screw tip into the process water and in doing so it is cooled convectively (see Figure 1). Within the water, there is always the same defined strand length. | The molten strand is led out of the screw tip into the process water and in doing so it is cooled convectively (see Figure 1). Within the water, there is always the same defined strand length. | ||
| + | |||
| + | {{ : | ||
| **Figure 1:** Exemplary strand cooling with additional strand extraction and granulation | **Figure 1:** Exemplary strand cooling with additional strand extraction and granulation | ||
| In order to determine the temperature distribution over the strand length and the strand cross-section, | In order to determine the temperature distribution over the strand length and the strand cross-section, | ||
| + | |||
| + | {{ : | ||
| **Figure 2:** Discretization strand | **Figure 2:** Discretization strand | ||
| Zeile 21: | Zeile 27: | ||
| The index i stands for any position x, at which the strand has already been in contact with the water for a specific time t. The length of the individual subintervals in the length direction can be determined with: | The index i stands for any position x, at which the strand has already been in contact with the water for a specific time t. The length of the individual subintervals in the length direction can be determined with: | ||
| - | $$\Delta x = \frac{L}{M} \tag{Equation | + | $$\Delta x = \frac{L}{M} \tag{1}$$ |
| Further, the cross section in radial direction is divides into N segments with the index j. The subintervals with the radius of the strand R results to: | Further, the cross section in radial direction is divides into N segments with the index j. The subintervals with the radius of the strand R results to: | ||
| - | $$\Delta r = \frac{R}{N} \tag{Equation | + | $$\Delta r = \frac{R}{N} \tag{2}$$ |
| Therefore, the relevant temperatures have two indices ($T_{i,j}$) and are located in the middle of the defined intervals, see Figure 2. | Therefore, the relevant temperatures have two indices ($T_{i,j}$) and are located in the middle of the defined intervals, see Figure 2. | ||
| Zeile 31: | Zeile 37: | ||
| ===== Determination of the temperature field ===== | ===== Determination of the temperature field ===== | ||
| - | To determine the time-related temperature fields within a solid, the Fourier differential equation is considered (here in cylinder coordinates): | + | To determine the time-related temperature fields within a solid, the Fourier differential equation is considered (here in cylinder coordinates) |
| - | $$\rho c_p \frac{\partial T}{\partial t} = -\lambda \left[\frac{\partial^2 T}{\partial r^2} + \frac{1}{r} \frac{\partial T}{\partial r} + \frac{1}{r^2} \frac{\partial T}{\partial \varphi^2} + \frac{\partial^2 T}{\partial z^2}\right] \pm \dot{q}_s \tag{Equation | + | $$\rho c_p \frac{\partial T}{\partial t} = -\lambda \left[\frac{\partial^2 T}{\partial r^2} + \frac{1}{r} \frac{\partial T}{\partial r} + \frac{1}{r^2} \frac{\partial T}{\partial \varphi^2} + \frac{\partial^2 T}{\partial z^2}\right] \pm \dot{q}_s \tag{3}$$ |
| For the current problem (viz. no external heat source, no angular temperature gradient), the differential equation is simplified as follows: | For the current problem (viz. no external heat source, no angular temperature gradient), the differential equation is simplified as follows: | ||
| - | $$\frac{\partial T}{\partial t} = \frac{\lambda}{\rho \cdot c_p} \cdot \left[\frac{\partial^2 T}{\partial r^2} + \frac{1}{r} \frac{\partial T}{\partial r}\right] \tag{Equation | + | $$\frac{\partial T}{\partial t} = \frac{\lambda}{\rho \cdot c_p} \cdot \left[\frac{\partial^2 T}{\partial r^2} + \frac{1}{r} \frac{\partial T}{\partial r}\right] \tag{4}$$ |
| The finite difference method provides an approximate solution, whereby the introduced error can be minimized by increasing the degree of discretization. However, this also increases the calculation effort. To approximate the partial derivatives, | The finite difference method provides an approximate solution, whereby the introduced error can be minimized by increasing the degree of discretization. However, this also increases the calculation effort. To approximate the partial derivatives, | ||
| - | A Taylor series expansion is carried out to approximate the partial derivatives: | + | A Taylor series expansion is carried out to approximate the partial derivatives: |
| - | $$T_{t+\Delta t,r} = T_{t,r} + \frac{\partial T}{\partial t} \Delta t + \cdots \tag{Equation | + | $$T_{t+\Delta t,r} = T_{t,r} + \frac{\partial T}{\partial t} \Delta t + \cdots \tag{5}$$ |
| The Taylor series development is broken off after the first member, resulting in | The Taylor series development is broken off after the first member, resulting in | ||
| - | $$\frac{\partial T}{\partial t} = \frac{T_{t+\Delta t,r} - T_{t,r}}{\Delta t} = \frac{T_{i+1, | + | $$\frac{\partial T}{\partial t} = \frac{T_{t+\Delta t,r} - T_{t, |
| The first of the three partial derivatives is approximated with | The first of the three partial derivatives is approximated with | ||
| - | $$\frac{\partial T}{\partial t} = \frac{T_{i+1, | + | $$\frac{\partial T}{\partial |
| - | A Taylor series development of the temperature in the radial direction with truncation after the second element results in the following: [BK97] | + | A Taylor series development of the temperature in the radial direction with truncation after the second element results in the following |
| - | $$T_{i,j+1} = T_{i,j} + \frac{\partial T}{\partial r} \Delta r + \frac{1}{2} \frac{\partial^2 T}{\partial r^2} \Delta r^2 + \cdots \tag{Equation | + | $$T_{i,j+1} = T_{i,j} + \frac{\partial T}{\partial r} \Delta r + \frac{1}{2} \frac{\partial^2 T}{\partial r^2} \Delta r^2 + \cdots \tag{8}$$ |
| - | $$T_{i,j-1} = T_{i,j} - \frac{\partial T}{\partial r} \Delta r + \frac{1}{2} \frac{\partial^2 T}{\partial r^2} \Delta r^2 + \cdots \tag{Equation | + | $$T_{i,j-1} = T_{i,j} - \frac{\partial T}{\partial r} \Delta r + \frac{1}{2} \frac{\partial^2 T}{\partial r^2} \Delta r^2 + \cdots \tag{9}$$ |
| These two equations are added together: | These two equations are added together: | ||
| - | $$\frac{\partial^2 T}{\partial r^2} = \frac{T_{i, | + | $$\frac{\partial^2 T}{\partial r^2} = \frac{T_{i, |
| - | $$\frac{\partial T}{\partial r} = \frac{T_{i, | + | Substituting equation 10 into equation 8 or equation 9 yields: |
| + | |||
| + | $$\frac{\partial T}{\partial r} = \frac{T_{i, | ||
| This determines all partial derivatives approximately. Inserting them into equation 4 gives the following result: | This determines all partial derivatives approximately. Inserting them into equation 4 gives the following result: | ||
| - | $$\frac{T_{i+1, | + | $$\frac{T_{i+1, |
| After a few simplifications, | After a few simplifications, | ||
| - | $$T_{i+1,j} = T_{i,j} + \frac{\Delta t \cdot a}{R^2} \left[(T_{i, | + | $$T_{i+1,j} = T_{i,j} + \frac{\Delta t \cdot a}{R^2} \left[(T_{i, |
| In addition, the time difference Δt can be described by the ratio of the length to the pull-off speed: | In addition, the time difference Δt can be described by the ratio of the length to the pull-off speed: | ||
| - | $$T_{i+1,j} = T_{i,j} + \frac{\Delta x \cdot a}{v_{ab} \cdot R^2} \left[(T_{i, | + | $$T_{i+1,j} = T_{i,j} + \frac{\Delta x \cdot a}{v_{ab} \cdot R^2} \left[(T_{i, |
| - | $$T_{i+1,j} = T_{i,j} + \frac{\Delta x \cdot a \cdot N^2}{v_{ab} \cdot R^2} \left[(T_{i, | + | $$T_{i+1,j} = T_{i,j} + \frac{\Delta x \cdot a \cdot N^2}{v_{ab} \cdot R^2} \left[(T_{i, |
| For each shell j, the material-specific properties are determined in each time step i depending on the temperature. | For each shell j, the material-specific properties are determined in each time step i depending on the temperature. | ||
| Zeile 87: | Zeile 95: | ||
| It is assumed, that the initial strand temperature is constantly distributed over the cross section and corresponds to the temperature at the screw tip. | It is assumed, that the initial strand temperature is constantly distributed over the cross section and corresponds to the temperature at the screw tip. | ||
| - | $$T_{0,j} = T_M \text{ | + | $$T_{0,j} = T_M \text{ |
| ==== Boundary condition inside the strand ==== | ==== Boundary condition inside the strand ==== | ||
| Zeile 93: | Zeile 101: | ||
| For all radial segments with index j=1, it is assumed that the two predecessor temperatures $T_{i,j}$ und $T_{i,j-1}$ are the same. The Taylor series development is broken off after the first member, resulting in equation 6: | For all radial segments with index j=1, it is assumed that the two predecessor temperatures $T_{i,j}$ und $T_{i,j-1}$ are the same. The Taylor series development is broken off after the first member, resulting in equation 6: | ||
| - | $$T_{i+1,1} = T_{i,1} + \frac{\Delta x \cdot a}{v_{ab} \cdot R^2} \cdot (T_{i,2} - T_{i,1}) \cdot \frac{3}{2} \cdot N^2 \tag{Equation | + | $$T_{i+1,1} = T_{i,1} + \frac{\Delta x \cdot a}{v_{ab} \cdot R^2} \cdot (T_{i,2} - T_{i,1}) \cdot \frac{3}{2} \cdot N^2 \tag{16}$$ |
| ==== Boundary condition at strand surface ==== | ==== Boundary condition at strand surface ==== | ||
| Zeile 101: | Zeile 109: | ||
| The calculated temperatures are always at the core of the segments, see figure 2. This means für j=N, that the last segment is not the surface temperature. The surface is displaced by the length Δr/2. | The calculated temperatures are always at the core of the segments, see figure 2. This means für j=N, that the last segment is not the surface temperature. The surface is displaced by the length Δr/2. | ||
| - | To determine the temperature in the auxiliary layer, a boundary condition of the third kind (or Newton boundary condition) is considered, which is used for the convective heat transfer. The respective auxiliary temperature can be determined graphically, | + | To determine the temperature in the auxiliary layer, a boundary condition of the third kind (or Newton boundary condition) is considered, which is used for the convective heat transfer. The respective auxiliary temperature can be determined graphically, |
| - | $$T_{i, | + | $$T_{i, |
| - | For the calculation of the heat transfer coefficient and the therefor required Nusselt number, the case of a moving cylinder in a resting fluid with the assumption Pr = 10 is used [VDI06]. | + | The distance is calculated from the equilibrium between the heat flow emitted to the environment and the heat flow supplied by the strand via heat conduction, compare [[en: |
| + | |||
| + | {{ : | ||
| **Figure 3:** Exemplary temperature curves at I and i+1 | **Figure 3:** Exemplary temperature curves at I and i+1 | ||
| Zeile 111: | Zeile 121: | ||
| ===== Convergence criterion ===== | ===== Convergence criterion ===== | ||
| - | Based on the Binder-Schmidt method (see [BK97]), the following boundary is defined for the factor (Fourier number) from equation 18: | + | Based on the Binder-Schmidt method (see [[en: |
| - | $$\frac{\Delta t \cdot a}{\Delta r^2} \leq \frac{1}{2} \tag{Equation | + | $$\frac{\Delta t \cdot a}{\Delta r^2} \leq \frac{1}{2} \tag{18}$$ |
| The following minimum value is specified for the axial number of segments: | The following minimum value is specified for the axial number of segments: | ||
| - | $$M_{min} = N^2 \cdot 2 \cdot \frac{\lambda}{\rho \cdot c_p} \cdot \frac{L}{v_{ab} \cdot R^2} \tag{Equation 19}$$ | + | $$N_{min} = \frac{\alpha \cdot R}{2\lambda} \tag{19}$$ |
| + | |||
| + | $$M_{min} = N^2 \cdot 2 \cdot \frac{\lambda}{\rho \cdot c_p} \cdot \frac{L}{v_{ab} \cdot R^2} \tag{20}$$ | ||
| ===== Calculation of the output ===== | ===== Calculation of the output ===== | ||
| Zeile 125: | Zeile 137: | ||
| Core temperature: | Core temperature: | ||
| - | $$T_{i, | + | $$T_{i, |
| Surface temperature: | Surface temperature: | ||
| - | $$T_{i,OF} = \frac{(T_{i, | + | $$T_{i,OF} = \frac{(T_{i, |
| Mean temperature: | Mean temperature: | ||
| - | $$T_{i, | + | $$T_{i, |
| ===== References ===== | ===== References ===== | ||
| - | [BK97] | + | [BK97] Bosnjakovic, |
| - | Bosnjakovic, | + | |
| - | [FP08] | + | [FP08] Ferziger, J. H.; Peric, M.: „Numerische Strömungsmechanik"; |
| - | Ferziger, J. H.; Peric, M.: „Numerische Strömungsmechanik"; | + | |
| - | [Mart11] | + | [Mar11] Martin, H.: „Numerische Strömungssimulation in der Hydrodynamik"; |
| - | Martin, H.: „Numerische Strömungssimulation in der Hydrodynamik"; | + | |
| - | [VDI06] | + | [VDI06] Verein Deutscher Ingenieure: „VDI – Wärmeatlas"; |
| - | Verein Deutscher Ingenieure: „VDI – Wärmeatlas"; | + | |