STYLE: Documentation updates

This commit is contained in:
Andrew Heather
2016-10-20 11:08:50 +01:00
parent 95347013a8
commit fb0b764466
48 changed files with 93 additions and 59 deletions

View File

@ -32,7 +32,7 @@ Description
volScalarField. The field is stored on the mesh database so that it can volScalarField. The field is stored on the mesh database so that it can
be retrieved and used for other applications. be retrieved and used for other applications.
Usage Usage
Example of function object specification to calculate the Courant number: Example of function object specification to calculate the Courant number:
\verbatim \verbatim
CourantNo1 CourantNo1
@ -43,7 +43,7 @@ Usage
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: CourantNo | yes | type | Type name: CourantNo | yes |

View File

@ -47,6 +47,7 @@ Usage
} }
\endverbatim \endverbatim
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: DESModelRegions| yes | type | type name: DESModelRegions| yes |

View File

@ -41,7 +41,7 @@ Usage
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: Peclet | yes | type | type name: Peclet | yes |

View File

@ -51,7 +51,7 @@ Usage
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: Q | yes | type | type name: Q | yes |

View File

@ -31,6 +31,7 @@ Description
Writes the turbulent flame-speed and reaction-rate volScalarFields for the Writes the turbulent flame-speed and reaction-rate volScalarFields for the
Xi-based combustion models. Xi-based combustion models.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
XiReactionRate XiReactionRate
@ -41,7 +42,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: XiReactionRate | yes | type | type name: XiReactionRate | yes |

View File

@ -49,6 +49,7 @@ Description
Additional reporting is written to the standard output, providing Additional reporting is written to the standard output, providing
statistics as to the number of cells used by each scheme. statistics as to the number of cells used by each scheme.
Usage
Example of function object specification to calculate the blending factor: Example of function object specification to calculate the blending factor:
\verbatim \verbatim
blendingFactor1 blendingFactor1
@ -63,7 +64,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: blendingFactor | yes | type | Type name: blendingFactor | yes |

View File

@ -34,6 +34,7 @@ Description
The result can be used further for determining variance or RMS values The result can be used further for determining variance or RMS values
(for example). (for example).
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
dpdt2 dpdt2
@ -46,7 +47,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: ddt2 | yes | type | type name: ddt2 | yes |

View File

@ -98,7 +98,9 @@ Usage
\endverbatim \endverbatim
This reads/writes (on the master processor) the directory: This reads/writes (on the master processor) the directory:
comms/region0_region1/TPatchGroup/ comms/region0_region1/TPatchGroup/
with contents: with contents:
patchPoints (collected points) patchPoints (collected points)
patchFaces (collected faces) patchFaces (collected faces)

View File

@ -64,7 +64,7 @@ Description
periodicRestart option and setting \c restartPeriod to the required periodicRestart option and setting \c restartPeriod to the required
averaging period. averaging period.
Example of function object specification: Usage
\verbatim \verbatim
fieldAverage1 fieldAverage1
{ {
@ -98,7 +98,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: fieldAverage | yes | type | type name: fieldAverage | yes |

View File

@ -32,6 +32,7 @@ Description
co-ordinates to a local co-ordinate system. The fields are run-time co-ordinates to a local co-ordinate system. The fields are run-time
modifiable. modifiable.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
fieldCoordinateSystemTransform1 fieldCoordinateSystemTransform1
@ -56,7 +57,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: fieldCoordinateSystemTransform | yes | type | type name: fieldCoordinateSystemTransform | yes |

View File

@ -35,6 +35,7 @@ Description
component value or the magnitude is reported. When operating in parallel, component value or the magnitude is reported. When operating in parallel,
the processor owning the value is also given. the processor owning the value is also given.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
fieldMinMax1 fieldMinMax1
@ -50,7 +51,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: fieldMinMax | yes | type | type name: fieldMinMax | yes |

View File

@ -33,6 +33,7 @@ Description
The operation is applied to all results of each fieldValue object. The operation is applied to all results of each fieldValue object.
Accordingly, each object must generate the same number and type of results. Accordingly, each object must generate the same number and type of results.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
fieldValueDelta1 fieldValueDelta1
@ -52,7 +53,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: fieldValueDelta | yes | type | type name: fieldValueDelta | yes |

View File

@ -37,6 +37,7 @@ Description
For example, to calculate the volumetric or mass flux across a patch, For example, to calculate the volumetric or mass flux across a patch,
apply the 'sum' operator to the flux field (typically \c phi) apply the 'sum' operator to the flux field (typically \c phi)
Usage
Examples of function object specification: Examples of function object specification:
\verbatim \verbatim
movingWallPatch movingWallPatch
@ -74,7 +75,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: surfaceFieldValue | yes | type | type name: surfaceFieldValue | yes |

View File

@ -33,6 +33,7 @@ Description
Given a list of user-specified fields and a 'volRegion', a number of Given a list of user-specified fields and a 'volRegion', a number of
operations can be performed, such as sums, averages and integrations. operations can be performed, such as sums, averages and integrations.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
volFieldValue1 volFieldValue1
@ -58,7 +59,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: volFieldValue | yes | type | Type name: volFieldValue | yes |

View File

@ -54,6 +54,7 @@ Usage
} }
\endverbatim \endverbatim
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: fluxSummary | yes | type | type name: fluxSummary | yes |

