P3DTRANS Version 1.0

Authors: William M. Chan

Description:

This program is used convert plot3d format for curve grids to/from 2/3 column xyz data format. For input files in plot3d format, the output file is formatted and can contain 2 or 3 columns (see options below). The input files in xyz data format, the file may contain 2 columns or 3 columns of reals. For 2 columns, the reals are read into x and y coordinates with the z coordinate set to 0.0. The output plot3d file is unformatted in multiple grid format.

Usage:

  p3dtrans [-formi FORMI] [-i IFILE] [-o OFILE] [-g GN] [-w COL]

  p3dtrans -help  (to get usage)
Argument Description
FORMI input file format = p3d or xyz (default is p3d)
IFILE input filename (default = in.dat)
OFILE output filename (default = out.dat)
GN grid number to convert for plot3d input files (default = 1)
COL output column format for plot3d input files with 0=(x,y,z) 1=(y,z) 2=(x,z) 3=(x,y) (default = 2)

Last modified: Fri May 07 15:15:00 2004