flowRateInletVelocity: Minor update
This commit is contained in:
parent
cfc829dad9
commit
d8ff6d2093
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue