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

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

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

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 );
value (0 -9.81 0);
// ************************************************************************* //

View File

@ -21,7 +21,7 @@ method simple;
simpleCoeffs
{
n ( 2 2 1 );
n (2 2 1);
delta 0.001;
}

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

@ -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

@ -17,50 +17,50 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0.001 0 0 );
internalField uniform (0.001 0 0);
boundaryField
{
minX
{
type fixedValue;
value uniform ( 0.001 0 0 );
value uniform (0.001 0 0);
}
maxX
{
type inletOutlet;
value uniform ( 0.01 0 0 );
inletValue uniform ( 0 0 0 );
value uniform (0.01 0 0);
inletValue uniform (0 0 0);
}
minY
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
minZ
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
maxZ
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
bottomWater_to_rightSolid
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
bottomWater_to_leftSolid
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
bottomWater_to_heater
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
}

View File

@ -30,13 +30,13 @@ dictionaryReplacement
minX
{
type fixedValue;
value uniform ( 0.1 0 0 );
value uniform (0.1 0 0);
}
maxX
{
type inletOutlet;
inletValue uniform ( 0 0 0 );
value uniform ( 0.1 0 0 );
inletValue uniform (0 0 0);
value uniform (0.1 0 0);
}
}
}

View File

@ -30,13 +30,13 @@ dictionaryReplacement
minX
{
type fixedValue;
value uniform ( 0.1 0 0 );
value uniform (0.1 0 0);
}
maxX
{
type inletOutlet;
inletValue uniform ( 0 0 0 );
value uniform ( 0.1 0 0 );
inletValue uniform (0 0 0);
value uniform (0.1 0 0);
}
}
}

View File

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

View File

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

View File

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

View File

@ -29,13 +29,13 @@ dictionaryReplacement
minX
{
type fixedValue;
value uniform ( 0.1 0 0 );
value uniform (0.1 0 0);
}
maxX
{
type inletOutlet;
inletValue uniform ( 0 0 0 );
value uniform ( 0.1 0 0 );
inletValue uniform (0 0 0);
value uniform (0.1 0 0);
}
}
}