meanVelocityForce: Added selectionMode to example dict

This commit is contained in:
Henry Weller
2015-07-02 09:46:56 +01:00
parent 8c8a3a162f
commit 67c780a878
2 changed files with 9 additions and 8 deletions

View File

@ -35,13 +35,13 @@ Description
\verbatim \verbatim
meanVelocityForceCoeffs meanVelocityForceCoeffs
{ {
fieldNames (U); // Name of velocity field selectionMode all; // Apply force to all cells
Ubar (10.0 0 0); // Desired mean velocity fieldNames (U); // Name of velocity field
relaxation 0.2; // Optional relaxation factor Ubar (10.0 0 0); // Desired mean velocity
relaxation 0.2; // Optional relaxation factor
} }
\endverbatim \endverbatim
SourceFiles SourceFiles
meanVelocityForce.C meanVelocityForce.C

View File

@ -35,10 +35,11 @@ Description
\verbatim \verbatim
patchMeanVelocityForceCoeffs patchMeanVelocityForceCoeffs
{ {
fieldNames (U); // Name of velocity field selectionMode all; // Apply force to all cells
patch inlet; // Name of the patch fieldNames (U); // Name of velocity field
Ubar (10.0 0 0); // Desired mean velocity patch inlet; // Name of the patch
relaxation 0.2; // Optional relaxation factor Ubar (10.0 0 0); // Desired mean velocity
relaxation 0.2; // Optional relaxation factor
} }
\endverbatim \endverbatim