Subsections


Geometry in FASTEST

As described in chapter 2.1.3, CVs are identified by their index ijk (with i=1,...,ni; j=1,...,nj and k=1,...,nk). The coordinates (x(ijk),y(ijk),z(ijk)) for CV ijk are related to the east-north-top-edge. The midpoint coordinates are stored in vectors xc(ijk),yc(ijk),zc(ijk). Figure 2.1 shows the 2d-case: the cross marks the east-north-top-edge (related to x,y,z), the black circle markes the CV-midpoints (xc,yc,zc). This holds for indices i=2,...,ni-1; j=2,...,nj-1; k=2,...,nk-1.
Figure 2.1: Definition of coordinates
\includegraphics[width=7cm]{refer/bilder/knoten}
(for a better understading look also in calgrd.F).

Block boundaries

The following referrs to CVs with indices i=1, i=ni-1 and i=ni (accordingly to j and k).
Block boundaries are devided into patches (so patches are 2dimensional arrays). Patches may be boundary condition patches (lying on the physical boundary of the domain) or connectivity patches (lying on the interface of two adjacent blocks). In figure 2.1 the southern and eastern block boundaries are BC-patches and the northern and western boundaries are connecitvity patches.
Figure 2.2: Grids in FASTEST
\includegraphics[width=7cm]{refer/bilder/gitter}