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

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 );
internalField uniform (0 0 0);
boundaryField
{
lowerWall
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
upperWall
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
front
{