Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manuals/FDS_Technical_Reference_Guide/Momentum_Chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ \subsection{The Courant-Friedrichs-Lewy (CFL) Constraint}
\frac{\|\mathbf{u}\|}{\delta x} = \max \left(\frac{|u|}{\delta x}, \frac{|v|}{\delta y}, \frac{|w|}{\delta z}\right)
\end{equation}

The addition of the magnitude of the velocity divergence to the velocity norm is discussed below in Sec.~\ref{sec:mass_density_constraint}. Notice that {\ct CFL\_VELOCITY\_NORM=3} omits this restriction and should therefore only be used for incompressible flows.
The addition of the magnitude of the velocity divergence to the velocity norm is discussed below in Sec.~\ref{sec:mass_density_constraint}. Notice that \ct{CFL_VELOCITY_NORM=3} omits this restriction and should therefore only be used for incompressible flows.

\subsection{The Von Neumann Constraint}

Expand Down
2 changes: 1 addition & 1 deletion Manuals/FDS_Technical_Reference_Guide/Solid_Chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ \subsubsection{Empirical Natural/Forced Convection Model}
\end{center}
\end{table}

The impinging jet heat transfer model uses the stagnation pressure to define the velocity scale, $U_{\rm imp} = \sqrt{2 H}$, in the Reynolds number, but otherwise uses the forced convection Nusselt correlation with slightly modified default constants, $C_1 = 0.55$ and $n=0.8$. As with the forced convection model, custom coefficients may be used, as discussed in the FDS User Guide \cite{FDS_Users_Guide}. If the impinging jet model is implemented by the user, $\NU_{\rm impinge}$ gets added to the list of max arguments in Eq.~(\ref{q_con}).
To avoid the artificial dissipation caused by averaging velocity components in a diverging flow, the impinging jet heat transfer model uses the staggered cell's maximum velocity components to define the velocity scale in the Reynolds number, but otherwise uses the forced convection Nusselt correlation with slightly modified default constants, $C_1 = 0.55$ and $n=0.8$. As with the forced convection model, custom coefficients may be used, as discussed in the FDS User Guide \cite{FDS_Users_Guide}. If the impinging jet model is implemented by the user, $\NU_{\rm impinge}$ gets added to the list of max arguments in Eq.~(\ref{q_con}).

\be
\NU_{\rm impinge} = C_0 + \left( C_1 \, \RE_{\rm imp}^n - C_2 \right) \, \PR^m \quad ; \quad \RE_{\rm imp} = \frac{\rho U_{\rm imp} L}{\mu} \quad ; \quad m=1/3
Expand Down