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

STYLE: Documentation updates - fixes #371

parent 8b38201e
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ Class ...@@ -25,7 +25,7 @@ Class
Foam::fixedNormalInletOutletVelocityFvPatchVectorField Foam::fixedNormalInletOutletVelocityFvPatchVectorField
Group Group
grpInletletBoundaryConditions grpOutletBoundaryConditions grpInletBoundaryConditions grpOutletBoundaryConditions
Description Description
This velocity inlet/outlet boundary condition combines a fixed normal This velocity inlet/outlet boundary condition combines a fixed normal
......
...@@ -25,7 +25,7 @@ Class ...@@ -25,7 +25,7 @@ Class
Foam::pressureInletOutletVelocityFvPatchVectorField Foam::pressureInletOutletVelocityFvPatchVectorField
Group Group
grpInletletBoundaryConditions grpOutletBoundaryConditions grpInletBoundaryConditions grpOutletBoundaryConditions
Description Description
This velocity inlet/outlet boundary condition is applied to pressure This velocity inlet/outlet boundary condition is applied to pressure
...@@ -49,7 +49,7 @@ Usage ...@@ -49,7 +49,7 @@ Usage
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
phi phi; phi phi;
tangentialVelocity uniform (0 0 0); tangentialVelocity uniform (0 0 0);
value uniform 0; value uniform (0 0 0);
} }
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment