mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove trailing space, tabs
This commit is contained in:
@ -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).
|
||||
|
||||
@ -51,4 +51,4 @@ Ek table
|
||||
);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user