Corrected capitalization of Doxygen documentation comments

This commit is contained in:
Henry
2015-02-14 13:10:15 +00:00
parent fb68661de8
commit f58fd14271
268 changed files with 818 additions and 818 deletions

View File

@ -50,7 +50,7 @@ minArea -1;
// and face centre triangles normal
minTwist 0.0;
//- minimum normalised cell determinant
//- Minimum normalised cell determinant
// 1 = hex, <= 0 = folded or flattened illegal cell
minDeterminant 0.001;

View File

@ -192,10 +192,10 @@ class starMesh
void operator=(const starMesh&);
//- read fixed format vertex label
//- Read fixed format vertex label
static label readVtxLabel(IFstream&);
//- read fixed format vertex coordinate component
//- Read fixed format vertex coordinate component
static scalar readVtxCmpt(IFstream&);
//- Read to nl

View File

@ -133,7 +133,7 @@ class backgroundMeshDecomposition
//- Decomposition method
autoPtr<decompositionMethod> decomposerPtr_;
//- merge distance required by fvMeshDistribute
//- Merge distance required by fvMeshDistribute
scalar mergeDist_;
//- Scale of a cell span vs cell size used to decide to refine a cell

View File

@ -54,13 +54,13 @@ private:
// Private data
//- cell size at distance_ from the surface
//- Cell size at distance_ from the surface
scalar distanceCellSize_;
//- distance from the surface to control over
//- Distance from the surface to control over
scalar distance_;
//- distance squared
//- Distance squared
scalar distanceSqr_;

View File

@ -54,7 +54,7 @@ private:
// Private data
//- cell size at distance_ from the surface
//- Cell size at distance_ from the surface
scalar distanceCellSize_;
//- Offset distance from surface for constant size portion

View File

