Skip to content
Snippets Groups Projects
Commit 8e91b8f9 authored by Jérôme Chanut's avatar Jérôme Chanut
Browse files

LDF chapter: changer Reynolds numbers for Lap

parent a3db1f32
No related branches found
No related tags found
1 merge request!9Resolve "update LDF chapter"
Pipeline #1443 passed with stage
in 5 minutes and 34 seconds
......@@ -399,14 +399,13 @@ the magnitude of the coefficient.
%% =================================================================================================
\subsection[Velocity dependent mixing coefficients (\forcode{=31})]{Flow dependent mixing coefficients (\protect\np[=31]{nn_aht_ijk_t}{nn\_aht\_ijk\_t} \& \protect\np[=31]{nn_ahm_ijk_t}{nn\_ahm\_ijk\_t})}
In that case, the eddy coefficient is proportional to the local velocity magnitude so that the Reynolds number $Re = \lvert U \rvert e / A_l$ is constant (and here hardcoded to $12$):
\colorbox{yellow}{JC comment: The Reynolds is effectively set to 12 in the code for both operators but shouldn't it be 2 for Laplacian ?}
In that case, the eddy coefficient is proportional to the local velocity magnitude so that the Reynolds number $Re = \lvert U \rvert e / A_l$ is constant (and here hardcoded to $2$ for the Laplacian and $12$ for the Bilaplacian):
\begin{equation}
\label{eq:LDF_flowah}
A_l = \left\{
\begin{aligned}
& \frac{1}{12} \lvert U \rvert e & \text{for laplacian operator } \\
& \frac{1}{2} \lvert U \rvert e & \text{for laplacian operator } \\
& \frac{1}{12} \lvert U \rvert e^3 & \text{for bilaplacian operator }
\end{aligned}
\right.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment