mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvOptions: Corrected docs: 'fieldName' -> 'fields'
Resolves bug-report http://bugs.openfoam.org/view.php?id=2273
This commit is contained in:
@ -49,7 +49,7 @@ Usage
|
||||
\verbatim
|
||||
actuationDiskSourceCoeffs
|
||||
{
|
||||
fieldNames (U); // names of fields to apply source
|
||||
fields (U); // names of fields to apply source
|
||||
diskDir (-1 0 0); // disk direction
|
||||
Cp 0.1; // power coefficient
|
||||
Ct 0.5; // thrust coefficient
|
||||
|
||||
@ -33,7 +33,7 @@ Usage
|
||||
\verbatim
|
||||
buoyancyEnergyCoeffs
|
||||
{
|
||||
fieldNames (h); // Name of energy field
|
||||
fields (h); // Name of energy field
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ Usage
|
||||
\verbatim
|
||||
buoyancyForceCoeffs
|
||||
{
|
||||
fieldNames (U); // Name of velocity field
|
||||
fields (U); // Name of velocity field
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ Usage
|
||||
meanVelocityForceCoeffs
|
||||
{
|
||||
selectionMode all; // Apply force to all cells
|
||||
fieldNames (U); // Name of velocity field
|
||||
fields (U); // Name of velocity field
|
||||
Ubar (10.0 0 0); // Desired mean velocity
|
||||
relaxation 0.2; // Optional relaxation factor
|
||||
}
|
||||
|
||||
@ -36,7 +36,7 @@ Usage
|
||||
patchMeanVelocityForceCoeffs
|
||||
{
|
||||
selectionMode all; // Apply force to all cells
|
||||
fieldNames (U); // Name of velocity field
|
||||
fields (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
|
||||
|
||||
@ -35,7 +35,7 @@ Usage
|
||||
\verbatim
|
||||
rotorDiskSourceCoeffs
|
||||
{
|
||||
fieldNames (U); // names of fields on which to apply source
|
||||
fields (U); // names of fields on which to apply source
|
||||
nBlades 3; // number of blades
|
||||
tipEffect 0.96; // normalised radius above which lift = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user