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

@ -17,16 +17,16 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 );
internalField uniform (0 0 0);
boundaryField
{
inlet
{
type SRFVelocity;
inletValue uniform ( 0 0 -10 );
inletValue uniform (0 0 -10);
relative no;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
outlet
{
@ -35,14 +35,14 @@ boundaryField
innerWall
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
outerWall
{
type SRFVelocity;
inletValue uniform ( 0 0 0 );
inletValue uniform (0 0 0);
relative no;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
cyclic_half0
{

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 10 0 0 );
internalField uniform (10 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
{

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
{

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 1 0 0 );
internalField uniform (1 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
{

View File

@ -21,13 +21,13 @@ method simple;
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

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

View File

@ -74,9 +74,9 @@ functions
probeLocations
(
( 1e-06 0 0.01 ) // at inlet
( 0.21 -0.20999 0.01 ) // at outlet1
( 0.21 0.20999 0.01 ) // at outlet2
( 0.21 0 0.01 ) // at central block
(0.21 -0.20999 0.01) // at outlet1
(0.21 0.20999 0.01) // at outlet2
(0.21 0 0.01) // at central block
);
}
}

View File

@ -74,9 +74,9 @@ functions
probeLocations
(
( 1e-06 0 0.01 ) // at inlet
( 0.21 -0.20999 0.01 ) // at outlet1
( 0.21 0.20999 0.01 ) // at outlet2
( 0.21 0 0.01 ) // at central block
(0.21 -0.20999 0.01) // at outlet1
(0.21 0.20999 0.01) // at outlet2
(0.21 0 0.01) // at central block
);
}
}

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0.1335 0 0 );
internalField uniform (0.1335 0 0);
boundaryField
{
bottomWall
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
topWall
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
sides1_half0
{

View File

@ -19,8 +19,8 @@ planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0 );
normalVector ( 0 -1 0 );
basePoint (0 0 0);
normalVector (0 -1 0);
}
planeTolerance 1e-06;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
flowVelocity ( 20 0 0 );
flowVelocity (20 0 0);
pressure 0;
@ -25,30 +25,30 @@ turbulentOmega 1.78;
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 20 0 0 );
internalField uniform (20 0 0);
boundaryField
{
inlet
{
type fixedValue;
value uniform ( 20 0 0 );
value uniform (20 0 0);
}
outlet
{
type inletOutlet;
inletValue uniform ( 0 0 0 );
value uniform ( 20 0 0 );
inletValue uniform (0 0 0);
value uniform (20 0 0);
}
lowerWall
{
type fixedValue;
value uniform ( 20 0 0 );
value uniform (20 0 0);
}
"motorBike_.*"
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
upperWall
{

View File

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

View File

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

View File

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

View File

@ -62,13 +62,13 @@ functions
probeLocations
(
( 0.0254 0.0253 0 )
( 0.0508 0.0253 0 )
( 0.0762 0.0253 0 )
( 0.1016 0.0253 0 )
( 0.127 0.0253 0 )
( 0.1524 0.0253 0 )
( 0.1778 0.0253 0 )
(0.0254 0.0253 0)
(0.0508 0.0253 0)
(0.0762 0.0253 0)
(0.1016 0.0253 0)
(0.127 0.0253 0)
(0.1524 0.0253 0)
(0.1778 0.0253 0)
);
}

View File

@ -90,7 +90,7 @@ boundary
inlet
{
type mappedPatch;
offset ( 0.0495 0 0 );
offset (0.0495 0 0);
sampleRegion region0;
sampleMode nearestCell;
samplePatch none;

View File

@ -62,13 +62,13 @@ functions
probeLocations
(
( 0.0254 0.0253 0 )
( 0.0508 0.0253 0 )
( 0.0762 0.0253 0 )
( 0.1016 0.0253 0 )
( 0.127 0.0253 0 )
( 0.1524 0.0253 0 )
( 0.1778 0.0253 0 )
(0.0254 0.0253 0)
(0.0508 0.0253 0)
(0.0762 0.0253 0)
(0.1016 0.0253 0)
(0.127 0.0253 0)
(0.1524 0.0253 0)
(0.1778 0.0253 0)
);
}

View File

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

View File

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

View File

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