mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
flowRateInletVelocity: Minor update
This commit is contained in:
@ -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 * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user