docu cosmetics

This commit is contained in:
Mark Olesen 2008-10-10 10:34:56 +02:00
parent 8c23f5423c
commit a82aa515b5
2 changed files with 9 additions and 11 deletions

View File

@ -101,7 +101,7 @@ public:
//- Construct as copy
regIOobject(const regIOobject&);
//- Construct as copy, and transfering registry registration to copy
//- Construct as copy, and transferring registry registration to copy
// if registerCopy is true
regIOobject(const regIOobject&, bool registerCopy);

View File

@ -214,7 +214,7 @@ public:
//- Construct from IOobject
explicit polyMesh(const IOobject& io);
//- Construct from components without boundary.
//- Construct without boundary from components.
// Boundary is added using addPatches() member function
polyMesh
(
@ -226,8 +226,7 @@ public:
const bool syncPar = true
);
//- Construct from components with cells rather than owner
// and neighbourwithout boundary.
//- Construct without boundary with cells rather than owner/neighbour.
// Boundary is added using addPatches() member function
polyMesh
(
@ -263,8 +262,7 @@ public:
// Database
//- Over-ride the objectRegistry dbDir
// if this is single-region case
//- Override the objectRegistry dbDir for a single-region case
virtual const fileName& dbDir() const;
//- Return the local mesh directory (dbDir()/meshSubDir)
@ -311,17 +309,17 @@ public:
return bounds_;
}
//- Return the vector of valid directions in mesh
// defined according to the presence of empty patches.
//- Return the vector of valid directions in mesh.
// Defined according to the presence of empty patches.
// 1 indicates valid direction and -1 an invalid direction.
const Vector<label>& directions() const;
//- Return the number of valid geoemtric dimensions in the mesh
//- Return the number of valid geometric dimensions in the mesh
label nGeometricD() const;
//- Return the number of valid solution dimensions in the mesh
//- Return the number of valid solution dimensions in the mesh.
// For wedge cases this includes the circumferential direction
// in case of swirl
// in case of swirl.
label nSolutionD() const;
//- Return point zone mesh