STYLE: remove trailing space, tabs

This commit is contained in:
OpenFOAM bot
2020-01-22 10:00:03 +01:00
parent f172309956
commit 596e4aef3f
76 changed files with 140 additions and 140 deletions

View File

@ -12,5 +12,5 @@ For more information, see:
https://www.openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-decay-homogeneous-isotropic-turbulence.html
[1] G. Comte-Bellot and S. Corrsin, "The use of a contraction to improve the
[1] G. Comte-Bellot and S. Corrsin, "The use of a contraction to improve the
isotropy of grid-generated turbulence," J. Fluid Mech. 25, 657 (1966).

View File

@ -51,4 +51,4 @@ Ek table
);
// ************************************************************************* //
// ************************************************************************* //

View File

@ -28,7 +28,7 @@ gradSchemes
divSchemes
{
default none;
div(U) Gauss linear;
div(U) Gauss linear;
div(phi,U) Gauss linearUpwind grad(U);
div(phi,k) Gauss linearUpwind grad(U);
div(phi,K) Gauss linearUpwind grad(U);

View File

@ -55,7 +55,7 @@ castellatedMeshControls
cellZone rotatingZone;
faceZone rotatingZone;
cellZoneInside inside;
}
}
fan{ level (2 2);} // Note: better: levels 3 3
door{ level (0 0);}
outlet{ level (0 0);}
@ -67,7 +67,7 @@ castellatedMeshControls
refinementRegions
{
// Note: for better mesh quality utilize this refinement region
// Note: for better mesh quality utilize this refinement region
// AMI{ mode inside; levels ((1E15 3));}
}
@ -78,7 +78,7 @@ castellatedMeshControls
snapControls
{
nSmoothPatch 3;
tolerance 4.0;
tolerance 4.0;
nSolveIter 300;
nRelaxIter 5;
nFeatureSnapIter 10;