home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 751.INPUT.REF < prev    next >
Text File  |  1992-05-22  |  2KB  |  28 lines

  1.  PROP SAMPLE RUN:  GREAT AMERICA PROP, CONTINENTAL O200, VARIEZE DRAG DATA
  2.  @
  3.  @ NOTE- The "@" sign allows comments to be inserted on the remainder of a line.
  4.  @       The file, INPUT, is always required to run PROP and must begin with a
  5.  @       single title line. All input is echoed to the OUTPUT file which
  6.  @       subsequently may be used as an input file by renaming it to INPUT.
  7.                  @
  8.  CONTROL         @ Input group name for control group type data
  9.                  @
  10.                  @ Optimize for maximum velocity at a fixed RPM:
  11.   NPAYOFF=2      @ 1=CAFE SCORE, 2=VELOCITY, 3=MPG
  12.   IOPT=1,2,3     @ 1=AF, 2=DIAM, 3=PITCH, 4=RPM - Enter one to four values
  13.                  @ to select which design variable(s) you want optimized
  14.  END             @ Terminates the above input group so another can be selected
  15.                  @
  16.  DESVAR                      @ Input group name for design group type data
  17.                              @
  18.   DIAM=56  PITCH=68   NB=2   @ initial propeller size
  19.   RPMREF=2400                @ initial or reference rpm
  20.  END                         @ Terminates the DESVAR input group
  21.          @-------------------------------------------------------------------
  22.          @
  23.          @ This file can serve as a template and any DOS text editor may be
  24.          @ used to modify it. The "@" command makes extensive input file
  25.          @ documentation possible.
  26.          @
  27.          @ RUN - Runs this file directly bypassing the interactive menu
  28.