STLE: minor code formatting

This commit is contained in:
andy
2012-07-23 15:55:09 +01:00
parent 7db6ec1bff
commit 853a665aa5
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ License
The difference between the methods is based on when the patch values are
updated. When the condition is applied to a solution variable, the
call to updateCoeffs() occurs as a preliminary step of the
\<matrix\>.solve(). The evaluate() method is invoked after, or idependent
\<matrix\>.solve(). The evaluate() method is invoked after, or independent
of the matrix solve, via a call to \<field\>.correctBoundaryConditions().
@}

View File

@ -34,7 +34,7 @@ Description
co-ordinate \c z.
\f[
U = \frac{U^*}{K} ln(\frac{z - z_g + z_0}{z_0})
U = \frac{U^*}{K} ln\left(\frac{z - z_g + z_0}{z_0}\right)
\f]
where
@ -49,7 +49,7 @@ Description
and:
\f[
U^* = K \frac{U_{ref}}{ln(\frac{Z_{ref} + z_0}{z_0})}
U^* = K \frac{U_{ref}}{ln\left(\frac{Z_{ref} + z_0}{z_0}\right)}
\f]
where: