Section 7: Chemical Rocket Propellant Performance Analysis
Sutton and Biblarz: Chapter 5
Lecture1 Notes: ...................
(pdf )
Combustion Basics
- Stoichiometric versus Non-Stoichiometric Combustion
- Desirabel Propellant Properties
- Adiabatic Flame Temperature
- Heat of Formation
- Example Heats of Reaction
(1 atm, 298 deg. K)
- 'Available Heat' Flame Temperature Method
- Equilibrium versus Frozen Combustion Flow
- Equilibrium Combustion Analysis
- Gibbs Free Energy Analysis
- Relationship of Equilibrium Constant to Free Energy of Formation
- Codes for Solving Gibbs Analysis
for Equilibrium Chemistry
- Chemical Equilibrium with Applications (CEA)
- Sample CEA Calculation
CEA, AP/Al/HTPB Solid Propellant Design Project
NASA SP-80761 (Solid Propellant Grain Design and Internal Ballistics
-
CEA Installation Notes
- NASA CEA Request Web page
-
- CEA Downloads for PC
- CEAexec-win.zip
- CEAFortran.zip
- CEAgui-jar.zip
-
The installation procedures for Windows:
- Create the installation directory on your local machine (e.g. CD C:\CEAexec)
- Download all three(3)ZIP files and save into the installation directory
- Extract the CEAgui JAR file (CEAgui-jar.zip)
- Extract the CEA+ Fortran Package (CEA+Fortran.zip) for CEA files
- Extract the CEAexec Package (CEAexec-win.zip)
-
- Check that you must have the SIX files
and CEAexec-win.bat in the installation directory.
- CEAgui.jar
- thermo.lib
- trans.lib
- b1b2b3.exe
- syntax.exe
- FCEA2.exe
Double-click the executable batch CEAexec-win.bat to run the CEAgui program
- Install the latest version of the JAVA Runtime Environment
- CEA Downloads for MAC
-
The CEAgui Download Installation Procedures for Unix(sun or sgi or linux or mac OS X):
- Create the installation directory on your local machine (e.g. mkdir CEAexec)
- Download all ZIP files and the JRE executable file and save into the installation directory ( e.g. cd CEAexec )
- Extract files from the CEAgui JAR file (CEAgui-jar.tar.Z).
-
zcat CEAgui-jar.tar.Z | tar -xvf -
- Extract files from the Fortran Package (CEA+Fortran.tar.Z).
-
zcat CEA+Fortran.tar.Z | tar -xvf -
- Select one of the following platforms:
- For Sun, extract files from the CEAexec Package (CEAexec-sun.tar.Z).
-
zcat CEAexec-sun.tar.Z | tar -xvf -
- For Sgi, extract files from the CEAexec Package (CEAexec-sgi.tar.Z).
-
zcat CEAexec-sgi.tar.Z | tar -xvf -
- For Linux, extract files from the CEAexec Package (CEAexec-linux.tar.Z).
-
zcat CEAexec-linux.tar.Z | tar -xvf -
- For Mac OS X, extract files from the CEAexec Package (CEAexec-mac.tar.Z).
-
zcat CEAexec-mac.tar.Z | tar -xvf -
- Check that you must have the SIX files ( CEAgui.jar, thermo.lib, trans.lib, syntax, b1b2b3, FCEA2 ) in the installation directory. The file permissions of the executable files ( syntax, b1b2b3, FCEA2 ) must be set to executable, and update UNIX environment variables ( CLASSPATH, PATH ), then execute the shell script runCEA.sh
- Very important! Update your PATH variable to include your installation directory.
More information can be found in Installation Notes
- CEA Reference Manual
- Example CEA Run Files (GOX/GH2)