mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials: Removed unnecessary spaces between parentheses and values in vectors
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
@ -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);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
dimensions [0 1 0 0 0 0 0];
|
||||
|
||||
internalField uniform ( 0 0 0 );
|
||||
internalField uniform (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user