Authors: Stuart E. Rogers
-2d:
Runs two-dimensional version of the program.
Default: 3D
-sort, -nosort
Determines whether or not the interpolated data is sorted.
The data is sorted by the output distance data if output=1,11,20 or 30,
or it is sorted by the value of the coordinate which is written
in the output file for output=2,3,4,12,13,14. Sorting is particularly
useful when data comes from several zones; each zone is interpolated
seperately and without sorting, the output data will generally
be discontinous.
Default: sort
-dmax d:
Limits the number of points to be output based on a maximum distance d.
For a surface normal, the distance is measured from the surface point;
for a line, the distance is measured from the first input point.
Default: 1000.0
-surfmin, -surfmax
For surface-normal searches which find multiple intersections with
the surface and the target (as can happen with c-grid and o-grids),
this controls which point is chosen. The surface-normal search
requires that the user input the (x,y) locations and the computational
index of the desired surface point; the code finds the z-coordinate
corresponding to the surface point. If two such points are found,
-surfmax tells the code to take the point with the
largest z-coordinate; -surfmin tells the code to take the point with
the smallest z-coordinate.
Default: -surfmax
-ibdir i:
For surface-normal searches, this controls which grid surface will
be used to define the surface. For a zone of dimensions jmax,kmax,lmax:
i = 1: j=1 surface
i =-1: j=jmax surface
i = 2: k=1 surface
i =-2: k=kmax surface
i = 3: l=1 surface
i =-3: l=lmax surface
Default for 3D: i=3.
Default for 2D: i=2.
-output i:
The value of i controls what is written to the output file.
The output file will contain a single line for each interpolated
data point. In the following options, dist is the distance from
either the surface point or the first input point of an arbitrary
line. The following lists possible values for i and the resulting
output. Default is i=1.
i=1: (data1,data2,...),dist
i=2: (data1,data2,...),x
i=3: (data1,data2,...),y
i=4 (3D only): (data1,data2,...),z
i=11: dist,(data1,data2,...)
i=12: x,(data1,data2,...)
i=13: y,(data1,data2,...)
i=14 (3D only): z,(data1,data2,...)
i=20 (3D data): x,y,z,dist,(data1,data2,...)
i=20 (2D data): x,y, dist,(data1,data2,...)
i=30 (3D data): nz,rj,rk, x,y,z,dist,(data1,data2,...)
i=30 (2D data): nz,rj,rk,rl,x,y, dist,(data1,data2,...)
NASA Ames Research Center, Moffett Field CA 94035-1000, (650) 604-5000
Privacy Statement
URL: http://rotorcraft.arc.nasa.gov/
This Website Maintained By: Randall L. Peterson.
Responsible NASA Official: Dr. William Warmbrodt (Chief)
Ames Research Center Homepage
NASA Homepage