tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity: Swapped the frontAndBack and topAndBottom patch names

This commit is contained in:
Henry Weller
2020-02-09 14:36:10 +00:00
parent 972af235a0
commit 19c9b59c4a

View File

@ -28,10 +28,6 @@ vertices
( 0 2180 260) ( 0 2180 260)
); );
edges
(
);
blocks blocks
( (
hex (0 1 2 3 4 5 6 7) (35 150 15) simpleGrading (1 1 1) hex (0 1 2 3 4 5 6 7) (35 150 15) simpleGrading (1 1 1)
@ -39,7 +35,7 @@ blocks
boundary boundary
( (
frontAndBack topAndBottom
{ {
type wall; type wall;
faces faces
@ -49,7 +45,7 @@ boundary
); );
} }
topAndBottom frontAndBack
{ {
type wall; type wall;
faces faces
@ -78,6 +74,4 @@ boundary
} }
); );
mergePatchPairs // ************************************************************************* //
(
);