Anonymous
×
Create a new article
Write your page title here:
We currently have 105 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



MOR Wiki

Difference between revisions of "MiniHex"

m (numbered headings)
m (minor edit)
Line 20: Line 20:
   
 
==Description==
 
==Description==
  +
 
<!-- <figure id="fig:MiniHex"> -->
 
[[File:MiniHex.png|480px|thumb|right|<caption>Thermal FE-modeling with segmented spindle surface to enter position-dependent heat flows <ref name="galant2015"/></caption>]]
 
<!-- </figure> -->
   
 
The mobile demonstrator-machine '''MiniHex''' consists of six struts of variable length, which are driven by ball screws, each with a servo-motor <ref name="grossmann2015"/>. Following one of the feedaxes is considered. It is divided into four stationary
 
The mobile demonstrator-machine '''MiniHex''' consists of six struts of variable length, which are driven by ball screws, each with a servo-motor <ref name="grossmann2015"/>. Following one of the feedaxes is considered. It is divided into four stationary
Line 111: Line 115:
 
are divided into smaller parts and the average temperature of these parts is used for computing the input <math> u(t) </math>. To be more precise, the spindle is divided into 32 parts and the feed tube into 17 parts <ref name="galant2016"/>.
 
are divided into smaller parts and the average temperature of these parts is used for computing the input <math> u(t) </math>. To be more precise, the spindle is divided into 32 parts and the feed tube into 17 parts <ref name="galant2016"/>.
 
In the simulation the calculated average temperature of an area in the current time step serves as input temperature of this area in the next time step and is also used for calculating the thermally dependent
 
In the simulation the calculated average temperature of an area in the current time step serves as input temperature of this area in the next time step and is also used for calculating the thermally dependent
heat transfer coefficients. Thus the average temperatures of all contact areas are needed as outputs <math> y(t) </math>. Further, the temperature in certain nodes of interest complete the output <math> y(t) </math>.
+
heat transfer coefficients. Thus the average temperatures of all contact areas are needed as outputs <math> y(t) </math>. Further, the temperatures in certain nodes of interest complete the output <math> y(t) </math>.
 
For more information concerning MOR for systems with moving loads see e.g. <ref name="lang2014"/> and the references therein.
 
For more information concerning MOR for systems with moving loads see e.g. <ref name="lang2014"/> and the references therein.
   
  +
<!-- <figure id="fig:MiniHex"> -->
 
[[File:MiniHex.png|thermal FE modelling with segmented spindle surface to enter position-dependent heat flows <ref name="galant2015"/>]]
 
<!-- </figure> -->
 
   
 
==Data==
 
==Data==
Line 127: Line 129:
 
==Origin==
 
==Origin==
   
