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

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

View File

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

View File

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

View File

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

View File

@ -35,6 +35,7 @@ Description
- every output time
- end of the calculation
Usage
Example of function object specification:
\verbatim
systemCall1
@ -59,7 +60,7 @@ Description
}
\endverbatim
Usage
Where the entries comprise:
\table
Property | Description | Required | Default value
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}
\f]
Usage
Example of function object specification:
\verbatim
probes
{
type thermoCoupleProbes;
libs ("libutilityFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
solver rodas23;
absTol 1e-12;
@ -56,9 +60,6 @@ Description
radiationField G;
libs ("libutilityFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
probeLocations
(
(0.5 0.5 0.5)

View File

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

View File

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