@ -546,7 +546,7 @@ private:
) const;
//- Check if a location is in the exclusion range of an existing feature
//- edge conformation location
//- Edge conformation location
bool nearFeatureEdgeLocation
(
const pointIndexHit& pHit,
@ -731,7 +731,7 @@ private:
label classifyBoundaryPoint(Cell_handle cit) const;
//- Index all of the the Delaunay cells and calculate their
//- dual points
//- Dual points
void indexDualVertices
(
pointField& pts,

View File

@ -58,7 +58,7 @@ class pointFeatureEdgesTypes
//- Reference to the feature edge mesh
const extendedFeatureEdgeMesh& feMesh_;
//- label of the point
//- Label of the point
label pointLabel_;

View File

@ -88,7 +88,7 @@ class indexedCell
// Private data
//- The index for this Delaunay tetrahedral cell. Type information is
//- also carried:
//- Also carried:
// ctFar : the dual point of this cell does not form part of the
// internal or boundary of the dual mesh

View File

@ -163,7 +163,7 @@ class cvControls
//- Allowed relative load unbalance
scalar maxLoadUnbalance_;
//- cosine of angle of alignment with required direction within which a
//- Cosine of angle of alignment with required direction within which a
// face will be accepted for rotation
scalar cosAlignmentAcceptanceAngle_;
@ -179,7 +179,7 @@ class cvControls
// size
scalar faceAreaRatioCoeff_;
//- cosine of the angle of alignment with the required direction
//- Cosine of the angle of alignment with the required direction
// within which a long De will be accepted for a new Dv insertion
scalar cosInsertionAcceptanceAngle_;

View File

@ -457,7 +457,7 @@ meshQualityControls
// and face centre triangles normal
minTwist 0.02;
//- minimum normalised cell determinant
//- Minimum normalised cell determinant
//- 1 = hex, <= 0 = folded or flattened illegal cell
minDeterminant 0.001;

View File

@ -149,7 +149,7 @@ public:
// Member Functions
//- test function
//- Test function
virtual bool need_refine( const Cube &c )
{
int l = c.lv() ;
@ -352,7 +352,7 @@ public:
//}
}
//- data function
//- Data function
virtual real value_at( const Cube &c )
{
return signedDistance(converter_.toGlobal(c)) - _iso_val;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -443,7 +443,7 @@ int main(int argc, char *argv[])
PtrList<volTensorField> volTensorFields;
ReadFields(mesh, objects, volTensorFields);
//- uncomment if you want to interpolate surface fields (usually bad idea)
//- Uncomment if you want to interpolate surface fields (usually bad idea)
//Info<< "Reading all current surfaceFields" << endl;
//PtrList<surfaceScalarField> surfaceScalarFields;
//ReadFields(mesh, objects, surfaceScalarFields);

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -206,7 +206,7 @@ void Foam::ensightLagrangianField
}
//- write generalized field components
//- Write generalized field components
template<class Type>
void Foam::ensightVolField
(

View File

@ -64,7 +64,7 @@ void ensightParticlePositions
);
//- write lagrangian parcels
//- Write lagrangian parcels
template<class Type>
void ensightLagrangianField
(
@ -75,7 +75,7 @@ void ensightLagrangianField
IOstream::streamFormat format
);
//- write generalized field components
//- Write generalized field components
template<class Type>
void ensightVolField
(

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -89,7 +89,7 @@ public:
// Access
//- whole mesh
//- Whole mesh
const fvMesh& baseMesh() const
{
return baseMesh_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -90,7 +90,7 @@ public:
// Access
//- whole mesh
//- Whole mesh
const fvMesh& baseMesh() const
{
return baseMesh_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -79,7 +79,7 @@ public:
// Public static data
//- equivalent to enumeration in "vtkCellType.h"
//- Equivalent to enumeration in "vtkCellType.h"
enum vtkTypes
{
VTK_TRIANGLE = 5,

View File

@ -184,7 +184,7 @@ class vtkPV3Foam
}
};
//- bookkeeping for polyhedral cell decomposition
//- Bookkeeping for polyhedral cell decomposition
// hide in extra pointMap (cellSet/cellZone) for now
class polyDecomp
{
@ -536,7 +536,7 @@ class vtkPV3Foam
const label datasetNo
);
//- face set/zone field
//- Face set/zone field
template<class Type>
void convertFaceField
(
@ -700,7 +700,7 @@ public:
//- Add/remove patch names to/from the view
void renderPatchNames(vtkRenderer*, const bool show);
//- set the runTime to the first plausible request time,
//- Set the runTime to the first plausible request time,
// returns the timeIndex
// sets to "constant" on error
int setTime(int count, const double requestTimes[]);

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -243,7 +243,7 @@ class vtkPV3blockMesh
//- Internal block info
void updateInfoBlocks(vtkDataArraySelection*);
//- block curved edges info
//- Block curved edges info
void updateInfoEdges(vtkDataArraySelection*);
// Update helper functions
@ -253,13 +253,13 @@ class vtkPV3blockMesh
// Mesh conversion functions
//- mesh blocks
//- Mesh blocks
void convertMeshBlocks(vtkMultiBlockDataSet*, int& blockNo);
//- mesh curved edges
//- Mesh curved edges
void convertMeshEdges(vtkMultiBlockDataSet*, int& blockNo);
//- mesh corners
//- Mesh corners
void convertMeshCorners(vtkMultiBlockDataSet*, int& blockNo);

View File

@ -184,7 +184,7 @@ class vtkPV4Foam
}
};
//- bookkeeping for polyhedral cell decomposition
//- Bookkeeping for polyhedral cell decomposition
// hide in extra pointMap (cellSet/cellZone) for now
class polyDecomp
{
@ -536,7 +536,7 @@ class vtkPV4Foam
const label datasetNo
);
//- face set/zone field
//- Face set/zone field
template<class Type>
void convertFaceField
(
@ -700,7 +700,7 @@ public:
//- Add/remove patch names to/from the view
void renderPatchNames(vtkRenderer*, const bool show);
//- set the runTime to the first plausible request time,
//- Set the runTime to the first plausible request time,
// returns the timeIndex
// sets to "constant" on error
int setTime(int count, const double requestTimes[]);

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -243,7 +243,7 @@ class vtkPV4blockMesh
//- Internal block info
void updateInfoBlocks(vtkDataArraySelection*);
//- block curved edges info
//- Block curved edges info
void updateInfoEdges(vtkDataArraySelection*);
// Update helper functions
@ -253,13 +253,13 @@ class vtkPV4blockMesh
// Mesh conversion functions
//- mesh blocks
//- Mesh blocks
void convertMeshBlocks(vtkMultiBlockDataSet*, int& blockNo);
//- mesh curved edges
//- Mesh curved edges
void convertMeshEdges(vtkMultiBlockDataSet*, int& blockNo);
//- mesh corners
//- Mesh corners
void convertMeshCorners(vtkMultiBlockDataSet*, int& blockNo);

View File

@ -60,7 +60,7 @@ class channelIndex
//- Is mesh symmetric
const bool symmetric_;
//- direction to sort
//- Direction to sort
const direction dir_;
//- Per cell the global region
@ -123,7 +123,7 @@ public:
template<class T>
Field<T> regionSum(const Field<T>& cellField) const;
//- collapse a field to a line
//- Collapse a field to a line
template<class T>
Field<T> collapse
(
@ -131,7 +131,7 @@ public:
const bool asymmetric=false
) const;
//- return the field of Y locations from the cell centres
//- Return the field of Y locations from the cell centres
const scalarField& y() const
{
return y_;