twoLiquidMixingFoam/lockExchange: new tutorial

This commit is contained in:
Henry
2011-07-15 11:14:28 +01:00
parent ce5266694f
commit bc524d9489
15 changed files with 617 additions and 8 deletions

View File

@ -16,7 +16,7 @@ FoamFile
convertToMeters 0.1;
vertices
vertices
(
(0 0 0)
(1 0 0)
@ -28,19 +28,18 @@ vertices
(0 1 0.1)
);
blocks
blocks
(
hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
);
edges
edges
(
);
boundary
(
movingWall
movingWall
{
type wall;
faces
@ -48,7 +47,7 @@ boundary
(3 7 6 2)
);
}
fixedWalls
fixedWalls
{
type wall;
faces
@ -58,7 +57,7 @@ boundary
(1 5 4 0)
);
}
frontAndBack
frontAndBack
{
type empty;
faces
@ -69,7 +68,7 @@ boundary
}
);
mergePatchPairs
mergePatchPairs
(
);