meanVelocityForce: Added selectionMode to example dict
This commit is contained in:
parent
83961e1de1
commit
9794225b49
2 changed files with 9 additions and 8 deletions
|
|
@ -35,13 +35,13 @@ Description
|
|||
\verbatim
|
||||
meanVelocityForceCoeffs
|
||||
{
|
||||
fieldNames (U); // Name of velocity field
|
||||
Ubar (10.0 0 0); // Desired mean velocity
|
||||
relaxation 0.2; // Optional relaxation factor
|
||||
selectionMode all; // Apply force to all cells
|
||||
fieldNames (U); // Name of velocity field
|
||||
Ubar (10.0 0 0); // Desired mean velocity
|
||||
relaxation 0.2; // Optional relaxation factor
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
|
||||
SourceFiles
|
||||
meanVelocityForce.C
|
||||
|
||||
|
|
|
|||
|
|
@ -35,10 +35,11 @@ Description
|
|||
\verbatim
|
||||
patchMeanVelocityForceCoeffs
|
||||
{
|
||||
fieldNames (U); // Name of velocity field
|
||||
patch inlet; // Name of the patch
|
||||
Ubar (10.0 0 0); // Desired mean velocity
|
||||
relaxation 0.2; // Optional relaxation factor
|
||||
selectionMode all; // Apply force to all cells
|
||||
fieldNames (U); // Name of velocity field
|
||||
patch inlet; // Name of the patch
|
||||
Ubar (10.0 0 0); // Desired mean velocity
|
||||
relaxation 0.2; // Optional relaxation factor
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue