mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STLE: minor code formatting
This commit is contained in:
@ -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().
|
||||
@}
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user