tutorials: Removed unnecessary spaces between parentheses and values in vectors

This commit is contained in:
Henry Weller
2015-07-21 20:55:44 +01:00
parent 40ae36b5f6
commit 2b1ee6b497
207 changed files with 399 additions and 399 deletions

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 );
value (0 0 -9.81);
// ************************************************************************* //

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs
{
n ( 2 2 1 );
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n ( 2 2 1 );
n (2 2 1);
delta 0.001;
order xyz;
}

View File

@ -24,13 +24,13 @@ regions
(
boxToCell
{
box ( -100 -100 -100 ) ( 100 100 0.5368 );
box (-100 -100 -100) (100 100 0.5368);
fieldValues ( volScalarFieldValue alpha.water 1 );
}
boxToCell
{
box ( 0.7 0.8 -100 ) ( 100 100 0.65 );
box (0.7 0.8 -100) (100 100 0.65);
fieldValues ( volScalarFieldValue alpha.water 1 );
}
);