I will implement some calculators to estimate the proper settings for the boundary prism layer meshing.
Simple mathematical calculations, such as the four arithmetic operations and power, can be done using HTML and JavaScript.
Boundary Layer Mesh
\begin{align}
l_{n} = l_{1} r^{n-1}
\end{align}
\begin{align}
l_{tot} = \sum_{k=1}^{n} l_{1} r^{k-1} = \frac{l_{1} \left( r^n – 1 \right)}{r – 1} \left( r \neq 1 \right)
\end{align}