Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Liquid engine sizing is the process that relates the chemical processes of combustion to physical parameters. It is separate, but related, to engine design which will consider materials, heat transfer, and many other physical constraints.

...

In reality, the process is straightforward, not simple, but straightforward. Figure 2 shows the process RPL used to size its CPLC engine.

...

.

image-20240329-112605.pngImage Added

Selecting Initial Parameters

Engine sizing involves a large number of variables both quantitative and qualitative. However, nearly all of these can be contained by the selection of a propellant combination and two of the following three variables: chamber pressure

Eazy math inline
bodyP_{c}
, thrust
Eazy math inline
bodyF_{t}
, and mass flow rate
Eazy math inline
body\dot{m}
. Selecting two of these and a propellant combination will allow you to proceed to NASA CEA.

See the following pages for more detail on:

  1. The propellant combination is one of the most significant factors in engine sizing. Nitrous Oxide, N2O is our oxidizer, and Isopropyl Alcohol, IPA is our fuel. IPA was selected as fuel due to its low cost and accessibility.

  2. Three main variables constrain engine sizing,

    Eazy math inline
    bodyP_{c}
    , thrust
    Eazy math inline
    bodyF_{t}
    , and
    Eazy math inline
    body\dot{m}
    . We used a Simulink simulation to decide on an
    Eazy math inline
    bodyF_{t}
    of
    Eazy math inline
    body2500N
    and metallurgy and COTS valve/fitting pressure ratings to arrive at a
    Eazy math inline
    bodyP_{c}
    of
    Eazy math inline
    body2500 \mathit{kPa}
    or
    Eazy math inline
    body362.6\mathit{Psi}
    .

  3. Using NASA CEA. We input

    Eazy math inline
    bodyP_{c}
    ,
    Eazy math inline
    bodyP_{e}
    , and
    Eazy math inline
    body\mathit{MR}
    for our N2O oxidizer and IPA fuel. CEA allows you to simulate various mass fractions. We chose 4.0 as it gives the best ISP performance, this burns hot but not as hot as a more OX-rich mix. CEA outputs the
    Eazy math inline
    body{M}
    ,
    Eazy math inline
    body{\gamma}
    (equivalent to
    Eazy math inline
    body\frac {C_{p}} {C_{v}}
    ),
    Eazy math inline
    body\frac {A_{e}} {A_{t}}
    ,
    Eazy math inline
    body{V_{e}}
    , and
    Eazy math inline
    body\textrm{ISP}
    .

  4. The following parameters are fed into a Matlab script:

    Eazy math inline
    body\dot{m}
    ,
    Eazy math inline
    body\mathit{MR}
    ,
    Eazy math inline
    bodyP_{c}
    ,
    Eazy math inline
    bodyP_{e}
    , and
    Eazy math inline
    bodyL^\star
    (L* is somewhat arbitrary and selected) as well as chemical properties. m_dot is adjusted! We chose an L* of 1 m, and m_dot 1.1 kg/s. That yields V_c. We pick 0.15 m L which gives a D_c of 7.73cm and exit diameter of 6.3 cm and a throat diameter of 2.99 cm.

...