
11.12 EXAMPLE CALCULATIONS WITH UNSTRUCTURED GRIDS 331
The governing equation of heat conduction is
div(k grad T) = 0 (11.59)
Notations based on west, east, north and south nodes are meaningless in
unstructured grids and it is easier to refer to nodes by numbers. The
coefficients associated with each node will also be referred to by numbers.
However, we still use P to identify the central node under consideration.
We can use (11.48) directly to write the discretised equation for each
triangular control volume as follows:
D
i
(T
nb
− T
P
) = 0 (11.60)
where nb is the node number of the adjacent cell.
As illustrated earlier, the final discretised equation has the following form:
a
P
T
P
=∑a
nb
T
nb
(11.61)
where a
P
=∑a
nb
− S
P
The adopted mesh is so simple that many geometrical quantities required in
the calculation can be easily deduced using simple trigonometry. In a general
situation these would be calculated using vector algebra.
The area of all control volume faces is
∆A
i
=∆
η
= 2 × 10
−2
m
2
and the distance between nodes is
∆
ξ
= 2/ 3 × 10
−2
m
As the mesh is orthogonal the value of (n.n/n.e) = 1 for this case.
The given boundary temperatures are as follows: T
AC
= 500°C, T
CK
= 500°C,
T
BE
= 400°C, T
EH
= 200°C, T
BJ
= 200°C, T
FG
= 500°C and T
GI
= 500°C.
Edges AD and DF are insulated (zero-flux) boundaries.
Node 1
Flux through any face is
D
i
(T
N
− T
P
) =∆A
i
(T
N
− T
P
)
Flux through face AB is
k ××2 × 10
−2
= k 3 (T
2
− T
P
)
Flux through face BC is
k ××2 × 10
−2
= k 3 (T
8
− T
P
)
Face AC is a boundary, so the flux through this face is introduced as a source
term using the unstructured mesh equivalent of the half-cell approximation
first introduced in section 4.3:
Flux through AC is
k × 2 × 10
−2
= 2k 3(T
AC
− T
P
)
(T
AC
− T
P
)
(1/ ) × 10
−2
(T
8
− T
P
)
2/ × 10
−2
(T
2
− T
P
)
2/ × 10
−2
k
∆
ξ
∑
all surfaces
3
3
3
ANIN_C11.qxd 29/12/2006 04:43PM Page 331