STYLE: remove trailing space, tabs

This commit is contained in:
Mark Olesen
2023-04-21 11:33:48 +02:00
parent 7bef18a274
commit 2b1061420c
15 changed files with 81 additions and 79 deletions

View File

@ -35,7 +35,7 @@ solvers
tolerance 1e-9;
relTol 0.01;
};
"U|Ua|nuTilda|nuaTilda|yWall|da|k|ka|omega|wa"
"U|Ua|nuTilda|nuaTilda|yWall|da|k|ka|omega|wa"
{
solver PBiCGStab;
preconditioner DILU;

View File

@ -20,7 +20,7 @@ internalField uniform (0 0 0);
boundaryField
{
innerWall
innerWall
{
type noSlip;
}

View File

@ -20,7 +20,7 @@ internalField uniform 0;
boundaryField
{
"innerWall|outerWall"
"innerWall|outerWall"
{
type zeroGradient;
}

View File

@ -25,7 +25,7 @@ geom
ntheta 40;
g 10;
mr0 #eval{ - $r0 };
mr1 #eval{ - $r1 };
invG #eval{ 1./$g };