STYLE: Remove tabs.

This commit is contained in:
graham
2010-07-27 12:24:27 +01:00
parent 7a2bf62805
commit 67136c25ee
22 changed files with 18193 additions and 18187 deletions

View File

@ -27,7 +27,7 @@ solvers
U
{
solver smoothSolver;
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-6;
relTol 0.01;

View File

@ -95,10 +95,11 @@ castellatedMeshControls
// actually be a lot less.
maxGlobalCells 2000000;
// The surface refinement loop might spend lots of iterations refining just a
// few cells. This setting will cause refinement to stop if <= minimumRefine
// are selected for refinement. Note: it will at least do one iteration
// (unless the number of cells to refine is 0)
// The surface refinement loop might spend lots of iterations
// refining just a few cells. This setting will cause refinement
// to stop if <= minimumRefine are selected for refinement. Note:
// it will at least do one iteration (unless the number of cells
// to refine is 0)
minRefinementCells 0;
// Allow a certain level of imbalance during refining
@ -166,7 +167,7 @@ castellatedMeshControls
//- Optional faceZone and (for closed surface) cellZone with
// how to select the cells that are in the cellZone
// (inside / outside / specified insidePoint)
//faceZone sphere;
//faceZone sphere;
//cellZone sphere;
//cellZoneInside inside; //outside/insidePoint
}