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

@ -27,7 +27,7 @@ boundaryField
right
{
type tractionDisplacement;
traction uniform ( 10000 0 0 );
traction uniform (10000 0 0);
pressure uniform 0;
value uniform (0 0 0);
}
@ -38,14 +38,14 @@ boundaryField
up
{
type tractionDisplacement;
traction uniform ( 0 0 0 );
traction uniform (0 0 0);
pressure uniform 0;
value uniform (0 0 0);
}
hole
{
type tractionDisplacement;
traction uniform ( 0 0 0 );
traction uniform (0 0 0);
pressure uniform 0;
value uniform (0 0 0);
}

View File

@ -25,8 +25,8 @@ sets
{
type uniform;
axis y;
start ( 0 0.5 0.25 );
end ( 0 2 0.25 );
start (0 0.5 0.25);
end (0 2 0.25);
nPoints 100;
}
);

View File

@ -25,8 +25,8 @@ surfaces
{
type plane;
name plate;
basePoint ( 0 0 0.25 );
normalVector ( 0 0 1 );
basePoint (0 0 0.25);
normalVector (0 0 1);
}
);

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 1 0 0 0 0 0];
internalField uniform ( 0 0 0 );
internalField uniform (0 0 0);
boundaryField
{