Corrected typo

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1514
This commit is contained in:
Henry
2015-02-08 20:27:22 +00:00
parent 1a05f2ad42
commit 121a8f32bd
3 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
FoamFoam::atmBoundaryLayer
Foam::atmBoundaryLayer
Group
grpRASBoundaryConditions grpInletBoundaryConditions

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
FoamFoam::atmBoundaryLayerInletEpsilonFvPatchScalarField
Foam::atmBoundaryLayerInletEpsilonFvPatchScalarField
Group
grpRASBoundaryConditions grpInletBoundaryConditions
@ -31,7 +31,7 @@ Description
This boundary condition specifies an inlet value for the turbulence
dissipation, \f$\epsilon\f$, appropriate for atmospheric boundary layers.
See FoamFoam::atmBoundaryLayer for details.
See Foam::atmBoundaryLayer for details.
Example of the boundary condition specification:
\verbatim
@ -47,9 +47,9 @@ Description
\endverbatim
SeeAlso
FoamFoam::atmBoundaryLayer,
FoamFoam::atmBoundaryLayerInletVelocityFvPatchVectorField,
FoamFoam::atmBoundaryLayerInletKFvPatchScalarField
Foam::atmBoundaryLayer,
Foam::atmBoundaryLayerInletVelocityFvPatchVectorField,
Foam::atmBoundaryLayerInletKFvPatchScalarField
SourceFiles
atmBoundaryLayerInletEpsilonFvPatchScalarField.C

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
FoamFoam::atmBoundaryLayerInletVelocityFvPatchVectorField
Foam::atmBoundaryLayerInletVelocityFvPatchVectorField
Group
grpRASBoundaryConditions grpInletBoundaryConditions
@ -31,7 +31,7 @@ Description
This boundary condition specifies a velocity inlet profile appropriate
for atmospheric boundary layers (ABL).
See FoamFoam::atmBoundaryLayer for details.
See Foam::atmBoundaryLayer for details.
Example of the boundary condition specification:
\verbatim
@ -48,9 +48,9 @@ Description
\endverbatim
SeeAlso
FoamFoam::atmBoundaryLayer,
FoamFoam::atmBoundaryLayerInletKFvPatchScalarField,
FoamFoam::atmBoundaryLayerInletEpsilonFvPatchScalarField
Foam::atmBoundaryLayer,
Foam::atmBoundaryLayerInletKFvPatchScalarField,
Foam::atmBoundaryLayerInletEpsilonFvPatchScalarField
SourceFiles
atmBoundaryLayerInletVelocityFvPatchVectorField.C