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

@ -30,7 +30,7 @@ vertices
blocks
(
//hex (0 1 2 3 4 5 6 7) (1 15 45) simpleGrading (1 1 1)
// hex (0 1 2 3 4 5 6 7) (1 15 45) simpleGrading (1 1 1)
hex (0 1 2 3 4 5 6 7) (2 30 90) simpleGrading (1 1 1)
);

View File

@ -160,7 +160,7 @@ subModels
}
}
dampingModel none; //relaxation;
dampingModel none; // relaxation;
relaxationCoeffs
{

View File

@ -59,7 +59,7 @@ subModels
{
alphac alpha.air;
}
//gravity;
// gravity;
}
injectionModels
@ -152,7 +152,7 @@ subModels
}
}
dampingModel none; //relaxation;
dampingModel none; // relaxation;
relaxationCoeffs
{

View File

@ -52,7 +52,7 @@ boundary
type wall;
faces
(
//side walls
// side walls
(0 7 15 8)
(1 0 8 9)
(13 14 6 5)
@ -67,7 +67,7 @@ boundary
type wall;
faces
(
//front and back walls
// front and back walls
(4 5 0 1)
(5 6 7 0)
(15 14 13 8)

View File

@ -18,7 +18,7 @@ convertToMeters 0.1;
vertices
(
//back
// back
( 0 0 0)
( 1 0 0)
( 0 0.5 0)