We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 464fd25 + 5bf6574 commit 15afa94Copy full SHA for 15afa94
Manuals/FDS_Technical_Reference_Guide/Wildland_Chapter.tex
@@ -149,7 +149,7 @@ \subsection{Numerical Method}
149
\end{equation}
150
If we take the example of the face $i+\frac{1}{2}$ then
151
\begin{gather}
152
-\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j}
+\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j} \\[6pt]
153
\phi_{\rm upwind}= \begin{cases}
154
\phi_{i, j}-\phi_{i-1, j} & \quad R_x > 0 \\[6pt]
155
\phi_{i+2, j}-\phi_{i+1, j} & \quad R_x < 0
0 commit comments