.. nozzle_eff Nozzle Efficiencies =================== Boundary Layer Loss ------------------- The boundary layer loss is a result of not only the friction and heat transfer with the combustor wall, but also the change those forces make in the **aerodynamic geometry** as opposed to the **physical geometry**. In other words, the flow area of the throat and nozzle exit is less than the physical dimensions of the hardware due to the formation of a boundary layer. In general the **aerodynamic area ratio** will be less than the **physical area ratio**. That area ratio reduction will account for a large fraction of the overall boundary layer loss since smaller area ratios tend to have lower ideal Isp. In `RocketIsp `_ , one source for the boundary layer loss correlation is `NASA SP 8120 `_. Figure 4 of that document (shown below) displays a correlation of boundary layer loss over a range of area ratio, chamber pressure and throat diameter. A curve fit of Figure 4 from `NASA SP 8120 `_ is displayed as an efficiency in the right-hand plot. (Figure 4 curves were digitized using `Digiplot `_.) Because `NASA SP 8120 `_ correlated loss as a percentage of nozzle thrust, the multiplier form of effBL (:math:`\large{\eta_{BL}}`) in the :math:`Isp_{del}` equation should be used with this correlation. .. raw:: html
NASA SP 8120 Loss Curve Fit SP 8120

Click image to see full size

Bear in mind that while the above correlation is qualitatively correct, it does not carry the accuracy of a more full analysis. The most accurate estimate would come from a rigorous analysis of the thin gas layer along the wall of the nozzle. The results would include the effects of the gas thermodynamic and transport properties as well as the nozzle shape, surface roughness and temperature. Such an analysis is conducted in the next section for :ref:`Monte Carlo Boundary Layer Analysis `. As is evident in the above graphs, the boundary layer efficiency improves with increasing chamber pressure and increasing throat diameter. The loss worsens with increasing area ratio. .. _ref_to_bl_monte_carlo: :math:`\eta_{BL}` Monte Carlo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In order to more fully characterize the variation in :math:`\eta_{BL}` and identify any additional influencing parameters, a `Monte Carlo `_ analysis was conducted on a wide range of propellant combinations, chamber pressures and thrust chamber geometries. Many thousands of boundary layer analyses were run in order to identify boundary layer influences. :math:`\eta_{BL}` was then fitted with a :ref:`Multi-layer Perceptron regressor `. The independent parameters in the `Monte Carlo `_ analysis are shown across the x axis of the chart below. The y axis shows the correlation coefficient that results from fitting :math:`\eta_{BL}` with a :ref:`Multi-layer Perceptron regressor ` when selecting, one by one, the best scoring independent parameter to add next. The chart shows that the :math:`\eta_{BL}` is well characterized by using three independent parameters, throat radius (Rthrt), area ratio (eps) and chamber pressure (Pc); the same three parameters that appear in `NASA SP 8120 `_ . Some small gains in correlation coefficient can be attained by adding percent bell (pcentBell) and chamber temperature (TcCham) as independent parameters. .. image:: ./_static/pcentlossbl_corr_params.png :width: 49% `Click Image to View Fill Size` A comparison of :math:`\eta_{BL}` as predicted by the `NASA SP 8120 Report `_ to :math:`\eta_{BL}` predicted by the :ref:`Multi-layer Perceptron regressor ` are shown below. Both models predict that :math:`\eta_{BL}` improves for higher chamber pressure, larger throat diameter and smaller area ratio. Notice that `NASA SP 8120 Report `_ predicts about twice as much boundary layer loss as the :ref:`Multi-layer Perceptron regressor `. Because the `NASA SP 8120 Report `_ uses the product of chamber pressure and throat diameter as an independent variable, that correlation can not predict :math:`\eta_{BL}` beyond about a 1 inch throat radius at 1000 psia chamber pressure. The :ref:`Multi-layer Perceptron regressor ` model was selected as the default boundary layer loss model in **RocketIsp** because it covers a wider range of cases and it is based on a more recent understanding of :math:`\eta_{BL}` as modeled by thousands of detailed computer analyses. .. raw:: html
Pc=100 psia Pc=1000 psia

Click image to see full size

Divergence Efficiency --------------------- The divergence efficiency (:math:`\large{\eta_{div}}`) represents the difference in performance between one-dimensional and axisymmetric two-dimensional flow. The divergence efficiency correlation shown below-left was created by taking the results of 6 common propellant combinations and analyzing them with the `TDK `_ computer program. `TDK `_ calculated boundary layer properties and assumed some nominal operating conditions with a nominal chamber and throat geometry. A large range of area ratio was use, each run employed the **NCO** option that finds the optimum entrance and exit angles for a `skewed parabolic nozzle `_. The efficiency correlation therefore assumes that the best possible parabolic nozzle is being used. (This data is from 2006 and I believe, the version of `TDK `_ used for this was the 2004 version.) The chart below-right is from :ref:`CPIA 246 JANNAF Rocket Engine Performance Prediction and Evaluation Manual ` It shows very similar results as the `TDK `_ output, however, it is clear from the `TDK `_ results that some boundary layer and/or combustion gas properties can affect the divergence loss by about 10%. In other words, 10% of :math:`(1.0-\large{\eta_{div}})` .. raw:: html
TDK Runs CPIA 246

