> For the complete documentation index, see [llms.txt](https://nkintc.gitbook.io/brainless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nkintc.gitbook.io/brainless/steam/engineering/heat-transfer/assignments/homework/q5.md).

# q5

* Chris Nkinthorn, 20190625

**Prompt:** Estimate the centerline distance from the nozzle exit to location where stoichiometric condition is reached in a simple combustor. Find the associated speed and nominal jet width at that location.

**Given:** Pure methane $\ce{ CH4 }$, combusting with oxygen $\ce{O2}$. Round nozzle geometry, $d= 1\text{ cm}$, with outlet speed $U=20\text{ m/s}$, volume fraction $M\_\ce{O2} $ of $21\\%$.

## Solution

Begin by checking the flow range, so that the form of each equation can be determined: laminar flow has analytic expressions and turbulent flow uses correlations.

$$
\sqrt{\frac{J\_{s}}{\rho\_{a i r}} \frac{\rho\_{a i r}}{\rho\_{C H\_{4}}}} \sim \frac{U\_{o} d}{v} \rightarrow \sqrt{\frac{\rho\_{C H\_{4}}}{\rho\_{a i r}}} \frac{U\_{o} d}{v}=\sqrt{\frac{16.04}{28.94}} \frac{(20)(1 / 100)}{(1.5E-5)} \sim 10,000 \rightarrow \text { Turbulent Regime}
$$

## Procedure

1. Get fuel molar fraction from reaction. This expression is held at the location where stoichiometric condition is reached.&#x20;
2. Calculate fuel mass fraction, Y.&#x20;
3. Obtain axial location for complete combustion from step 2.&#x20;
4. Obtain center jet velocity using similarity results.&#x20;
5. Obtain nominal jet width using half jet spray width.&#x20;

### Stoichiometric Point Relation

The initial equation is molar fraction distribution, which is a restatement of the conservation of mass. This in addition to the chemical reaction, gives the molar proportion of the two reactants. At the stoichiometric point, complete reaction occurs so that the methane burns into carbon dioxide and water only.

$$
\chi\_{C H\_{4}}+\chi\_{O\_{2}}=1,\quad \ce{ CH4 + 2O2 -> CO2 + 2H2O }
$$

Another expression for the rate of reaction is the reaction progress equation, linking the molar fractions of the reactants methane and oxygen, together. This is then converted into a mass fraction.

$$
\begin{equation}
\begin{split}
\chi\_{C H\_{4}}&=\frac{n\_{C H\_{4}}}{n\_{C H\_{4}}+n\_{O\_{2}}\left(1+\frac{79}{21}\right)}=\frac{1}{1+2\left(1+\frac{79}{21}\right)}=0.095\\
&= \chi\_{C H\_{4}}\left(\frac{M\_{C H 4}}{M\_{\text {air}+C H\_{4}}}\right)=0.095 \frac{16.04}{\left\[16.04 \* 0.095+28.96^{\*}(1-.095)\right]}\\
&=0.0549 \quad\underline{(5.5 %)}
\end{split}
\end{equation}
$$

This is then set equal to the constraint equation for species mass flux to determine axial location for complete combustion of the reactant.

$$
\begin{equation}
\begin{aligned} \overline{Y}(x, r=0) &=C\_{8} Y\_{o}\left(\frac{\rho\_{s}}{\rho}\right)^{1 / 2}\left(\frac{r}{d}\right)^{-1}\cancelto{1}{ g\left(\frac{r}{x}\right)}=0.0549 \ &=5 Y\_{o}\left(\frac{\rho\_{C H\_{4}}}{\rho\_{\text {air}}}\right)\left(\frac{x}{d}\right)^{-1} \ &=5(1)\left(\frac{16.04}{28.96}\right)\left(\frac{x}{0.01}\right)^{-1} \quad \rightarrow \quad \boxed{x=0.68 \mathrm{m}} \end{aligned}
\end{equation}
$$

### Jet Velocity at Stoichiometric Point

Use result of similarity analysis to calculate CL jet velocity and jet width:

$$
\begin{equation}\begin{aligned} U\_{C L} &=U(x, r=0)=C\_{6} U\_{o}\left(\frac{\rho\_{s}}{\rho}\right)^{1 / 2}\left(\frac{x}{d}\right)^{-1} \cancelto{1}{f\left(\frac{y}{x}\right)^{\prime} }\ &=6(20)\left(\frac{16.04}{28.96}\right)^{1 / 2}\left(\frac{0.68}{0.01}\right)^{-1} \quad \rightarrow \quad U\_{C L}=\boxed{1.3 \text{ m/s}}\end{aligned}\end{equation}
$$

### Jet Width at  Stoichiometric Point

Get $F(\frac{y}{x})$ profile from gaussian profile plot. Read off where 0.5 is on the y axis then find that the jet half width. Then, scale the approximate value and solve for the nominal width. From either table or plot, $1 / 2 \text { Jet width: }\left(\x&#x69;*{1 / 2}\right)*{Y}=0.11$.

$$
\frac{R\_{\text { nominal }}}{x}=4\left(\xi\_{1 / 2}\right)*{Y}\rightarrow R*{\text { nominal }}=4\left\[\left(\xi\_{1 / 2}\right)*{Y} \right]x*{\text{stoich}}=4(0.11)(0.68) \approx \boxed{0.3 \text{ m}}
$$


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nkintc.gitbook.io/brainless/steam/engineering/heat-transfer/assignments/homework/q5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
