Corrected capitalization of Doxygen documentation comments
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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_;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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_;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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_;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user