Click image to see full size

:math:`\eta_{div}` Monte Carlo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The above correlation assumed some nominal operating conditions with a nominal chamber and throat geometry. In order to more fully characterize the variation in :math:`\eta_{div}` and identify any additional influencing parameters, a `Monte Carlo `_ analysis was conducted on a wide range of propellant combinations, chamber pressures and thrust chamber geometries. Many thousands of boundary layer analyses were run in order to include operating points and geometry influences on :math:`\eta_{div}`. :math:`\eta_{div}` was then fitted with a :ref:`Multi-layer Perceptron regressor `. The independent parameters in the `Monte Carlo `_ analysis are shown across the x axis of the chart below. The y axis shows the correlation coefficient that results from fitting :math:`\eta_{div}` with a :ref:`Multi-layer Perceptron regressor ` when selecting, one by one, the best scoring independent parameter to add next. The chart shows that :math:`\eta_{div}` is mostly dependent on only two independent parameters, percent bell (pcentBell), and area ratio (AreaRatio); the same two parameters that appear above in :ref:`CPIA 246 JANNAF Rocket Engine Performance Prediction and Evaluation Manual `. About 10% improvement in correlation coefficient can be attained by adding downstream radius of curvature (RdwnThroat), throat radius (Rthrt), combustion temperature (TcCham), chamber pressure (Pc), molecular weight (MolWt) and ratio of specific heats (gamma) as independent parameters. .. image:: ./_static/pcentlossdiv_corr_params.png :width: 49% `Click Image to View Fill Size` Below are two charts showing how :math:`\eta_{div}` varies as a result of downstream radius of curvature (RdwnThroat) and throat radius (Rthrt). As the correlation coefficient indicated, RdwnThroat variation has more impact than Rthrt variation. The charts below indicate that RdwnThroat has more impact at low area ratio, and Rthrt has more impact at high area ratio. .. raw:: html
RdwnThroat Sensitivity Rthrt Sensitivity

Click image to see full size