View File

@ -30,6 +30,7 @@ Group
Description Description
Write the volume-weighted histogram of a volScalarField. Write the volume-weighted histogram of a volScalarField.
Usage
Example: Example:
\verbatim \verbatim
histogram1 histogram1
@ -46,7 +47,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: histogram | yes | type | type name: histogram | yes |

View File

@ -46,6 +46,7 @@ Usage
fields ("U.*" p); fields ("U.*" p);
} }
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: mapFields | yes | type | Type name: mapFields | yes |

View File

@ -38,6 +38,7 @@ Description
- to calculate a new field as a post-processing step or - to calculate a new field as a post-processing step or
- since the fields are registered, used in another functionObject - since the fields are registered, used in another functionObject
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
nearWallFields1 nearWallFields1
@ -59,7 +60,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: nearWallFields | yes | type | type name: nearWallFields | yes |

View File

@ -76,6 +76,7 @@ Description
Total pressure coefficient | yes | yes Total pressure coefficient | yes | yes
\endtable \endtable
Usage
Example of function object specification to calculate pressure coefficient: Example of function object specification to calculate pressure coefficient:
\verbatim \verbatim
pressure1 pressure1
@ -88,7 +89,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: pressure | yes | type | type name: pressure | yes |

View File

@ -31,6 +31,7 @@ Description
Writes a scalar field whose value is the local processor ID. The output Writes a scalar field whose value is the local processor ID. The output
field name is 'processorID'. field name is 'processorID'.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
processorField1 processorField1
@ -41,7 +42,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: processorField | yes | type | type name: processorField | yes |

View File

@ -31,6 +31,7 @@ Description
Reads fields from the time directories and adds them to the mesh database Reads fields from the time directories and adds them to the mesh database
for further post-processing. for further post-processing.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
readFields1 readFields1
@ -42,7 +43,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: readFields | yes | type | type name: readFields | yes |

View File

@ -35,8 +35,6 @@ Description
based on where the field is below the threshold value. These based on where the field is below the threshold value. These
regions ("droplets") can now be analysed. regions ("droplets") can now be analysed.
Regions: Regions:
- print the regions connected to a user-defined set of patches. - print the regions connected to a user-defined set of patches.
(in spray calculation these form the liquid core) (in spray calculation these form the liquid core)
@ -59,6 +57,7 @@ Description
downstream of the injector determined by origin, direction and maxDiameter downstream of the injector determined by origin, direction and maxDiameter
up to maxDownstream up to maxDownstream
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
regionSizeDistribution1 regionSizeDistribution1
@ -102,7 +101,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: regionSizeDistribution |yes| type | type name: regionSizeDistribution |yes|

View File

@ -31,6 +31,7 @@ Description
Generates streamline data by sampling a set of user-specified fields along a Generates streamline data by sampling a set of user-specified fields along a
particle track, transported by a user-specified velocity field. particle track, transported by a user-specified velocity field.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
streamLine1 streamLine1
@ -64,7 +65,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: streamLine | yes | type | Type name: streamLine | yes |

View File

@ -38,6 +38,7 @@ Description
- to calculate a new field as a post-processing step or - to calculate a new field as a post-processing step or
- since the fields are registered, used in another functionObject - since the fields are registered, used in another functionObject
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
surfaceInterpolate1 surfaceInterpolate1
@ -49,7 +50,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: nearWallFields | yes | type | type name: nearWallFields | yes |

View File

@ -37,6 +37,7 @@ Description
turbulenceModel:R turbulenceModel:R
\endverbatim \endverbatim
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
turbulenceFields1 turbulenceFields1
@ -52,7 +53,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: turbulenceFields | yes | type | type name: turbulenceFields | yes |

