Skip to content

Commit

Permalink
FDS User Guide: Fix inconsistent stoich coefs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgratta committed Nov 18, 2024
1 parent c8fef53 commit b3306f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manuals/FDS_User_Guide/FDS_User_Guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5226,8 +5226,8 @@ \subsection{Multiple Fuels}
\end{multline}
and the reaction for wood with a soot yield of $y_{\rm s}$ = 0.015 and a CO yield of $y_{\mathrm{CO}}$= 0.004 \cite{SFPE:Tewarson} is:
\begin{multline}\label{eq:wood_combust}
1\,\underbrace{\mathrm{(CH_{1.7}O_{0.74}N_{0.002})}}_\text{Fuel} + 1.021246\,\underbrace{\mathrm{(O_2 + 3.76 \; N_2})}_\text{Air} \longrightarrow \\
1\,\underbrace{\mathrm{(0.964384141\; CO_2 + 0.003655 \; CO + 0.85 \; H_2O + 0.03196\; C + 3.84076 \; N_2)}}_\text{Products\_2}
1\,\underbrace{\mathrm{(CH_{1.7}O_{0.74}N_{0.002})}}_\text{Fuel} + 1.02121\,\underbrace{\mathrm{(O_2 + 3.76 \; N_2})}_\text{Air} \longrightarrow \\
1\,\underbrace{\mathrm{(0.96438\; CO_2 + 0.003655 \; CO + 0.85 \; H_2O + 0.03196\; C + 3.84076 \; N_2)}}_\text{Products\_2}
\end{multline}
Similar to example in Sec.~\ref{info:Complex_Fuel}, we will use the lumped species approach to minimize the number of species that FDS needs to transport. Therefore, the species are defined in the following manner:
\begin{lstlisting}
Expand Down

0 comments on commit b3306f3

Please sign in to comment.