compressibleTwoPhaseEulerFoam: further files for the tutorial cases

This commit is contained in:
Henry
2011-08-24 17:17:46 +01:00
parent dab6fa5ed8
commit 8696c4502e
7 changed files with 28 additions and 28 deletions

View File

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

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar> internalField nonuniform List<scalar>
1875 1875
( (
0 0

View File

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

View File

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

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1; convertToMeters 1;
vertices vertices
( (
(0 0 0) (0 0 0)
(0.15 0 0) (0.15 0 0)
@ -28,26 +28,26 @@ vertices
(0 1 0.1) (0 1 0.1)
); );
blocks blocks
( (
hex (0 1 2 3 4 5 6 7) (25 75 1) simpleGrading (1 1 1) hex (0 1 2 3 4 5 6 7) (25 75 1) simpleGrading (1 1 1)
); );
edges edges
( (
); );
patches patches
( (
patch inlet patch inlet
( (
(1 5 4 0) (1 5 4 0)
) )
patch outlet patch outlet
( (
(3 7 6 2) (3 7 6 2)
) )
wall walls wall walls
( (
(0 4 7 3) (0 4 7 3)
(2 6 5 1) (2 6 5 1)

View File

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

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 1; convertToMeters 1;
vertices vertices
( (
(0 0 -0.01) (0 0 -0.01)
(0.15 0 -0.01) (0.15 0 -0.01)
@ -28,26 +28,26 @@ vertices
(0 1 0.01) (0 1 0.01)
); );
blocks blocks
( (
hex (0 1 2 3 4 5 6 7) (30 200 1) simpleGrading (1 1 1) hex (0 1 2 3 4 5 6 7) (30 200 1) simpleGrading (1 1 1)
); );
edges edges
( (
); );
patches patches
( (
patch inlet patch inlet
( (
(1 5 4 0) (1 5 4 0)
) )
patch outlet patch outlet
( (
(3 7 6 2) (3 7 6 2)
) )
wall walls wall walls
( (
(0 4 7 3) (0 4 7 3)
(2 6 5 1) (2 6 5 1)