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 "Anemometer"

Line 37: Line 37:
   
 
with the fluid velocity <math>p(=v) \in [0, 1]</math> as single parameter.
 
with the fluid velocity <math>p(=v) \in [0, 1]</math> as single parameter.
 
Here <math>E</math> is the heat capacitance matrix, <math>b</math> is the load vector which is derived from separating the spatial and temporal variables in <math>\dot{q}</math> and the FEM discretization w.r.t. the spatial variables. <math>A</math> are the stiffness matrices with <math>\_v0</math> for pure diffusion, <math>\_v1</math> diffusion and convection. Thus, for obtaining pure convection you have to compute <math>A_{v1} - A_{v0}</math>.
Here <math>E</math> is the heat capacitance matrix,
 
and <math>\jmat M_{d}</math> incorporates the heat dissipation and thus contains the convection and conduction
 
terms. <math>b</math> is the load vector which is derived from separating the spatial and temporal variables in <math>\dot{q}</math> and the FEM discretization w.r.t. the spatial variables. <math>A</math> are the stiffness matrices with <math>\_v0</math> for pure diffusion, <math>\_v1</math> diffusion and convection. Thus, for obtaining pure convection you have to compute <math>A_{v1} - A_{v0}</math>.
 

Revision as of 17:24, 28 November 2011


Description

An anemometer, a flow sensing device, consists of a heater and temperature sensors before and after the heater, placed either directly in the flow or in its vicinity. They are located on a membrane to minimize heat dissipation through the structure. Without any flow, the heat dissipates symmetrically into the fluid. This symmetry is disturbed if a flow is applied to the fluid, which leads to a convection on the temperature field and therefore to a difference between the temperature sensors (see Fig.1 below) from which the fluid velocity can be determined.

The physical model can be expressed by the convection-diffusion partial differential equation[4]:

\rho c \frac{\partial T}{\partial t} = \nabla \cdot (\kappa
  \nabla T ) - \rho c v \nabla T + \dot q,

where \rho denotes the mass density, c is the specific heat, \kappa is the thermal conductivity, v is the fluid velocity, T is the temperature and \dot q the heat flow into the system caused by the heater.

The solid model has been generated and meshed in ANSYS. Triangular PLANE55 elements have been used for meshing and discretizing by the finite element method. The order of the system is n = 29008.

Example with 1 parameter:

The n dimensional ODE system has the following transfer function 
G(p) = c((sE - A_{v0}- p(A_{v1} - A_{v0}))^{-1}b)

with the fluid velocity p(=v) \in [0, 1] as single parameter. Here E is the heat capacitance matrix, b is the load vector which is derived from separating the spatial and temporal variables in \dot{q} and the FEM discretization w.r.t. the spatial variables. A are the stiffness matrices with \_v0 for pure diffusion, \_v1 diffusion and convection. Thus, for obtaining pure convection you have to compute A_{v1} - A_{v0}.