Code style: Updated line comments to start with a space

//This is a comment   ->   // This is a comment
This commit is contained in:
Henry Weller
2018-05-01 11:57:50 +01:00
parent 9ffc025b08
commit 87e32ab499
476 changed files with 2009 additions and 1967 deletions

View File

@ -192,7 +192,7 @@ snapControls
//- Highly experimental and wip: number of feature edge snapping
// iterations. Leave out altogether to disable.
// Do not use here since mesh resolution too low and baffles present
//nFeatureSnapIter 10;
// nFeatureSnapIter 10;
}

View File

@ -61,10 +61,10 @@ FoamFile
// {
// set f0; // Name of faceSet
//
// //option neighbour; // cell with neighbour in faceSet
// //option owner; // ,, owner
// // option neighbour; // cell with neighbour in faceSet
// // option owner; // ,, owner
// option any; // cell with any face in faceSet
// //option all; // cell with all faces in faceSet
// // option all; // cell with all faces in faceSet
// }
//
// // Select based on pointSet
@ -72,7 +72,7 @@ FoamFile
// {
// set p0;
// option any; // cell with any point in pointSet
// //option all; // cell with all points in pointSet
// // option all; // cell with all points in pointSet
// }
//
// // Select based on cellShape
@ -164,7 +164,7 @@ FoamFile
// {
// set c0;
// option all; // All faces of cells
// //option both; // Only faces whose owner&neighbour are in cellSet
// // option both; // Only faces whose owner&neighbour are in cellSet
// }
//
// // Select based on pointSet
@ -172,7 +172,7 @@ FoamFile
// {
// set p0;
// option any; // Faces using any point in pointSet
// //option all // Faces with all points in pointSet
// // option all // Faces with all points in pointSet
// }
//
// // Select by explicitly providing face labels

View File

@ -24,7 +24,7 @@ geometry
initialPoints
{
//initialPointsMethod pointFile;
// initialPointsMethod pointFile;
initialPointsMethod autoDensity;
autoDensityCoeffs

View File

@ -155,8 +155,8 @@ rotating
cellSizeFunction uniform;
uniformCoeffs{}
//cellSizeFunction linearDistance;
//linearDistanceCoeffs
// cellSizeFunction linearDistance;
// linearDistanceCoeffs
//{
// distanceCellSizeCoeff 1;
// distanceCoeff 4;