Contents  
Functions  
Index
 
 PDF |
Purpose
Formulation and material support for the heat equation
Syntax
il = p_heat('default')
Description
This help starts by describing the main commands : p_heat Database and Dbval. Supported p_heat subtypes and their formats are then described.
p_heat database
il=p_heat('database');
Element properties are described by the row of an element property matrix or a data structure with an .il field containing this row (see section 7.4). Element property functions such as p_beam support graphical editing of properties and a database of standard properties.
For a tutorial on material/element property handling see section 4.2.1. For a programmers reference on formats used to describe element properties see section 7.4.
[ProId fe_mat('p_heat','SI',1) CordM Integ DIM]
| ProID | element property identification number |
| type | identifier obtained with fe_mat('p_beam','SI',1) |
| Integ | is rule number in integrules |
| DIM | is problem dimension 2 or 3 D |
[ProId fe_mat('p_heat','SI',2) CordM Integ DIM]
| ProID | element property identification number |
| type | identifier obtained with fe_mat('p_beam','SI',1) |
| Integ | is rule number in integrules |
| DIM | is problem dimension 2 or 3 D |
[MatId fe_mat('m_heat','SI',2) k rho C alpha]
Consider a bi-dimentinal annular thick domain Ω with radii re=1 and ri=0.5. The data are specified on the internal circle Γi ans on the external circle Γe. The solid is made of homogeneous isotropic material, and its conductivity tensor thus reduces to a constant k. The steady state temperature distribution is then given by
| − k Δθ(x,y) = f(x,y) in Ω. (8.13) |
The solid is subject to the following boundary conditions
| (x,y) = g(x,y) (8.14) |
| θ(x,y)=θext(x,y) (8.15) |
In above expressions, f is an internal heat source, θext an external temperature at r=re, and g a fonction. All the variables depend on the variable x and y.
The OpenFEM model for this example can be found in ofdemos('AnnularHeat'). Numerical application : assuming k=1, f=0, α=1e−10, θext(x,y) = exp(x) cos(y) and g(x,y)= −exp(x)/ri ( cos(y) x − sin(y) x ), the solution of the problem is given by
| θ(x,y) = exp(x) cos(y) |
See also
Section 4.2.1, section 7.4, fe_mat
©1991-2008 by SDTools