Skip to content

Commit

Permalink
Apply suggestions from code review idaholab#27800 idaholab#27887 idah…
Browse files Browse the repository at this point in the history
…olab#27888

Co-authored-by: Mauricio Tano <mauriciotano@gmail.com>
  • Loading branch information
freiler and tanoret committed Jun 17, 2024
1 parent 9007949 commit 23a650a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ G_k = min \left( G_k , C_{PL} \rho \epsilon \right) \,,

where:

- $C_{PL}$ it the limiter constant, and set to a recommended value of 10 .
- $C_{PL}$ it the limiter constant, and set by default to a recommended value of 10 \cite{durbin1996k}.

## Wall formulation:

Expand Down Expand Up @@ -69,7 +69,7 @@ G_k = 0.0 \,,
In the `logarithmic` boundary layers the production term is no longer negligible and is defined as:

\begin{equation}
G_k = \tau_w ||\nabla \vec{u}|| = \left( \mu_t + \mu \right) ||\nabla \vec{u}|| \frac{ C_{\mu}^{0.25} \sqrt(k)}{\kappa y_p} \,,
G_k = \tau_w ||\nabla \vec{u}|| = \mu_w ||\nabla \vec{u}|| \frac{ C_{\mu}^{0.25} \sqrt(k)}{\kappa y_p} \,,
\end{equation}

where:
Expand All @@ -84,7 +84,7 @@ The formulation assumes that the near wall value is already imposed in the $\mu_
When solving a linear problem, instead of the nonlinear formulation, the production term is formulated as:

\begin{equation}
G_k = \left( \mu_t + \mu \right) ||\nabla \vec{u}|| \frac{ C_{\mu}^{0.25} k}{\sqrt{k_{old}} \kappa y_p} \,.
G_k = \mu_w ||\nabla \vec{u}|| \frac{ C_{\mu}^{0.25} k}{\sqrt{k_{old}} \kappa y_p} \,.
\end{equation}

where:
Expand Down

0 comments on commit 23a650a

Please sign in to comment.