Merge branch 'AMI'

This commit is contained in:
andy
2011-09-07 14:50:57 +01:00
355 changed files with 15525 additions and 941 deletions

View File

@ -20,26 +20,26 @@ internalField uniform (0 0 0);
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0.1 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,26 +20,26 @@ internalField uniform (0 0 0);
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 0;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.5;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 0.1;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.1;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 0.1;
value uniform 0.1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 1e-8;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 1e-8;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1e-8;
value uniform 1e-8;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<vector>
internalField nonuniform List<vector>
1875
(
(0.235741 0.282915 0)
@ -1899,17 +1899,17 @@ internalField nonuniform List<vector>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0.1 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value nonuniform List<vector>
value nonuniform List<vector>
25
(
(-0.000277026 0.019399 0)
@ -1941,13 +1941,13 @@ boundaryField
;
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<vector>
internalField nonuniform List<vector>
1875
(
(0.141328 -0.587592 0)
@ -1899,17 +1899,17 @@ internalField nonuniform List<vector>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value nonuniform List<vector>
value nonuniform List<vector>
25
(
(-0.000315499 -0.550026 0)
@ -1941,13 +1941,13 @@ boundaryField
;
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
0.0548304
@ -1899,25 +1899,25 @@ internalField nonuniform List<scalar>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.5;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 0.1;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.1;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 0.1;
value uniform 0.1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 1e-8;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 1e-8;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1e-8;
value uniform 1e-8;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1;
vertices
vertices
(
(0 0 0)
(0.15 0 0)
@ -28,12 +28,12 @@ vertices
(0 1 0.1)
);
blocks
blocks
(
hex (0 1 2 3 4 5 6 7) (25 75 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -40,7 +40,7 @@ boundaryField
frontBack
{
type empty;
type empty;
}
}

View File

@ -26,7 +26,7 @@ regions
boxToCell
{
box ( 0 0 0 ) ( 0.6 0.1875 0.75 );
fieldValues
fieldValues
(
volScalarFieldValue alpha1 1
);

View File

@ -21,7 +21,7 @@ defaultFieldValues
);
regions
(
(
boxToCell
{
box ( -100 -100 -100 ) ( 100 100 0 );

View File

@ -28,12 +28,12 @@ vertices
(-0.5 5 0.5)
);
blocks
blocks
(
hex (0 1 2 3 4 5 6 7) (5 50 5) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.146;
vertices
vertices
(
(0 0 0)
(2 0 0)
@ -44,7 +44,7 @@ vertices
(4 4 0.1)
);
blocks
blocks
(
hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1)
@ -53,7 +53,7 @@ blocks
hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -25,30 +25,30 @@ boundaryField
type empty;
}
inlet
inlet
{
type fixedValue;
value uniform (0 0 0 0 0 0 0 0 0);
}
wall
wall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform (0 0 0 0 0 0 0 0 0);
value uniform (0 0 0 0 0 0 0 0 0);
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -25,30 +25,30 @@ boundaryField
type empty;
}
inlet
inlet
{
type fixedValue;
value uniform (460 0 0);
}
wall
wall
{
type fixedValue;
value uniform (0 0 0);
}
atmosphere
atmosphere
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -25,31 +25,31 @@ boundaryField
type empty;
}
inlet
inlet
{
type fixedValue;
value uniform 1e-05;
}
wall
wall
{
type fixedValue;
value uniform 1e-11;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform 0.001;
value uniform 1e-11;
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -25,27 +25,27 @@ boundaryField
type empty;
}
inlet
inlet
{
type zeroGradient;
}
wall
wall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type zeroGradient;
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -25,31 +25,31 @@ boundaryField
type empty;
}
inlet
inlet
{
type fixedValue;
value uniform 0;
}
wall
wall
{
type fixedValue;
value uniform 0;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1e-06;
vertices
vertices
(
(0 0 0)
(3000 0 0)
@ -39,7 +39,7 @@ vertices
(3000 1600 69.8575086536)
);
blocks
blocks
(
hex (0 1 3 2 0 1 11 10)
(75 30 1)
@ -48,17 +48,17 @@ blocks
hex (2 3 5 4 10 11 13 12)
(75 40 1)
edgeGrading (1 1 1 1 20 1 1 20 1 1 1 1)
hex (4 5 7 6 12 13 15 14)
(75 15 1)
simpleGrading (1.0 1.0 1.0)
hex (6 7 9 8 14 15 17 16)
(75 15 1)
simpleGrading (1.0 1.0 1.0)
);
edges
edges
(
);
@ -69,7 +69,7 @@ boundary
type empty;
faces
(
(0 1 1 0)
(0 1 1 0)
);
}

View File

@ -20,29 +20,29 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,29 +20,29 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,29 +20,29 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.146;
vertices
vertices
(
(0 0 0)
(2 0 0)
@ -44,7 +44,7 @@ vertices
(4 4 0.1)
);
blocks
blocks
(
hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1)
@ -53,7 +53,7 @@ blocks
hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.146;
vertices
vertices
(
(0 0 0)
(2 0 0)
@ -44,7 +44,7 @@ vertices
(4 4 0.1)
);
blocks
blocks
(
hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1)
@ -53,7 +53,7 @@ blocks
hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.146;
vertices
vertices
(
(0 0 0)
(2 0 0)
@ -44,7 +44,7 @@ vertices
(4 4 0.1)
);
blocks
blocks
(
hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1)
@ -53,7 +53,7 @@ blocks
hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.146;
vertices
vertices
(
(0 0 0)
(2 0 0)
@ -44,7 +44,7 @@ vertices
(4 4 0.1)
);
blocks
blocks
(
hex (0 1 5 4 12 13 17 16) (92 15 1) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (76 15 1) simpleGrading (1 1 1)
@ -53,7 +53,7 @@ blocks
hex (6 7 11 10 18 19 23 22) (76 180 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -33,7 +33,7 @@ vertices
// 7 ---------- 6
// /| /|
// / | / | z
// 3 ---------- 2 | ^
// 3 ---------- 2 | ^
// | | | | | y
// | 4 --------|- 5 | /
// | / | / | /
@ -44,7 +44,7 @@ blocks
hex (0 1 5 4 3 2 6 7) (25 1 125) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
6000
(
0.55

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1;
vertices
vertices
(
(0 0 -0.01)
(0.15 0 -0.01)
@ -28,12 +28,12 @@ vertices
(0 1 0.01)
);
blocks
blocks
(
hex (0 1 2 3 4 5 6 7) (30 200 1) simpleGrading (1 1 1)
);
edges
edges
(
);

View File

@ -20,25 +20,25 @@ internalField uniform 0.0;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 1.0e-7;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1.0e-7;
value uniform 1.0e-7;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<vector>
internalField nonuniform List<vector>
1875
(
(0.235741 0.282915 0)
@ -1899,17 +1899,17 @@ internalField nonuniform List<vector>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0.1 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value nonuniform List<vector>
value nonuniform List<vector>
25
(
(-0.000277026 0.019399 0)
@ -1941,13 +1941,13 @@ boundaryField
;
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<vector>
internalField nonuniform List<vector>
1875
(
(0.141328 -0.587592 0)
@ -1899,17 +1899,17 @@ internalField nonuniform List<vector>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform (0 0 0);
}
outlet
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value nonuniform List<vector>
value nonuniform List<vector>
25
(
(-0.000315499 -0.550026 0)
@ -1941,13 +1941,13 @@ boundaryField
;
}
walls
walls
{
type fixedValue;
value uniform (0 0 0);
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
0.0548304
@ -1899,25 +1899,25 @@ internalField nonuniform List<scalar>
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.5;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 0.1;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 0.1;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 0.1;
value uniform 0.1;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,25 +20,25 @@ internalField uniform 1e-8;
boundaryField
{
inlet
inlet
{
type fixedValue;
value uniform 1e-8;
}
outlet
outlet
{
type inletOutlet;
inletValue uniform 1e-8;
value uniform 1e-8;
}
walls
walls
{
type zeroGradient;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1;
vertices
vertices
(
(0 0 0)
(0.15 0 0)
@ -28,12 +28,12 @@ vertices
(0 1 0.1)
);
blocks
blocks
(
hex (0 1 2 3 4 5 6 7) (25 75 1) simpleGrading (1 1 1)
);
edges
edges
(
);