|
Struct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Structured Grids
|
Variables related to grid geometry and topology.
Public Attributes | |
| integer | nci |
| number of grid cells in i-direction | |
| integer | ncj |
| number of grid cells in j-direction | |
| integer | imax |
| max. dimensions in i-direction (0 <= i <= imax); imax = nci + 3 | |
| integer | jmax |
| max. dimensions in j-direction (0 <= j <= jmax); jmax = ncj + 3 | |
| integer | il |
| index of the 1st dummy cell in i-direction (right side); il = imax - 1 | |
| integer | jl |
| index of the 1st dummy cell in j-direction (top side); jl = jmax - 1 | |
| integer | i2 |
| index of the last physical cell in i-direction; i2 = imax - 2 (physical cells start at index 2) | |
| integer | j2 |
| index of the last physical cell in j-direction; j2 = jmax - 2 (physical cells start at index 2) | |
| integer | nsegs |
| total number of boundary segments | |
| integer, dimension(:,:), allocatable | lbsegs |
| description of boundary segments More... | |
| real(rtype) | xref |
| x-coordinate of the reference point | |
| real(rtype) | yref |
| y-coordinate of the reference point | |
| real(rtype) | cref |
| reference length or airfoil chord | |
|
real(rtype), dimension(:,:), allocatable | x |
| x-coordinates of grid points | |
|
real(rtype), dimension(:,:), allocatable | y |
| y-coordinates of grid points | |
|
real(rtype), dimension(:,:,:), allocatable | si |
| x,y-components of the face vector (n*dS) in i-direction (see Fig. 12.3) | |
|
real(rtype), dimension(:,:,:), allocatable | sj |
| x,y-components of the face vector in j-direction | |
|
real(rtype), dimension(:,:), allocatable | vol |
| cell volume (= control volume) | |
| integer, dimension(:,:), allocatable modgeometry::lbsegs |
Meaning of the entries: