mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -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)
|
||||
);
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
dampingModel none; //relaxation;
|
||||
dampingModel none; // relaxation;
|
||||
|
||||
relaxationCoeffs
|
||||
{
|
||||
|
||||
@ -59,7 +59,7 @@ subModels
|
||||
{
|
||||
alphac alpha.air;
|
||||
}
|
||||
//gravity;
|
||||
// gravity;
|
||||
}
|
||||
|
||||
injectionModels
|
||||
@ -152,7 +152,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
dampingModel none; //relaxation;
|
||||
dampingModel none; // relaxation;
|
||||
|
||||
relaxationCoeffs
|
||||
{
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -18,7 +18,7 @@ convertToMeters 0.1;
|
||||
|
||||
vertices
|
||||
(
|
||||
//back
|
||||
// back
|
||||
( 0 0 0)
|
||||
( 1 0 0)
|
||||
( 0 0.5 0)
|
||||
|
||||
Reference in New Issue
Block a user