Skip to content
Snippets Groups Projects
Commit 8b792199 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Updated/clean-up header documentation

parent 6c1b2f4e
No related merge requests found
......@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -39,7 +39,7 @@ Description
\f]
\f[
k = \frac{(U^*)^2}{\sqrt{C_mu}}
k = \frac{(U^*)^2}{\sqrt{C_{\mu}}}
\f]
\f[
......@@ -50,7 +50,7 @@ Description
\vartable
U^* | Friction velocity
\kappa | von Karman's constant
C_mu | Turbulence viscosity coefficient
C_{\mu} | Turbulence viscosity coefficient
z | Vertical coordinate
z_0 | Surface roughness height [m]
z_g | Minimum z-coordinate [m]
......
......@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::SRFVelocityFvPatchVectorField
Foam::SRFFreestreamVelocityFvPatchVectorField
Description
Freestream velocity condition to be used in conjunction with the single
......@@ -32,17 +32,17 @@ Description
applies the appropriate rotation transformation in time and space to
determine the local velocity using:
\f[
U_p = cos(\theta)*U_{Inf} + sin(theta) (n^UInf) - U_{p,srf}
\f]
\f[
U_p = cos(\theta) U_{Inf} + sin(\theta) (n \times U_{Inf}) - U_{p,srf}
\f]
where
\vartable
U_p = patch velocity [m/s]
U_{Inf} = free stream velocity in the absolute frame [m/s]
theta = swept angle [rad]
n = axis direction of the SRF
U_{p,srf} = SRF velocity of the patch
U_p | patch velocity [m/s]
U_{Inf} | free stream velocity in the absolute frame [m/s]
\theta | swept angle [rad]
n | axis direction of the SRF
U_{p,srf} | SRF velocity of the patch [m/s]
\endvartable
......
......@@ -52,9 +52,9 @@ Description
where
\vartable
U_p = patch velocity [m/s]
U_{in} = user-specified inlet velocity
U_{p,srf} = SRF velocity
U_p | patch velocity [m/s]
U_{in} | user-specified inlet velocity
U_{p,srf} | SRF velocity
\endvartable
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment