diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H index 3c9f0fd653932a809e520c30905a2d8734bb0c6a..b7de5d5941d625f6662fa9c6caa54b560a0bd642 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H @@ -26,7 +26,7 @@ Class Foam::ZoneID Description - A class holds the data needed to identify a zone in a dynamic mesh. + A class that holds the data needed to identify a zone in a dynamic mesh. The zone is identified by name. Its index in the zoneMesh is updated if the mesh has changed. diff --git a/src/decompositionAgglomeration/decompositionMethods/geomDecomp/geomDecomp.H b/src/decompositionAgglomeration/decompositionMethods/geomDecomp/geomDecomp.H index 5973683aeb1b29629177f21354992f514eef5e33..df5d580707af8b276a01a38db5cb1c812e3fdd77 100644 --- a/src/decompositionAgglomeration/decompositionMethods/geomDecomp/geomDecomp.H +++ b/src/decompositionAgglomeration/decompositionMethods/geomDecomp/geomDecomp.H @@ -26,6 +26,7 @@ Class Foam::geomDecomp Description + Geometrical domain decomposition SourceFiles geomDecomp.C diff --git a/src/decompositionAgglomeration/decompositionMethods/metisDecomp/metisDecomp.H b/src/decompositionAgglomeration/decompositionMethods/metisDecomp/metisDecomp.H index 0dea688dc1dbc3f91a3a7ee2a7780edc9218416e..95fc1daa6597c6af355aafc77eeadc81ccc4d0b7 100644 --- a/src/decompositionAgglomeration/decompositionMethods/metisDecomp/metisDecomp.H +++ b/src/decompositionAgglomeration/decompositionMethods/metisDecomp/metisDecomp.H @@ -26,6 +26,7 @@ Class Foam::metisDecomp Description + Metis domain decomposition SourceFiles metisDecomp.C diff --git a/src/decompositionAgglomeration/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C b/src/decompositionAgglomeration/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C index a0df1f132f98170a2be6d4c76491e0dd97f3d14b..a630fa6b65a8d3a81d035f648050ae8628d43b88 100644 --- a/src/decompositionAgglomeration/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C +++ b/src/decompositionAgglomeration/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C @@ -55,7 +55,7 @@ namespace Foam // assignToProcessorGroup : given nCells cells and nProcGroup processor // groups to share them, how do we share them out? Answer : each group -// gets nCells/nProocGroup cells, and the first few get one +// gets nCells/nProcGroup cells, and the first few get one // extra to make up the numbers. This should produce almost // perfect load balancing diff --git a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H index f72091fa3f10d9ddbd35269c204f1ddf028952e3..a00e09efceb143f96bb90b134fc6afeb90f5ed8b 100644 --- a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H +++ b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H @@ -29,7 +29,7 @@ Description Mesh motion specifically for the "pumping" system of an ink-jet injector. - The set of points in the "pumping" region are compressed and expended + The set of points in the "pumping" region are compressed and expanded sinusoidally to impose a sinusoidal variation of the flow at the nozzle exit. diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H index 621741e05ed3f87ce773eeee8510748bfaf98fc6..b5627099685ab58aeae4e097a47b7fa1864061ad 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H @@ -23,7 +23,7 @@ License Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Class - Foam::turbulentMixingLengthDissipationRateInletFvPatchScalarField + Foam::turbulentMixingLengthFrequencyInletFvPatchScalarField Description Calculate omega via the mixing length diff --git a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H index 9936ed56f38a27811144ccc2dab412c22c89fb07..32535f833cb4b9569283f4c41fcab7c3a4e709bc 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H +++ b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H @@ -27,10 +27,11 @@ Class Description Holds information (coordinate and yStar) regarding nearest wall point. + Used in VanDriest wall damping where the interest is in y+ but only - needs to be calculated upto e.g. y+ < 200. In all other cells/faces - (since y gets initialized to GREAT and yStar to 1) the damping function - becomes 1 + needs to be calculated up to e.g. y+ < 200. In all other cells/faces + the damping function becomes 1, since y gets initialized to GREAT and + yStar to 1. SourceFiles wallPointYPlusI.H diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H index c3ad1b6d0e714923edf08bccd62b2569920c4830..dca12e68e8d45ee20ef08531cd8a0ff42ce1e0e7 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H @@ -26,17 +26,19 @@ Class Foam::displacementInterpolationFvMotionSolver Description - Mesh motion solver for an fvMesh. Scales inbetween motion prescribed on - faceZones. Works out per point the distance between the bounding - face zones (in all three directions) at the start and then every time - step + Mesh motion solver for an fvMesh. + + Scales inbetween motion prescribed on faceZones. Works out per point + the distance between the bounding face zones (in all three directions) + at the start and then every time step - moves the faceZones based on tables - interpolates the displacement of all points based on the - faceZone motion. + faceZone motion. - Tables are in the constant/tables directory. + Tables are in the <verbatim>constant/tables</verbatim> directory. - Note: could be a motionSolver - does not use any fvMesh structure. +Note + could be a motionSolver - does not use any fvMesh structure. SourceFiles displacementInterpolationFvMotionSolver.C diff --git a/src/meshTools/octree/treeBoundBox.H b/src/meshTools/octree/treeBoundBox.H index fe70d09baaa8dac3efb14d85472b14653c0e40a9..a946869ec6d37f048659de484d424301d0f787a6 100644 --- a/src/meshTools/octree/treeBoundBox.H +++ b/src/meshTools/octree/treeBoundBox.H @@ -32,16 +32,18 @@ Description On the back plane (z=0): - Y - ^ - | - +--------+ - |2 3| - | | - | | - | | - |0 1| - +--------+->X + @verbatim + Y + ^ + | + +--------+ + |2 3| + | | + | | + | | + |0 1| + +--------+->X + @endverbatim For the front plane add 4 to the point labels. @@ -234,7 +236,7 @@ public: //- Returns octant number given intersection. Midpoint provided. // onEdge set if sample on edge of subOctant. If onEdge // the direction vector determines which octant to use - // (acc. to which octant the sample would be if it were moved + // (acc. to which octant the sample would be if it were moved // along dir) static inline direction subOctant ( @@ -250,7 +252,7 @@ public: inline void searchOrder ( const point& sample, - FixedList<direction, 8>& octantOrder + FixedList<direction, 8>& octantOrder ) const; //- Intersects other boundingbox? diff --git a/src/sampling/sampledSet/writers/writer/writer.H b/src/sampling/sampledSet/writers/writer/writer.H index 47d2d1f9c241243543d55dea6128490e3748e159..92110ab4f12e6eedeef9ca309fdeda885072d247 100644 --- a/src/sampling/sampledSet/writers/writer/writer.H +++ b/src/sampling/sampledSet/writers/writer/writer.H @@ -26,15 +26,15 @@ Class Foam::writer Description - base class for graphics format writing. Entry points are - - write(..). Write to an Ostream a table of points with corresponding - values. - - - write(scalar/vector/tensor). Write single scalar/vector/tensor. - Default is to write space separated components. + Base class for graphics format writing. Entry points are + - write(..). \n + Write to an Ostream a table of points with corresponding values. + - write(scalar/vector/tensor). \n + Write single scalar/vector/tensor. + Default is to write space separated components. Example: - + @verbatim // Construct writer of xmgr type autoPtr<writer<scalar> > scalarFormatter(writer<scalar>::New("xmgr")); @@ -51,8 +51,8 @@ Description "U.component(0)", // name of values vals // values ); + @endverbatim - SourceFiles writer.C @@ -90,7 +90,7 @@ protected: //- Generates filename from coordSet and sampled fields fileName getBaseName(const coordSet&, const wordList&) const; - + void writeCoord ( const coordSet& samples,