diff --git a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H index f551ecc7e4e183a922930dc3440829ac8991bf71..f3353c0ab3746cc1e66572c4a36990aaa19c5df9 100644 --- a/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H +++ b/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H @@ -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] diff --git a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H index 75bef5835d496a0dbe5f1133f240595bb666b385..ba70362f493b661649ee13a2a6052937c8ed9864 100644 --- a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H +++ b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H @@ -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 diff --git a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H index 33b0314cef286ee0202e6a1cb99f17a44e5cf558..61a5119ba99d50a05e47b483148d0a65726ff367 100644 --- a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H +++ b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H @@ -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