Download Latest Version geomlib.tar.gz (58.3 kB)
Email in envelope

Get an email when there's a new version of CFD Utilities

Home / SURFACE_PAD
Name Modified Size InfoDownloads / Week
Parent folder
build 2014-02-05 509 Bytes
README 2013-10-31 1.5 kB
surface_pad.f90 2009-07-30 7.3 kB
test.g 2009-04-01 80 Bytes
Totals: 4 Items   9.3 kB 0
SURFACE_PAD Description:

For a structured surface grid (one or more patches), apply 1-dimensional
interpolations versus arc length to pad the number(s) of points.  Existing
program MSPLINE should be able to do this, but it seems to fail for surface
grids, and it preserves relative arc lengths where one might prefer roughly
uniform distributions as offered (only) here, at least initially.

Either or both index directions may be treated, patch by patch.  If the i
direction is specified, it is treated first.  Those results are further
interpolated in the j direction if so-specified.  (Program ADJUST_GRID can
transpose indices if some other order is desired.)

Two-dimensional surface interpolations are avoided, since the nonlinear
ones are dubious at best in the author's experience.

Modest numbers of data points are anticipated, for which existing sub-
routine uniform_edge is appropriate (although its linear interpolation
option for specified index intervals is unlikely to be made use of here).

Input and output files are in PLOT3D format, ASCII or unformatted.

03/30/09  D.A.S.  Initial implementation to pad a mesh of wing leading
                  edge sensor locations.
07/30/09    "     Densifying our finest Shuttle surface grid by factors
                  of 4 in each direction showed that the new number of
                  points for a multiple of m should be m*(n-1) + 1.

Author:  David Saunders, ELORET Corp./NASA Ames Research Center, CA
Source: README, updated 2013-10-31