Skip to content
Snippets Groups Projects
Commit 67c780a8 authored by Henry Weller's avatar Henry Weller
Browse files

meanVelocityForce: Added selectionMode to example dict

parent 8c8a3a16
Branches
Tags
No related merge requests found
...@@ -35,13 +35,13 @@ Description ...@@ -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
......
...@@ -35,10 +35,11 @@ Description ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment