STYLE: Minor code tidying

This commit is contained in:
Andrew Heather
2017-02-03 12:20:58 +00:00
parent 77a3022c43
commit b4f0b2930d
9 changed files with 7 additions and 8 deletions

View File

@ -32,7 +32,7 @@ Description
Note: cannot access the state dictionary until after construction of the Note: cannot access the state dictionary until after construction of the
function objects, since the owner container functionObjectList is owned function objects, since the owner container functionObjectList is owned
by time, and time owns the state dictionary. I.e. need to wait for time by time, and time owns the state dictionary. I.e. need to wait for time
to be fully consttucted. to be fully constructed.
See also See also
Foam::functionObject Foam::functionObject

View File

@ -51,7 +51,7 @@ namespace functionObjects
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class functionObjectFile Declaration Class writeFile Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class writeFile class writeFile

View File

@ -34,7 +34,7 @@ Description
Usage Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
valueFraction | fraction od value used for boundary [0-1] | yes | valueFraction | fraction of value used for boundary [0-1] | yes |
\endtable \endtable
Example of the boundary condition specification: Example of the boundary condition specification:

View File

@ -34,7 +34,7 @@ Foam::slipFvPatchField<Type>::slipFvPatchField
const DimensionedField<Type, volMesh>& iF const DimensionedField<Type, volMesh>& iF
) )
: :
basicSymmetryFvPatchField<Type>(p, iF) basicSymmetryFvPatchField<Type>(p, iF)
{} {}

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::functionObjects::runTimePostProcessing Foam::functionObjects::runTimePostPro::runTimePostProcessing
Group Group
grpGraphicsFunctionObjects grpGraphicsFunctionObjects

View File

@ -27,7 +27,7 @@ License
#include "dictionary.H" #include "dictionary.H"
#include "polyMesh.H" #include "polyMesh.H"
#include "volFields.H" #include "volFields.H"
#include "coordinateSystem.H"
#include "addToRunTimeSelectionTable.H" #include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -63,7 +63,6 @@ SourceFiles
#include "surfaceFieldsFwd.H" #include "surfaceFieldsFwd.H"
#include "surfaceMesh.H" #include "surfaceMesh.H"
#include "polyMesh.H" #include "polyMesh.H"
#include "coordinateSystems.H"
#include "interpolation.H" #include "interpolation.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -27,6 +27,7 @@ License
#include "dictionary.H" #include "dictionary.H"
#include "polyMesh.H" #include "polyMesh.H"
#include "volFields.H" #include "volFields.H"
#include "coordinateSystem.H"
#include "addToRunTimeSelectionTable.H" #include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -52,7 +52,6 @@ SourceFiles
#include "volFieldsFwd.H" #include "volFieldsFwd.H"
#include "surfaceFieldsFwd.H" #include "surfaceFieldsFwd.H"
#include "polyMesh.H" #include "polyMesh.H"
#include "coordinateSystems.H"
#include "interpolation.H" #include "interpolation.H"
#include "error.H" #include "error.H"
#include "IOobjectList.H" #include "IOobjectList.H"