G - 2   Scalar Grid Quality Functions

G - 2.1   I, J, K-aspect Ratio

The ratio of maximum edge length squared to face area:

plot3d_ref00547.jpg 

For a rectangle or square, this simplifies to: plot3d_ref00549.jpg

For collapsed faces where the area is zero, the aspect ratio is set to zero.

For Polyhedral zones, the maximum aspect ratio is calculated for all faces of a given cell.

G - 2.2   I, J, or K-stretch Ratio

The ratio of the length of line segment I2-I3 to segment I1-I2 (or J or K):

plot3d_ref00551.jpg 

such that the stretch ratio is always > 1.

stretch_ratio.png

If either segment has zero length, the stretch ratio is set to one.

Note: If you have specified on the Geometry and Boundaries dialog that adjacent zones are connected, these stretch ratios will be made continuous across connected zone boundaries provided that the index directions are aligned.

G - 2.3   I, J, or K-face Skewness

The ratio of the two face diagonal lengths subtracted from one (the diagonals are ratioed so that this number is always non-negative):

plot3d_ref00553.jpg.

For polyhedral zones, the cell value is the maximum skewness over all cell faces.

ijk_skewness.png

G - 2.4   Cell Diagonal1 or Diagonal2 Skewness

The ratio of the lengths of two body diagonals subtracted from one (always non-negative). There are four body diagonals. We choose pairs which would be coplanar in an unskewed cell, that is, (i,j,k) -> (i+1,j+1,k+1) and (i,j,k+1) -> (i+1,j+1,k).

plot3d_ref00555.jpg 

For polygonal zones, the ratio of the lengths will be zero.

G - 2.5   IJ, JK, KI, or Max Normals Skewness

The dot product of face unit normals for the two given faces.

plot3d_ref00557.jpg 

The following figure illustrates this for IJ-skewness.

ij_skewness.png

G - 2.6   I, J, K, or Min Orthogonality

One minus the absolute value of the dot product of two unit vectors which point in the direction of two adjacent edges of the given face.

plot3d_ref00559.jpg

orthogonality.png

 

G - 2.7   I, J, K, or Min Nonplanarity

Two triangles are formed with the four nodes of the face, and the dot product of the two unit normals of those triangles is subtracted from one.

plot3d_ref00561.jpg

nonplanarity.png

 

For polyhedral zones, the max over all cell faces is found.

G - 2.8   Jacobian

For ordered zones, the Jacobian is calculated with the standard formula.

plot3d_ref00563.jpg

The subscripts above represent partial derivatives, which are approximated with finite differences.

For finite element zones, Tecplot 360 EX approximates the Jacobian by inverting the average areas or volumes of the grid cells surrounding each node, 1/A or 1/V.

If the denominator of the above formula is zero (ordered zones), or all cells surrounding a node have zero area (finite element zones), the Jacobian is set to zero.

G - 2.9   Cell Volume

For ordered zones, the cell volume for a particular node (I, J, K) is the volume of the cell between nodes (I, J, K) and (I+1, J+1, K+1). In 2D, this function becomes cell area. Nodes on the IMax, JMax, and KMax boundaries are assigned the same value as the nodes at IMax-1, JMax-1, and KMax-1 respectively.

For finite element zones, the cell volume for a node is the average volume (area in 2D) of all cells of which that node is a part.