Two Phase Efficiency -------------------- Two phase flow loss is a result of the thermal and velocity lag between the expanding gas and particles of either liquid or solid. There is currently no model in **RocketIsp** to predict two phase efficiency, however, :math:`eta_{TP}` can be input and accounted for if the user has appropriate data available. Kinetic Efficiency ------------------ Kinetic efficiency is a result of finite reaction rates in the nozzle. The `NASA CEA code `_ used by `RocketCEA `_ and **RocketIsp** is a one dimensional equilibrium (ODE) code. It calculates temperature, pressure and species concentrations based on a one dimensional flow model where all molecular species are kept at chemical equilibrium (ODE). While equilibrium is the most common mode in which to run `CEA `_ (and `RocketCEA `_ ), both can also be run assuming that the molecular species concentrations are held constant (frozen) from the combustion chamber to the nozzle exit. Real rocket engines operate somewhere between frozen(ODF) and equilibrium(ODE). This is because chemical reactions take a finite amount of time to reach equilibrium. Given no time, the species are frozen, given infinite time the species reach equilibrium. Because frozen Isp, :math:`Isp_{ODF}`, is lower than equilibrium Isp, :math:`Isp_{ODE}`, there is a loss associated with nozzle kinetics. Kinetics loss is typically in the range of 0.1 to 10% of Isp. Chemical equilibrium is aided by high temperature and pressure (faster reactions/more molecular collisions) and species residence time (rocket engine's physical size). An infinitely small engine has frozen chemistry. An infinitely large engine has equilibrium chemistry. This also means that real rocket engines will typically have maximum Isp at a mixture ratio(MR) somewhere between the frozen peak MR and the equilibrium peak MR. The figure below shows this kinetics efficiency impact on MR for a small, low pressure N2O4/MMH thruster. .. image:: ./_static/odekf_N2O4_MMH.png :width: 60% .. _ref_to_kinetics_groups: Kinetics Groups ~~~~~~~~~~~~~~~ Chemical kinetics are usually analyzed based on the element components in the combustion products. For example a LOX/LH2 engine is in group **HO** because is only has Hydrogen and Oxygen. A LOX/CH4 engine is in group **CHO** for Carbon, Hydrogen and Oxygen. The table below shows common group names and some propellant combinations belonging to them. .. raw:: html
Group Oxidizer Fuels
FH F2LH2
HO LOXLH2
FHN F2N2H4, NH3
CHO LOXC2H6, CH4, Ethanol, Methanol, Propane, RP1
HNO LOXN2H4, NH3
MON10LH2, N2H4, NH3
MON25LH2, N2H4, NH3
MON30LH2, N2H4, NH3
N2OLH2, N2H4, NH3
N2O4LH2, N2H4, NH3
CLFH CLF5LH2
CFHN F2A50, MHF3, MMH, UDMH
CFHO F2Ethanol, Methanol
FHNO IRFNALH2, N2H4, NH3
CHNO LOXA50, MHF3, MMH, UDMH
MON10A50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
MON25A50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
MON30A50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
N2OA50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
N2O4A50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
CLFHN CLF5N2H4, NH3
CFHNO IRFNAA50, C2H6, CH4, Ethanol, MHF3, MMH, Methanol, Propane, RP1, UDMH
CCLFHN CLF5A50, MHF3, MMH, UDMH
The kinetic loss for each of the groups is controlled by a list of primary chemical reactions. A unique list of reactions for each group is listed in Appendix A of the **TDK** manual `1985 Engineering and programming manual: Two-dimensional kinetic reference computer program (TDK) `_ that contains tables of reactions and their reaction rates for the various element groups. In the AIAA paper `Nozzle Performance Predictions Using the TDK 97 Code `_ by Stuart Dunn and Douglas Coats gives suggested chemical reactions for the CHON element group. .. image:: ./_static/CHON_Reactions.jpg The **TDK** code is the accepted standard for the `JANNAF `_ performance calculation method. As far as I know, `JANNAF `_ only controls a version of `TDK from 1993 `_ and the only modern versions are the two commercial versions `TDK at Software & Engineering Associates `_ and `TDK at Sierra Engineering & Software, Inc. `_ The charts below show typical results from a **TDK** chemical kinetics calculation. The charts demonstrate the shifting species mass fractions for a LOX/LH2 thruster as a function of area ratio. Notice how the mass fractions move from the frozen value towards the equilibrium value and how large throats shift further than small throats. Notice also that reaction rates near the throat are much higher than at the nozzle exit (due to higher temperature and pressure near the throat). .. raw:: html
H2O OH

Click image to see full size

.. _ref_to_fracKin_def: fracKin ~~~~~~~ In the AIAA paper `Nozzle Performance Predictions Using the TDK 97 Code `_ by Stuart Dunn and Douglas Coats and the publication, `Liquid Rocket Thrust Chambers `_ Chapter 17, *Assessment of Thrust Chamber Performance*, the authors define the two most common ways to express kinetics loss. 1) The ratio of specific impulse with and without the loss, :math:`\eta_{kin}` 2) The fraction of the difference between equilibrium and frozen flow, :math:`\eta_{kin}^\prime` The equations for :math:`\eta_{kin}` and :math:`\eta_{kin}^\prime` are given as .. image:: ./_static/etakin_and_etakinprime.jpg For calculating kinetic loss, **RocketIsp** uses the :math:`\eta_{kin}^\prime` form, however, within the code it is called **fracKin**. This name is used to avoid confusion with :math:`\eta_{kin}`. **fracKin** can be thought of as the fraction of kinetics completion. A value of 0.0 is frozen, 1.0 is equilibrium. :math:`\eta_{kin}` Monte Carlo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In order to characterize the kinetic efficiency, many thousands of one dimensional kinetic (ODK) analyses were run and the results were fitted with a :ref:`Multi-layer Perceptron regressor `. Each :ref:`major species group `, created a :ref:`fracKin ` (aka :math:`\eta_{kin}^\prime`) :ref:`MLP regressor ` The :ref:`MLP regressor ` is used to calculate :ref:`fracKin `, :ref:`fracKin ` is used to calculate :math:`\eta_{kin}`, and finally, :math:`\eta_{kin}` is used in the :ref:`full Isp efficiency equation ` The table below shows the top six most important parameters in the :ref:`MLP regressor ` used to correlate :ref:`fracKin ` for each element group. The order of the parameters results from selecting, one by one, the independent parameter with the best correlation coefficient to add next. For most groups, thruster size (Rthrt) is the most important factor in determining kinetic efficiency. Notice that while propellant mixture ratio (MR) is not used explicitly to correlate :ref:`fracKin `, the mass fraction of molecular species is a proxy for MR and allows the same correlation to be used for all propellant combinations that are members of the group. .. raw:: html
Group #1 #2 #3 #4 #5 #6
FH Rthrt H2F2 MolWt eps *HF *H2
HO Rthrt Pc *H2 eps HO2 H2O
CHO Rthrt COOH eps *OH Pc *O2
FHN Rthrt Pc *H2 eps gammaInit NH3
HNO Rthrt Pc gammaInit eps *H2 TcCham
CFHN Rthrt *NH eps FCN Pc MolWt
CFHO Rthrt Pc *CO2 eps *CO CH2F
CHNO Rthrt TcCham Pc eps *H2 *OH
CLFH *H2 Rthrt Pc eps *CL *HF
FHNO Rthrt Pc *HF eps gammaInit *NO
CFHNO Rthrt TcCham *O eps Pc gammaInit
CLFHN *N2 Rthrt eps gammaInit HCL Pc
CCLFHN *CL eps *N2 Rthrt MolWt *HF
Combined Rthrt TcCham Pc HCL *CO eps

Click Group link to view Correlation Coefficient Plot

.. note:: Molecules listed in the table above refer to the mass fraction of those molecules.