From 56c819f584b2794b6aadd7f6901e427ebc43f373 Mon Sep 17 00:00:00 2001
From: freiler <54753719+freiler@users.noreply.github.com>
Date: Mon, 17 Jun 2024 10:46:33 -0600
Subject: [PATCH] Apply suggestions from code review @tanoret #27800 #27887
 #27888

Co-authored-by: Mauricio Tano <mauriciotano@gmail.com>
---
 .../doc/content/source/auxkernels/RANSYPlusAux.md             | 2 +-
 .../source/fvbcs/INSFVTurbulentViscosityWallFunction.md       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/navier_stokes/doc/content/source/auxkernels/RANSYPlusAux.md b/modules/navier_stokes/doc/content/source/auxkernels/RANSYPlusAux.md
index ea3d063dd113..89e47a631ee8 100644
--- a/modules/navier_stokes/doc/content/source/auxkernels/RANSYPlusAux.md
+++ b/modules/navier_stokes/doc/content/source/auxkernels/RANSYPlusAux.md
@@ -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).
 
diff --git a/modules/navier_stokes/doc/content/source/fvbcs/INSFVTurbulentViscosityWallFunction.md b/modules/navier_stokes/doc/content/source/fvbcs/INSFVTurbulentViscosityWallFunction.md
index ec6f135dfa1c..5d70645d228f 100644
--- a/modules/navier_stokes/doc/content/source/fvbcs/INSFVTurbulentViscosityWallFunction.md
+++ b/modules/navier_stokes/doc/content/source/fvbcs/INSFVTurbulentViscosityWallFunction.md
@@ -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^+$.