From 221ffd7156de62fe2de1bdede26c89aeef286702 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Wed, 4 Jan 2017 16:05:47 +0000 Subject: [PATCH] STYLE: Documentation updates - fixes #371 --- .../fixedNormalInletOutletVelocityFvPatchVectorField.H | 2 +- .../pressureInletOutletVelocityFvPatchVectorField.H | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H index 0c693a1d09..99d8d4c213 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H @@ -25,7 +25,7 @@ Class Foam::fixedNormalInletOutletVelocityFvPatchVectorField Group - grpInletletBoundaryConditions grpOutletBoundaryConditions + grpInletBoundaryConditions grpOutletBoundaryConditions Description This velocity inlet/outlet boundary condition combines a fixed normal diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H index 6ca9107e9b..04516860eb 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H @@ -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 -- GitLab