From b42e13583a2e76c05fef7152e46515a0787062c7 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 22 Jul 2008 11:12:40 +0200 Subject: [PATCH] More cleanup on headers/source for doxygen - it also found things like size_t instead of size_type in fileName class --- .../conversion/plot3dToFoam/plot3dToFoam.C | 3 +- .../db/functionObject/functionObject.H | 3 ++ .../functionObjectList/functionObjectList.H | 3 ++ .../FieldFields/FieldField/FieldField.H | 4 +- .../basic/generic/genericPolyPatch.H | 7 ++-- src/OpenFOAM/primitives/Scalar/doubleFloat.H | 3 -- .../primitives/strings/fileName/fileName.H | 2 +- .../autoHexMesh/shellSurfaces/shellSurfaces.H | 2 +- src/conversion/ensight/part/ensightPart.H | 2 +- .../boundaryMesh/octreeDataFaceList.C | 2 +- .../motionSmoother/motionSmoother.H | 35 ++++++++-------- .../displacementInterpolationFvMotionSolver.H | 2 +- .../ManualInjection/ManualInjection.H | 8 ++-- .../molecule/molecule/molecule.H | 26 ++++++------ .../moleculeCloudBuildCellOccupancy.C | 5 --- .../basic/energyScalingFunction.C | 3 -- .../basic/newEnergyScalingFunction.C | 3 -- .../pairPotential/basic/newPairPotential.C | 3 -- .../pairPotential/basic/pairPotential.C | 3 -- .../pairPotential/derived/azizChen/azizChen.H | 30 +++++++------- .../derived/maitlandSmith/maitlandSmith.H | 40 ++++++++++--------- .../basic/newTetherPotential.C | 3 -- .../directMappedPolyPatch.H | 7 ++-- .../fieldAverage/fieldAverage/fieldAverage.H | 2 +- src/postProcessing/forces/forces/forces.H | 2 +- .../OutputFilterFunctionObject.H | 10 ++++- .../chemkinReader/chemkinLexer.L | 5 +++ .../triSurface/interfaces/STL/readSTLASCII.L | 4 ++ .../dynOneEqEddy/dynOneEqEddy.H | 2 +- .../LienCubicKELowRe/LienCubicKELowRe.H | 2 +- 30 files changed, 118 insertions(+), 108 deletions(-) diff --git a/applications/utilities/mesh/conversion/plot3dToFoam/plot3dToFoam.C b/applications/utilities/mesh/conversion/plot3dToFoam/plot3dToFoam.C index f686180195..6e81ff9f0b 100644 --- a/applications/utilities/mesh/conversion/plot3dToFoam/plot3dToFoam.C +++ b/applications/utilities/mesh/conversion/plot3dToFoam/plot3dToFoam.C @@ -28,7 +28,8 @@ Description Work in progress! Handles ascii multiblock (and optionally singleBlock) format. By default expects blanking. Use -noBlank if none. - Use -2D if 2D. + Use -2D @a thickness if 2D. + Niklas Nordin has experienced a problem with lefthandedness of the blocks. The code should detect this automatically - see hexBlock::readPoints but if this goes wrong just set the blockHandedness_ variable to 'right' diff --git a/src/OpenFOAM/db/functionObject/functionObject.H b/src/OpenFOAM/db/functionObject/functionObject.H index d729c1c8cb..4761636613 100644 --- a/src/OpenFOAM/db/functionObject/functionObject.H +++ b/src/OpenFOAM/db/functionObject/functionObject.H @@ -28,6 +28,9 @@ Class Description Abstract base-class for Time/database function objects. +See Also + Foam::OutputFilterFunctionObject + SourceFiles functionObject.C diff --git a/src/OpenFOAM/db/functionObjectList/functionObjectList.H b/src/OpenFOAM/db/functionObjectList/functionObjectList.H index 752c6d8a0d..bd71c1578c 100644 --- a/src/OpenFOAM/db/functionObjectList/functionObjectList.H +++ b/src/OpenFOAM/db/functionObjectList/functionObjectList.H @@ -29,6 +29,9 @@ Description List of function objects with execute function which is called for each object. +See Also + Foam::functionObject and Foam::OutputFilterFunctionObject + SourceFiles functionObjectList.C diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H index 20b41f17b8..958e2f259b 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H @@ -23,7 +23,7 @@ License Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Class - Foam::FieldField\ + Foam::FieldField Description Generic field type. @@ -134,7 +134,7 @@ public: ); forAll(*nffPtr, i) - { + { nffPtr->set(i, Field::NewCalculatedType(ff[i]).ptr()); } diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H index a5a0614b99..6ab6354a08 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H @@ -23,14 +23,15 @@ License Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Class - Foam::genericPolyPatch.C + Foam::genericPolyPatch Description Determines a mapping between patch face centres and mesh cell centres and processors they're on. - Note: storage is not optimal. It stores all face centres and cells on - all processors to keep the addressing calculation simple. +Note + Storage is not optimal. It stores all face centres and cells on all + processors to keep the addressing calculation simple. SourceFiles genericPolyPatch.C diff --git a/src/OpenFOAM/primitives/Scalar/doubleFloat.H b/src/OpenFOAM/primitives/Scalar/doubleFloat.H index 58e8f65002..40ccb27279 100644 --- a/src/OpenFOAM/primitives/Scalar/doubleFloat.H +++ b/src/OpenFOAM/primitives/Scalar/doubleFloat.H @@ -22,9 +22,6 @@ License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -Typedef - Foam::double and float - \*---------------------------------------------------------------------------*/ #ifndef doubleFloat_H diff --git a/src/OpenFOAM/primitives/strings/fileName/fileName.H b/src/OpenFOAM/primitives/strings/fileName/fileName.H index 71cdfbdb46..1ef3839ea5 100644 --- a/src/OpenFOAM/primitives/strings/fileName/fileName.H +++ b/src/OpenFOAM/primitives/strings/fileName/fileName.H @@ -147,7 +147,7 @@ public: wordList components(const char delimiter='/') const; //- Return a component of the path - word component(const size_t, const char delimiter='/') const; + word component(const size_type, const char delimiter='/') const; // Interogation diff --git a/src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H b/src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H index b996e98e89..0ec93cbeb1 100644 --- a/src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H +++ b/src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H @@ -23,7 +23,7 @@ License Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Class - shellSurfaces + Foam::shellSurfaces Description Encapsulates queries for volume refinement ('refine all cells within diff --git a/src/conversion/ensight/part/ensightPart.H b/src/conversion/ensight/part/ensightPart.H index b511c6d095..5df840ea01 100644 --- a/src/conversion/ensight/part/ensightPart.H +++ b/src/conversion/ensight/part/ensightPart.H @@ -137,7 +137,7 @@ protected: ( ensightFile& os, const List& field, - const labelList& idList + const List