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

STYLE: Documentation updates - fixes #371

parent 59dacd31
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ Class
Foam::fixedNormalInletOutletVelocityFvPatchVectorField
Group
grpInletletBoundaryConditions grpOutletBoundaryConditions
grpInletBoundaryConditions grpOutletBoundaryConditions
Description
This velocity inlet/outlet boundary condition combines a fixed normal
......
......@@ -25,7 +25,7 @@ Class
Foam::pressureInletOutletVelocityFvPatchVectorField
Group
grpInletletBoundaryConditions grpOutletBoundaryConditions
grpInletBoundaryConditions grpOutletBoundaryConditions
Description
This velocity inlet/outlet boundary condition is applied to pressure
......@@ -49,7 +49,7 @@ Usage
type pressureInletOutletVelocity;
phi phi;
tangentialVelocity uniform (0 0 0);
value uniform 0;
value uniform (0 0 0);
}
\endverbatim
......
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