From d8ff6d20936137dffba365cd2305475e64859d5d Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Wed, 10 Feb 2016 09:44:18 +0000
Subject: [PATCH] flowRateInletVelocity: Minor update

---
 .../flowRateInletVelocityFvPatchVectorField.C                  | 2 +-
 .../flowRateInletVelocityFvPatchVectorField.H                  | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
index b286c9c74e..152c327a4c 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
+++ b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
@@ -24,9 +24,9 @@ License
 \*---------------------------------------------------------------------------*/
 
 #include "flowRateInletVelocityFvPatchVectorField.H"
+#include "addToRunTimeSelectionTable.H"
 #include "volFields.H"
 #include "one.H"
-#include "addToRunTimeSelectionTable.H"
 
 // * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //
 
diff --git a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H
index f27795df1e..8699ad31dc 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H
@@ -76,8 +76,7 @@ Description
     }
     \endverbatim
 
-    The \c flowRate entry is a \c Function1 type, meaning that it can be
-    specified as constant, a polynomial fuction of time, and ...
+    The \c flowRate entry is a \c Function1 of time, see Foam::Function1Types.
 
 Note
     - \c rhoInlet is required for the case of a mass flow rate, where the
-- 
GitLab