Skip to content

Commit

Permalink
Apply suggestions from code review @tanoret idaholab#27800 idaholab#2…
Browse files Browse the repository at this point in the history
…7887 idaholab#27888

Co-authored-by: Mauricio Tano <mauriciotano@gmail.com>
  • Loading branch information
freiler and tanoret committed Jun 17, 2024
1 parent 523ec4b commit 56c819f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Computes the dimensionless wall distance $y^+$ for RANS models.

Four different formulations are supported as defined by the "wall_treatment" parameter.
Four different formulations are supported as defined by the [!param](/AuxKernels/RANSYPlusAux/wall_treatment) parameter.
Details on each of the four formulations can be found in
[INSFVTurbulentViscosityWallFunction](source/fvbcs/INSFVTurbulentViscosityWallFunction.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ $\mu_w = \mu + \mu_t $ , such that the wall shear stress $\tau_w$ is accurately
without the need of fully resolving the gradients at the near wall region.

\begin{equation}
\tau_w = /frac{ \mu_w $u_p$}{y_p}
\tau_w = /frac{ \mu_w u_p}{y_p}
\end{equation}

To obtain the relationship between the wall shear stress and the dimensionless wall distance,
four different formulations are supportedas defined by the
[!param](/FVBCs/INSFVTurbulentViscosityWallFunction/wall_treatment) parameter.

To define a proper grid spacing during the meshing process, we recommend using the Auxiliary Kernel
To set the grid spacing for the first cell near the wall in your mesh, we recommend using the Auxiliary Kernel
[RANSYPlusAux.md]
to estimate the dimensionless wall distance $y^+$.

Expand Down

0 comments on commit 56c819f

Please sign in to comment.