View File

@ -47,6 +47,7 @@ Usage
} }
\endverbatim \endverbatim
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: valueAverage | yes | type | type name: valueAverage | yes |

View File

@ -43,6 +43,7 @@ Usage
} }
\endverbatim \endverbatim
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: vorticity | yes | type | Type name: vorticity | yes |

View File

@ -32,6 +32,7 @@ Description
particle track, transported by a user-specified velocity field, constrained particle track, transported by a user-specified velocity field, constrained
to a patch. to a patch.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
wallBoundedStreamLine1 wallBoundedStreamLine1
@ -67,7 +68,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: wallBoundedStreamLine| yes | type | Type name: wallBoundedStreamLine| yes |

View File

@ -34,6 +34,7 @@ Description
All wall patches are included by default; to restrict the calculation to All wall patches are included by default; to restrict the calculation to
certain patches, use the optional 'patches' entry. certain patches, use the optional 'patches' entry.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
wallHeatFlux1 wallHeatFlux1
@ -45,7 +46,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: wallHeatFlux | yes | type | type name: wallHeatFlux | yes |

View File

@ -45,6 +45,7 @@ Description
model. All wall patches are included by default; to restrict the model. All wall patches are included by default; to restrict the
calculation to certain patches, use the optional 'patches' entry. calculation to certain patches, use the optional 'patches' entry.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
wallShearStress1 wallShearStress1
@ -56,7 +57,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: wallShearStress | yes | type | type name: wallShearStress | yes |

View File

@ -31,6 +31,7 @@ Description
Writes the cell-centres volVectorField and the three component fields as Writes the cell-centres volVectorField and the three component fields as
volScalarFields. volScalarFields.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
writeCellCentres writeCellCentres
@ -41,7 +42,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: writeCellCentres | yes | type | type name: writeCellCentres | yes |

View File

@ -30,6 +30,7 @@ Group
Description Description
Writes the cell-volumes volScalarField. Writes the cell-volumes volScalarField.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
writeCellVolumes writeCellVolumes
@ -40,7 +41,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: writeCellVolumes | yes | type | type name: writeCellVolumes | yes |

View File

@ -44,7 +44,7 @@ Usage
} }
\endverbatim \endverbatim
Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: yPlus | yes | type | Type name: yPlus | yes |

View File

@ -34,6 +34,7 @@ Description
The result can be used, for example, to post-process near-wall The result can be used, for example, to post-process near-wall
field values. field values.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
zeroGrad zeroGrad
@ -46,7 +47,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: zeroGradient | yes | type | type name: zeroGradient | yes |

View File

@ -45,6 +45,7 @@ Description
- CdBin.dat : drag coefficient bins - CdBin.dat : drag coefficient bins
- ClBin.dat : lift coefficient bins - ClBin.dat : lift coefficient bins
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
forceCoeffs1 forceCoeffs1
@ -71,7 +72,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: forces | yes | type | Type name: forces | yes |

View File

@ -48,6 +48,7 @@ Description
- localForceBin.dat : force bins in local co-ordinate system - localForceBin.dat : force bins in local co-ordinate system
- localMomentBin.dat : moment bins in local co-ordinate system - localMomentBin.dat : moment bins in local co-ordinate system
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
forces1 forces1
@ -68,7 +69,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: forces | yes | type | Type name: forces | yes |

View File

