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 "addToRunTimeSelectionTable.H"
|
||||
#include "volFields.H"
|
||||
#include "one.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user