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



Vertical Stand: Difference between revisions

No edit summary
Lnor (talk | contribs)
Added some text. Matrices and other data still need to be included
Line 31: Line 31:
which describes the heat transfer between tool slide and vertical stand.
which describes the heat transfer between tool slide and vertical stand.


The heat load <math>q</math> induced by the slide and the external temperature <math>x_{ext}</math> serves as the input <math> u </math> of the corresponding state-space system.
The heat load <math>q</math> induced by the slide and the external temperature <math>x_{ext}</math> serve as the input <math> u </math> of the corresponding state-space system.




Line 41: Line 41:
<math>
<math>
\begin{array}{lll}
\begin{array}{lll}
E\dot{x}=Ax+B_{surf}x_{ext}+B_{slide}(\mu)q,\\
E\dot{x}&=Ax+B_{surf}x_{ext}+B_{slide}(\mu)q,\\
\ \ \quad=Ax+B(\mu)u,\\
&=Ax+B(\mu)u,\\
\quad\! y=Cx
\end{array}
\end{array}
</math>
</math>


where
<math>
\begin{array}{lll}
B(\mu)&=[B_{surf}, B_{slide}(\mu)],\\
u&=[x_{ext}^T,q]^T.\\
\end{array}
</math>
The quantity <math>x_{ext}</math> can be assumed as a vector including different ambient temperatures corresponding to different locations of the geometry.


==Data==
==Data==


[[Media:Matrices_VertStand.tar.gz|Matrices_VertStand.tar.gz]]
[[Media:Data_VertStand.tar.gz|Data_VertStand.tar.gz]]
 
The data file consists of the matrices


The data file consists of the matrices:
<math>
<math>
E,A,B_{slide},B_{surf}\in\mathbb{R}^{n\times n}
E,A\in\mathbb{R}^{n\times n},B_{slide}\in\mathbb{R}^{n\times 1},B_{surf}\in\mathbb{R}^{n\times 5}, n=16626
</math>
</math>


and some
in sparse format.
 
Here <math>B_{slide} </math> consists of all nodes located on the guide rails.
 
In order to get a parameter dependent matrix
<math>B_{slide}(\mu)</math> one has to pick the "active" nodes (nodes hit by tool carriage) at vertical position <math>\mu</math>.
The "active" nodes are in the interval of <math>[\mu-\frac{d}{2},\mu+\frac{d}{2}]</math>, where d is the heigth of the slide.
To collect all these nodes a file called coord.txt is provided in [[Media:Data_VertStand.tar.gz|Data_VertStand.tar.gz]] as well.
 
This file includes a column with indices followed by three additional columns filled with the coordinates <math>x,y,z</math> of the corresponding nodes.
 
The matrix <math>B_{surf}</math> describes the locations where the external temperatures act on.
The first column is responsible for the input of the temperature at the clamped bottom slice of the structure.
Column 2 describes the ... part of the stand. Columns 3 to 5 describe different thresholds with respect to the height of ambient air temperature.
The third column includes the nodes of the lower third <math>(y\in[0,670]mm)</math> of the stand.
In column 4 all nodes of the middle third <math>(y\in[670,1340]mm)</math> of the geometry are contained
and the fifth column of <math>B_{surf}</math> includes the missing upper <math>(y\in[1340,2010]mm)</math> part.
 
To clarify this partitioning the geometrical data is given as follows:
 
Width  (x direction):  <math>519mm</math>,
Height (y direction): <math>2010mm</math>,
Depth  (z direction):  <math>480mm</math>


==Contact==
==Contact==


'' [[User:Lnor]]''
'' [[User:Lnor]]''

Revision as of 11:38, 9 April 2013

__NUMBEREDHEADINGS__

Description

CAD Geometry

The vertical stand represents a structural part of a machine tool. On one of its surfaces there are guide rails located. On these rails a tool slide is moving due to the machining process the slide has to perform by the machine tool on top. The machining process produces a certain amount of heat which is transported through the structure into the vertical stand. This heat source is considered to be a temperature input at the guide rails. This transfered heat amount leads to deformations within the device induced by the prevailed temperature field denoted by

x

. The evolution of this field is modeled by the heat equation

cpρxt=.(λx)=0

with the boundary conditions

λxn=κ(xxext) on Γsurf (remaining boundaries),

describing the heat transfer to the ambience and

λxn=q on Γslide (surface where the tool slide is moving on the guide rails),

which describes the heat transfer between tool slide and vertical stand.

The heat load q induced by the slide and the external temperature xext serve as the input u of the corresponding state-space system.


The position of the moving slide has been included into the system as a parameter dependency μ. Due to this motion the region there the input acts on the system is varying and thus one obtains a parameter dependent input matrix B(μ).

Finally, the system describing the heat evolution induced by the moving heat source is given by:

Ex˙=Ax+Bsurfxext+Bslide(μ)q,=Ax+B(μ)u,

where

B(μ)=[Bsurf,Bslide(μ)],u=[xextT,q]T.

The quantity xext can be assumed as a vector including different ambient temperatures corresponding to different locations of the geometry.

Data

Data_VertStand.tar.gz

The data file consists of the matrices

E,An×n,Bsliden×1,Bsurfn×5,n=16626

in sparse format.

Here Bslide consists of all nodes located on the guide rails.

In order to get a parameter dependent matrix Bslide(μ) one has to pick the "active" nodes (nodes hit by tool carriage) at vertical position μ. The "active" nodes are in the interval of [μd2,μ+d2], where d is the heigth of the slide. To collect all these nodes a file called coord.txt is provided in Data_VertStand.tar.gz as well.

This file includes a column with indices followed by three additional columns filled with the coordinates x,y,z of the corresponding nodes.

The matrix Bsurf describes the locations where the external temperatures act on. The first column is responsible for the input of the temperature at the clamped bottom slice of the structure. Column 2 describes the ... part of the stand. Columns 3 to 5 describe different thresholds with respect to the height of ambient air temperature. The third column includes the nodes of the lower third (y[0,670]mm) of the stand. In column 4 all nodes of the middle third (y[670,1340]mm) of the geometry are contained and the fifth column of Bsurf includes the missing upper (y[1340,2010]mm) part.

To clarify this partitioning the geometrical data is given as follows:

Width (x direction): 519mm, Height (y direction): 2010mm, Depth (z direction): 480mm

Contact

User:Lnor