next up previous contents
Next: 2.4 Demands for the Up: 2. Grid Types Previous: 2.2 Tetrahedral Grids


2.3 Grid Requirements

To obtain quality criteria for the grids, the differential equations of the models must be taken into account. For the solution of the frequently required Laplace equation and the diffusion equation, an additionally required grid-condition must be formulated. It will be helpful to illustrate it by an example. When solving the electrostatic potential distribution inside a capacitor it is physically plausible that, if the voltages on the contacts lie in the range of $ \phi_{0}$ to $ \phi_{1}$, all potential values inside the capacitor also must lie within the same range.

Mathematically, this is known as the maximum principle [28][45]. In its simplest form it states that both the maximum and the minimum values occur on the boundary or at initial time. Since the numerical solution must be a good approximation of the exact solution and unphysical solutions must be prevented, this maximum principle has to be satisfied also by the numerical method. For the diffusion equation, this principle implies that unphysical negative concentrations may not appear in the solution (as negative concentrations do not appear in the initial condition). This principle implies also another physical interpretation, which is known as the Positive Transmissibility Condition. It states, that the physical flow has to be directed from higher to lower concentrations.

Within the discretization methods, which are in particular the Box Integration, as well as the Finite Element discretization with a standard Galerkin weighted residual approach, the Laplace equation

$\displaystyle \operatorname{div}( \varepsilon \; \operatorname{grad}x ) = 0$ (2.1)

and the diffusion equation

$\displaystyle \operatorname{div}\operatorname{grad}x = \frac{1}{D} \;\frac{\partial x}{\partial t}$ (2.2)

result in the same type of equation system

\begin{gather*}\begin{array}{ccccc} \left(\begin{array}{cccc} k_{11} & k_{12} & ...
...thrm{\bf K}}&\cdot&{\mathrm{\bf x}}&=&{\mathrm{\bf b}}. \end{array}\end{gather*} (2.3)

The maximum principle is satisfied if $ {\mathrm{\bf K}}$ becomes an M-matrix [43][45].

$ {\mathrm{\bf A}}=(a_{ij})$ is an M-matrix [75], if $ {\mathrm{\bf A}}$ is a real and nonsingular $ n \times n$ matrix, where

$\displaystyle \qquad\qquad\qquad\qquad a_{ij}$ $\displaystyle \leq 0$   $\displaystyle \qquad\forall \; i,j : i \neq j,\qquad\qquad$ (2.4)
$\displaystyle a_{ii}$ $\displaystyle >0$   $\displaystyle \qquad\forall \; i,$ (2.5)
$\displaystyle a_{ii}$ $\displaystyle \geq \sum_{\forall\;j \;:\; i\neq j} \left\vert a_{ij} \right\vert$   $\displaystyle \qquad\forall \; i,$ (2.6)
$\displaystyle a_{ii}$ $\displaystyle > \sum_{\forall\;j \;:\; i\neq j} \left\vert a_{ij} \right\vert$   $\displaystyle \qquad\textrm{for at least one $i$.}$ (2.7)

The entries of $ {\mathrm{\bf K}}=(k_{ij})$ differ in the composition of left-hand and right-hand terms of equation (2.1), or (2.2) with backward Euler time discretization [66].

$\displaystyle \qquad\qquad\qquad\qquad{\mathrm{\bf K}}$ $\displaystyle = {\mathrm{\bf S}}$      for (2.1) and$\displaystyle \qquad\qquad$ (2.8)
$\displaystyle {\mathrm{\bf K}}$ $\displaystyle = D \;{\mathrm{\bf S}} + \frac{1}{\Delta t} \;{\mathrm{\bf M}}$      for (2.2). (2.9)

$ {\mathrm{\bf M}}=(m_{ij})$ denotes the mass matrix, which arises from the time variant right-hand side, $ {\mathrm{\bf S}}=(s_{ij})$ is the stiffness matrix, which depends only on the left-hand side of equation (2.1) or (2.2). For this composition we know that $ {\mathrm{\bf K}}$ is an M-matrix if $ {\mathrm{\bf M}}$ is a positive definite diagonal matrix and $ {\mathrm{\bf S}}$ also is an M-matrix. For Box Integration (refer Section 3.2), the positive definite diagonal characteristic of $ {\mathrm{\bf M}}$ is satisfied. For Finite Elements, mass matrix lumping has to be performed to achieve a positive definite diagonal matrix $ {\mathrm{\bf M}}$ [25][46]. Since $ {\mathrm{\bf S}}$ only depends on the mesh, this condition translates to a grid constraint. Off-diagonal elements $ s_{ij}$ of $ {\mathrm{\bf S}}$ must not be positive

$\displaystyle s_{ij} \leq 0.$ (2.10)

This constraint also fulfills the Positive Transmissibility Condition [28].

Consequentially the requirements for Box Integration and Finite Elements follow.


next up previous contents
Next: 2.4 Demands for the Up: 2. Grid Types Previous: 2.2 Tetrahedral Grids

J. Cervenka: Three-Dimensional Mesh Generation for Device and Process Simulation