flowRateInletVelocity: Minor update

This commit is contained in:
Henry Weller
2016-02-10 09:44:18 +00:00
parent cfc829dad9
commit d8ff6d2093
2 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,9 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "flowRateInletVelocityFvPatchVectorField.H" #include "flowRateInletVelocityFvPatchVectorField.H"
#include "addToRunTimeSelectionTable.H"
#include "volFields.H" #include "volFields.H"
#include "one.H" #include "one.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -76,8 +76,7 @@ Description
} }
\endverbatim \endverbatim
The \c flowRate entry is a \c Function1 type, meaning that it can be The \c flowRate entry is a \c Function1 of time, see Foam::Function1Types.
specified as constant, a polynomial fuction of time, and ...
Note Note
- \c rhoInlet is required for the case of a mass flow rate, where the - \c rhoInlet is required for the case of a mass flow rate, where the