Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.0 KiB

  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH CPROPEP 1 "June 30, 2001"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. cpropep \- Propellant Evaluation Program
  20. .SH SYNOPSIS
  21. .B cpropep
  22. .RI [ -voe ] -f infile
  23. .br
  24. .B cpropep
  25. .RI [ -pqtuh ]
  26. .br
  27. .SH DESCRIPTION
  28. .B cpropep
  29. is a propellant evaluation program based on the chemical
  30. equilibrium algorithm presented by GORDON and McBRIDE in NASA
  31. report RP-1311
  32. .PP
  33. This manual page was written for the Debian GNU/Linux distribution
  34. because the original program does not have a manual page.
  35. .PP
  36. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  37. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  38. .\" respectively.
  39. .SH OPTIONS
  40. A summary of options is included below.
  41. .TP
  42. .B cpropep
  43. Shows summary of options.
  44. .TP
  45. .B \-h
  46. Show summary of options.
  47. .TP
  48. .B \-i
  49. Show version of program.
  50. .TP
  51. .B \-f infile
  52. Perform an analysis of the propellant data contained within file 'infile'.
  53. .TP
  54. .B \-v num
  55. Output verbosity, 0 - 10
  56. .TP
  57. .B \-o outfile
  58. Output file. If not specified stdout is used.
  59. .TP
  60. .B \-e
  61. Error file. If not specified stdout is used.
  62. .TP
  63. .B \-p
  64. Print the propellant list.
  65. .TP
  66. .B \-q num
  67. Print information about propellant number
  68. .B num
  69. .TP
  70. .B \-t
  71. Print combustion product list.
  72. .TP
  73. .B \-u num
  74. Print information about product number
  75. .B num
  76. .SH SEE ALSO
  77. .\" .BR baz (1).
  78. .br
  79. .SH AUTHOR
  80. This manual page was written by Geoff O'Callaghan <geoff@starbiz.com.au>,
  81. for the Debian GNU/Linux system (but may be used by others).