@ -34,12 +34,13 @@ Description
- total current number of parcels - total current number of parcels
- total current mass of parcels - total current mass of parcels
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
cloudInfo1 cloudInfo1
{ {
type cloudInfo; type cloudInfo;
libs ("libcloudFunctionObjects.so"); libs ("liblagrangianFunctionObjects.so");
... ...
clouds clouds
( (
@ -49,8 +50,7 @@ Description
} }
\endverbatim \endverbatim
Where the entries comprise:
Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: cloudInfo | yes | type | type name: cloudInfo | yes |

View File

@ -35,18 +35,18 @@ Description
- overallT - overallT
from averaged extensive fields from a DSMC calculation. from averaged extensive fields from a DSMC calculation.
Usage
Example of function object specification to calculate DSMC fields: Example of function object specification to calculate DSMC fields:
\verbatim \verbatim
dsmcFields1 dsmcFields1
{ {
type dsmcFields; type dsmcFields;
libs ("libutilityFunctionObjects.so"); libs ("liblagrangianFunctionObjects.so");
... ...
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: dsmcFields | yes | type | Type name: dsmcFields | yes |

View File

@ -43,6 +43,7 @@ Description
The kinematicCloud properties are read from the The kinematicCloud properties are read from the
constant/kinematicCloudProperties dictionary in the usual manner. constant/kinematicCloudProperties dictionary in the usual manner.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
tracks tracks
@ -52,7 +53,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: icoUncoupledKinematicCloud | yes | type | Type name: icoUncoupledKinematicCloud | yes |

View File

@ -36,7 +36,7 @@ Description
- The diffusivity can be set manually using the 'D' entry, or retrieved - The diffusivity can be set manually using the 'D' entry, or retrieved
from the turbulence model (if applicable). from the turbulence model (if applicable).
Usage
Example of function object specification to solve a scalar transport Example of function object specification to solve a scalar transport
equation: equation:
\verbatim \verbatim
@ -55,7 +55,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: scalarTransport | yes | type | Type name: scalarTransport | yes |

View File

@ -41,6 +41,7 @@ Description
codeWrite : c++; upon functionObject::write() codeWrite : c++; upon functionObject::write()
codeEnd : c++; upon functionObject::end(); codeEnd : c++; upon functionObject::end();
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
difference difference

View File

@ -30,6 +30,7 @@ Group
Description Description
Removes registered objects if present in the database. Removes registered objects if present in the database.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
removeRegisteredObject1 removeRegisteredObject1
@ -41,7 +42,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: removeRegisteredObject | yes | type | type name: removeRegisteredObject | yes |

View File

@ -30,18 +30,15 @@ Group
Description Description
Writes out the initial residual for specified fields. Writes out the initial residual for specified fields.
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
residuals residuals
{ {
type residuals; type residuals;
writeControl timeStep; libs ("libutilityFunctionObjects.so");
writeInterval 1; ...
fields fields (U p);
(
U
p
);
} }
\endverbatim \endverbatim

View File

@ -34,7 +34,7 @@ Description
functionObjects. Supports 'enabled' flag but none of the other options functionObjects. Supports 'enabled' flag but none of the other options
'timeStart', 'timeEnd', 'writeControl' etc. 'timeStart', 'timeEnd', 'writeControl' etc.
Usage
Example of function object specification to manipulate the time step: Example of function object specification to manipulate the time step:
\verbatim \verbatim
setTimeStep1 setTimeStep1
@ -45,7 +45,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: setTimeStep | yes | type | Type name: setTimeStep | yes |

View File

@ -35,6 +35,7 @@ Description
- every output time - every output time
- end of the calculation - end of the calculation
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
systemCall1 systemCall1
@ -59,7 +60,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: systemCall | yes | type | type name: systemCall | yes |

View File

@ -36,11 +36,15 @@ Description
Nu = 2.0 + \left(0.4 Re^{0.5} + 0.06 Re^{2/3}\right)*Pr^{0.4} Nu = 2.0 + \left(0.4 Re^{0.5} + 0.06 Re^{2/3}\right)*Pr^{0.4}
\f] \f]
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
probes probes
{ {
type thermoCoupleProbes; type thermoCoupleProbes;
libs ("libutilityFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
solver rodas23; solver rodas23;
absTol 1e-12; absTol 1e-12;
@ -56,9 +60,6 @@ Description
radiationField G; radiationField G;
libs ("libutilityFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
probeLocations probeLocations
( (
(0.5 0.5 0.5) (0.5 0.5 0.5)

View File

@ -30,6 +30,7 @@ Group
Description Description
Performs a file copy/replacement once a specified time has been reached. Performs a file copy/replacement once a specified time has been reached.
Usage
Example usage to update the fvSolution dictionary at various times Example usage to update the fvSolution dictionary at various times
throughout the calculation: throughout the calculation:
\verbatim \verbatim
@ -51,7 +52,7 @@ Description
} }
\endverbatim \endverbatim
\heading Function object usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | Type name: timeActivatedFileUpdate | yes | type | Type name: timeActivatedFileUpdate | yes |

View File

@ -48,6 +48,7 @@ Description
anyWrite | any option of the previous two anyWrite | any option of the previous two
\endvartable \endvartable
Usage
Example of function object specification: Example of function object specification:
\verbatim \verbatim
writeObjects1 writeObjects1
@ -60,7 +61,7 @@ Description
} }
\endverbatim \endverbatim
Usage Where the entries comprise:
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: writeObjects | yes | type | type name: writeObjects | yes |