| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| build | 2014-02-02 | 307 Bytes | |
| README | 2013-10-29 | 1.3 kB | |
| grid_faces.f90 | 2004-12-16 | 18.2 kB | |
| grid_faces.inp | 2004-12-15 | 458 Bytes | |
| Totals: 4 Items | 20.2 kB | 0 | |
Description:
GRID_FACES extracts the indicated block faces from the input grid
and/or function file. All files are 3-space PLOT3D multiblock type.
Control file:
'grid_faces.inp' should contain the input and output file specs.
followed by a list of (block, face) pairs, where faces 1 - 6 mean
imin, imax, jmin, jmax, kmin, kmax respectively. E.g.:
GRID_FACES control file
---------- Input grid file ----------
volume.g ! or none
T ! Formatted? [T|F]
---------- Input function file ------
volume.f ! or none
T ! Formatted? [T|F]
---------- Output grid file ---------
surface.g ! or none
T ! Formatted? [T|F]
---------- Output function file -----
surface.f ! or none
T ! Formatted? [T|F]
---------- Block/face list ----------
171 3 ! Read one pair per line to EOF
172 3
173 3
: :
229 5
230 5
History:
06/19/03 D. Saunders Initial adaptation of SCALE_GRID.
06/01/04 " Converting face # to dimension # was wrong!
12/14/04 " Switched from CFD_IO_PACKAGE to XYZQ_IO package
in order to treat function files as for grids.
Author: David Saunders, Eloret/NASA Ames, Moffett Field, CA.