The '''MiniHex''' is used as a demonstrator in the CRC/TR 96 financed by the German Research Foundation DFG.
+
The '''MiniHex''' is used as a demonstrator in the [https://morwiki.mpi-magdeburg.mpg.de/morwiki/index.php/Category:CRC-TR-96 CRC/TR 96] Project-ID 174223256 financed by the German Research Foundation DFG.
   
 
==References==
 
==References==
Line 144: Line 146:
   
 
<ref name="lang2014">
 
<ref name="lang2014">
N. Lang, J. Saak and P. Benner, "Model Order Reduction for Systems with Moving Loads", at-Automatisierungstechnik, 8/2014, pp. 512–522.
+
N. Lang, J. Saak and P. Benner, "<span class="plainlinks">[https://doi.org/10.1515/auto-2014-1095 Model Order Reduction for Systems with Moving Loads]</span>", at-Automatisierungstechnik, 8/2014, pp. 512–522.
 
</ref>
 
</ref>
 
</references>
 
</references>

Revision as of 12:33, 1 June 2023

Under Construction.png Note: This page has not been verified by our editors.



1 Motivation

Due to the increasing interest in manufacturing accuracy without an additional energy demand for cooling, knowledge about the thermo-elastic behavior of entire machine tools becomes crucial. Methods to correct the thermally induced position error between the tool-center-point (TCP) and the workpiece in real-time are needed. Therefore reduced-order models that enable a fast simulation of entire machine tools are applied in the design and production process.

2 Description

Thermal FE-modeling with segmented spindle surface to enter position-dependent heat flows [1]

The mobile demonstrator-machine MiniHex consists of six struts of variable length, which are driven by ball screws, each with a servo-motor [2]. Following one of the feedaxes is considered. It is divided into four stationary subassemblies: belt housing with motor, spindle, spindle nut and feed tube. The thermal finite element (FE) model was generated in ANSYS and afterwards the FE system matrices were exported for post-proceessing, such as MOR, to MATLAB. The evolution of the temperature field is modelled with the heat equation


\begin{align}
 c_p\rho\frac{\partial T}{\partial t}&=\lambda \Delta T, & &\text{ on } \Omega_k , \text{ } k=1,\dots,4, \\
 \lambda\frac{\partial T}{\partial n}&=f, & &\text{ on } \Gamma_{c_k} \subset\partial\Omega_k , \text{ } k=1,\dots,4, \\
 \lambda\frac{\partial T}{\partial n}&=\kappa_{ext}(T_{ext}-T), & &\text{ on } \Gamma_{ext_k} \subset\partial\Omega_k  , \text{ } k=1,\dots,4, \\
 T(0)&=T_0, & &\text{ at } t=0
\end{align}

with


\begin{align}
f=q_{fric}+\kappa_c(T_{c_i}-T_{c_k}), \quad i,k=1,\dots,4, \quad i\neq k,
\end{align}

and

 k \in \mathbb{R} - number of the subassembly,  k=1,\dots, 4
 T - temperature
 c_p - specific heat capacity
 \rho - density
 \lambda - heat conductivity
 \Omega_k - domain of the k-th subassembly
 \Gamma_{c_k} - contact boundary of the k-th subassembly (partly time varying, moves with the position of the nut)
 \kappa_{ext} - heat transfer coefficient between a subassembly and the ambient air
 T_{ext} - external temperature
 \Gamma_{ext_k} - contact boundary with the ambience
 q_{fric} - friction driven heat flow induced by the movement
 \kappa_c - heat transfer coefficient between two subassemblies
 T_{c_k} - temperature of the contact area of subassembly k.


The finite element discretization of the heat conduction models leads to the four systems


\begin{align}
 E_k\dot{T}_k&=(A_{0_k}-\sum_{i=1}^{l_k}\kappa_{ext_i}(t)E^\Gamma_{k_i})T_k+B_k u_k(t),\quad k=1,\dots,4\\
 y_k(t)&=C_k T_k,\\
\end{align}

with

 E_k \in \mathbb{R}^{n\times n} - FE mass matrix
 A_{0_k} \in \mathbb{R}^{n\times n} - basic stiffness matrix (discrete Laplacian)
 l \in \mathbb{R} - number of boundary conditions with the ambience (Robin boundary conditions (RBC))
 E^{\Gamma}_k \in \mathbb{R}^{n\times n} - boundary mass matrix (part of stiffness matrix arising from RBC)
 T_k \in \mathbb{R}^n - state vector (discrete temperature)
 B_k \in \mathbb{R}^{n \times m} - input map
 u_k \in \mathbb{R}^m - input vector
 y_k \in \mathbb{R}^p - output vector
 C_k \in \mathbb{R}^{p \times n} - output map.


The interaction between the subassemblies is considered as position-dependent heat flows in the input  u(t) . The movement of the MiniHex is characterized by the position  d of the nut on the spindle with  d \in [-0.26,0.26]\text{ }m . This movement induces a variability of the contact areas between the subassemblies. To include this variability in the model the boundaries of the subassemblies are divided into smaller parts and the average temperature of these parts is used for computing the input  u(t) . To be more precise, the spindle is divided into 32 parts and the feed tube into 17 parts [3]. In the simulation the calculated average temperature of an area in the current time step serves as input temperature of this area in the next time step and is also used for calculating the thermally dependent heat transfer coefficients. Thus the average temperatures of all contact areas are needed as outputs  y(t) . Further, the temperatures in certain nodes of interest complete the output  y(t) . For more information concerning MOR for systems with moving loads see e.g. [4] and the references therein.


3 Data

The system matrices are given in the Matrix Market format and can be found in MiniHex.tar.gz. There is a set of matrices for each subassembly. The numbering of the subassemblies is as follows: 1 - belt housing with motor, 2 - spindle, 3 - spindle nut and 4 - feed tube. Further the archive contains some MATLAB files with the description and computation of the 18 contacts between the subassemblies as well as the computation of the temperature-dependent heat transfer coefficients. The overall system dimension is  n=116892 with  n_1=44902 ,  n_2=49590 ,  n_3=1336 and  n_4=21064 .

4 Origin

The MiniHex is used as a demonstrator in the CRC/TR 96 Project-ID 174223256 financed by the German Research Foundation DFG.

5 References

  1. A. Galant, A. Mühl and K. Großmann, "Thermo-Elastic Simulation of Entire Machine Tool", in Thermo-energetic Design of Machine Tools, K. Großmann, ed., Springer International Publishing, Switzerland, 2015, pp. 69–84.
  2. K. Großmann, ed., "Thermo-energetic Design of Machine Tools", Springer International Publishing, Switzerland, 2015, pp. 9-10.
  3. A. Galant, S. Schroeder, B. Kauschinger and M. Beitelschmidt, "Erstellung und Abgleich eines strukturbasierten thermischen Modells der kugelgewindegetriebenen Vorschubachsen eines Hexapoden", in Thermo-Energetische Gestaltung von Werkzeugmaschinen, Tagungsband 4. Kolloquium zum SFB/TR 96, C. Brecher, ed., RWTH Aachen, Aachen, 2016, pp. 15–32.
  4. N. Lang, J. Saak and P. Benner, "Model Order Reduction for Systems with Moving Loads", at-Automatisierungstechnik, 8/2014, pp. 512–522.

6 Contact

Jens Saak