mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1514
This commit is contained in:
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
FoamFoam::atmBoundaryLayer
|
Foam::atmBoundaryLayer
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpRASBoundaryConditions grpInletBoundaryConditions
|
grpRASBoundaryConditions grpInletBoundaryConditions
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
FoamFoam::atmBoundaryLayerInletEpsilonFvPatchScalarField
|
Foam::atmBoundaryLayerInletEpsilonFvPatchScalarField
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpRASBoundaryConditions grpInletBoundaryConditions
|
grpRASBoundaryConditions grpInletBoundaryConditions
|
||||||
@ -31,7 +31,7 @@ Description
|
|||||||
This boundary condition specifies an inlet value for the turbulence
|
This boundary condition specifies an inlet value for the turbulence
|
||||||
dissipation, \f$\epsilon\f$, appropriate for atmospheric boundary layers.
|
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:
|
Example of the boundary condition specification:
|
||||||
\verbatim
|
\verbatim
|
||||||
@ -47,9 +47,9 @@ Description
|
|||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
SeeAlso
|
SeeAlso
|
||||||
FoamFoam::atmBoundaryLayer,
|
Foam::atmBoundaryLayer,
|
||||||
FoamFoam::atmBoundaryLayerInletVelocityFvPatchVectorField,
|
Foam::atmBoundaryLayerInletVelocityFvPatchVectorField,
|
||||||
FoamFoam::atmBoundaryLayerInletKFvPatchScalarField
|
Foam::atmBoundaryLayerInletKFvPatchScalarField
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
atmBoundaryLayerInletEpsilonFvPatchScalarField.C
|
atmBoundaryLayerInletEpsilonFvPatchScalarField.C
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
FoamFoam::atmBoundaryLayerInletVelocityFvPatchVectorField
|
Foam::atmBoundaryLayerInletVelocityFvPatchVectorField
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpRASBoundaryConditions grpInletBoundaryConditions
|
grpRASBoundaryConditions grpInletBoundaryConditions
|
||||||
@ -31,7 +31,7 @@ Description
|
|||||||
This boundary condition specifies a velocity inlet profile appropriate
|
This boundary condition specifies a velocity inlet profile appropriate
|
||||||
for atmospheric boundary layers (ABL).
|
for atmospheric boundary layers (ABL).
|
||||||
|
|
||||||
See FoamFoam::atmBoundaryLayer for details.
|
See Foam::atmBoundaryLayer for details.
|
||||||
|
|
||||||
Example of the boundary condition specification:
|
Example of the boundary condition specification:
|
||||||
\verbatim
|
\verbatim
|
||||||
@ -48,9 +48,9 @@ Description
|
|||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
SeeAlso
|
SeeAlso
|
||||||
FoamFoam::atmBoundaryLayer,
|
Foam::atmBoundaryLayer,
|
||||||
FoamFoam::atmBoundaryLayerInletKFvPatchScalarField,
|
Foam::atmBoundaryLayerInletKFvPatchScalarField,
|
||||||
FoamFoam::atmBoundaryLayerInletEpsilonFvPatchScalarField
|
Foam::atmBoundaryLayerInletEpsilonFvPatchScalarField
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
atmBoundaryLayerInletVelocityFvPatchVectorField.C
|
atmBoundaryLayerInletVelocityFvPatchVectorField.C
|
||||||
|
|||||||
Reference in New Issue
Block a user