Skip to content

Commit e3fabfc

Browse files
authored
Merge pull request #14761 from cxp484/FireX
FireX: Merge with firemodels/master
2 parents cd2eae4 + e2d2f45 commit e3fabfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.

Manuals/FDS_Technical_Reference_Guide/Wildland_Chapter.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ \subsection{Numerical Method}
149149
\end{equation}
150150
If we take the example of the face $i+\frac{1}{2}$ then
151151
\begin{gather}
152-
\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j}
152+
\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j} \\[6pt]
153153
\phi_{\rm upwind}= \begin{cases}
154154
\phi_{i, j}-\phi_{i-1, j} & \quad R_x > 0 \\[6pt]
155155
\phi_{i+2, j}-\phi_{i+1, j} & \quad R_x < 0
@@ -200,7 +200,7 @@ \subsection{Burning Rate Model}
200200
\begin{figure}
201201
\begin{center}
202202
\scalebox{0.6}{\includegraphics{FIGURES/LS_burning_rate}}
203-
\caption[Determination of burning rate for cell ignited in level set spread]{\label{fig:LS_burning_rate} Determination of burning rate for cell ignited in level set spread. The heat release per unit area is ramped up linearly, held at a fixed value, and ramped down linearly. The values which define this trapezoidal shape are determined for two possible scenarios. The characteristic cell depth, $D_{\rm cell}$, is greater than the fire depth, $D_{\rm fire}$, or vice versa.}
203+
\caption[Determination of burning rate for cell ignited in level set spread]{\label{fig:LS_burning_rate} Determination of burning rate for cell ignited in level set spread. The heat release per unit area, $\dot{q}''$, is ramped up linearly, held at a fixed value, then ramped down linearly. The values which define this trapezoidal shape are determined for two possible scenarios: the characteristic cell depth, $D_{\rm cell}$, is greater than the fire depth, $D_{\rm fire}$, or vice versa.}
204204
\end{center}
205205
\end{figure}
206206

Source/cons.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ MODULE GLOBAL_CONSTANTS
359359
REAL(EB) :: LIMITING_DT_RATIO=1.E-4_EB !< Ratio of current to initial time step when code is stopped
360360
REAL(EB) :: NOISE_VELOCITY=0.005_EB !< Velocity of random noise vectors (m/s)
361361
REAL(EB) :: TAU_DEFAULT=1._EB !< Default ramp-up time (s)
362-
REAL(EB) :: TAU_CHEM=1.E-10_EB !< Smallest reaction mixing time scale (s)
362+
REAL(EB) :: TAU_CHEM=1.E-5_EB !< Smallest reaction mixing time scale (s)
363363
REAL(EB) :: TAU_FLAME=1.E10_EB !< Largest reaction mixing time scale (s)
364364
REAL(EB) :: SMOKE_ALBEDO=0.3_EB !< Parmeter used by Smokeview
365365
REAL(EB) :: Y_WERNER_WENGLE=11.81_EB !< Limit of y+ in Werner-Wengle model

0 commit comments

Comments
 (0)