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 365f9b0006
commit 37cfc3ab46
207 changed files with 399 additions and 399 deletions

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

@ -18,14 +18,14 @@ FoamFile
defaultFieldValues
(
volScalarFieldValue alpha.water 0
volVectorFieldValue U ( 0 0 0 )
volVectorFieldValue U (0 0 0)
);
regions
(
boxToCell
{
box ( 0 0 0 ) ( 0.6 0.1875 0.75 );
box (0 0 0) (0.6 0.1875 0.75);
fieldValues
(
volScalarFieldValue alpha.water 1