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
|
\verbatim
|
||||||
actuationDiskSourceCoeffs
|
actuationDiskSourceCoeffs
|
||||||
{
|
{
|
||||||
fieldNames (U); // names of fields to apply source
|
fields (U); // names of fields to apply source
|
||||||
diskDir (-1 0 0); // disk direction
|
diskDir (-1 0 0); // disk direction
|
||||||
Cp 0.1; // power coefficient
|
Cp 0.1; // power coefficient
|
||||||
Ct 0.5; // thrust coefficient
|
Ct 0.5; // thrust coefficient
|
||||||
|
|||||||
@ -33,7 +33,7 @@ Usage
|
|||||||
\verbatim
|
\verbatim
|
||||||
buoyancyEnergyCoeffs
|
buoyancyEnergyCoeffs
|
||||||
{
|
{
|
||||||
fieldNames (h); // Name of energy field
|
fields (h); // Name of energy field
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ Usage
|
|||||||
\verbatim
|
\verbatim
|
||||||
buoyancyForceCoeffs
|
buoyancyForceCoeffs
|
||||||
{
|
{
|
||||||
fieldNames (U); // Name of velocity field
|
fields (U); // Name of velocity field
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
|||||||
@ -36,7 +36,7 @@ Usage
|
|||||||
meanVelocityForceCoeffs
|
meanVelocityForceCoeffs
|
||||||
{
|
{
|
||||||
selectionMode all; // Apply force to all cells
|
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
|
Ubar (10.0 0 0); // Desired mean velocity
|
||||||
relaxation 0.2; // Optional relaxation factor
|
relaxation 0.2; // Optional relaxation factor
|
||||||
}
|
}
|
||||||
|
|||||||
@ -36,7 +36,7 @@ Usage
|
|||||||
patchMeanVelocityForceCoeffs
|
patchMeanVelocityForceCoeffs
|
||||||
{
|
{
|
||||||
selectionMode all; // Apply force to all cells
|
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
|
patch inlet; // Name of the patch
|
||||||
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
|
||||||
|
|||||||
@ -35,7 +35,7 @@ Usage
|
|||||||
\verbatim
|
\verbatim
|
||||||
rotorDiskSourceCoeffs
|
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
|
nBlades 3; // number of blades
|
||||||
tipEffect 0.96; // normalised radius above which lift = 0
|
tipEffect 0.96; // normalised radius above which lift = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user