mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
meanVelocityForce: Added selectionMode to example dict
This commit is contained in:
@ -35,13 +35,13 @@ Description
|
|||||||
\verbatim
|
\verbatim
|
||||||
meanVelocityForceCoeffs
|
meanVelocityForceCoeffs
|
||||||
{
|
{
|
||||||
|
selectionMode all; // Apply force to all cells
|
||||||
fieldNames (U); // Name of velocity field
|
fieldNames (U); // Name of velocity field
|
||||||
Ubar (10.0 0 0); // Desired mean velocity
|
Ubar (10.0 0 0); // Desired mean velocity
|
||||||
relaxation 0.2; // Optional relaxation factor
|
relaxation 0.2; // Optional relaxation factor
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
meanVelocityForce.C
|
meanVelocityForce.C
|
||||||
|
|
||||||
|
|||||||
@ -35,6 +35,7 @@ Description
|
|||||||
\verbatim
|
\verbatim
|
||||||
patchMeanVelocityForceCoeffs
|
patchMeanVelocityForceCoeffs
|
||||||
{
|
{
|
||||||
|
selectionMode all; // Apply force to all cells
|
||||||
fieldNames (U); // Name of velocity field
|
fieldNames (U); // Name of velocity field
|
||||||
patch inlet; // Name of the patch
|
patch inlet; // Name of the patch
|
||||||
Ubar (10.0 0 0); // Desired mean velocity
|
Ubar (10.0 0 0); // Desired mean velocity
|
||||||
|
|||||||
Reference in New Issue
Block a user