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