mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoLiquidMixingFoam/lockExchange: new tutorial
This commit is contained in:
@ -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
|
||||
(
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user