ENH: Updated header file documentation

This commit is contained in:
Andrew Heather
2017-03-21 09:40:35 +00:00
parent e9355df198
commit cbf793fca2
14 changed files with 21 additions and 18 deletions

View File

@ -35,7 +35,7 @@ Description
The weight of a blended scheme is given by a function of the blending
factor, f:
\[f
\f[
weight = f scheme1 + (1 - f) scheme2
\f]

View File

@ -30,6 +30,7 @@ Description
Generates particle size information from Eulerian calculations, e.g. VoF.
Usage
\verbatim
extractEulerianParticles1
{
type extractEulerianParticles;

View File

@ -42,11 +42,11 @@ Usage
libs ("libfieldFunctionObjects.so");
operation subtract;
source1
region1
{
...
}
source2
region2
{
...
}

View File

@ -45,6 +45,7 @@ Usage
fields ("U.*" p);
}
\endverbatim
Where the entries comprise:
\table