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

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

View File

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

View File

@ -22,13 +22,13 @@ method hierarchical;
simpleCoeffs
{
n ( 2 2 2 );
n (2 2 2);
delta 0.001;
}
hierarchicalCoeffs
{
n ( 2 2 2 );
n (2 2 2);
delta 0.001;
order xyz;
}

View File

@ -22,13 +22,13 @@ method hierarchical;
simpleCoeffs
{
n ( 2 2 2 );
n (2 2 2);
delta 0.001;
}
hierarchicalCoeffs
{
n ( 2 2 2 );
n (2 2 2);
delta 0.001;
order xyz;
}

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

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

View File

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

View File

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