FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) (0.0949 0.00414 0) (0.0949 0.00414 1.1) (0 0 1.1) (0.0949 -0.00414 0) (0.0949 -0.00414 1.1) ); blocks ( hex (0 4 1 0 3 5 2 3) (19 1 300) simpleGrading (1 1 1) ); edges ( ); boundary ( front { type wedge; faces ( (0 1 2 3) ); } back { type wedge; faces ( (0 3 5 4) ); } tankWall { type wall; faces ( (1 4 5 2) ); } inlet { type patch; faces ( (0 4 1 0) ); } outlet { type patch; faces ( (3 5 2 3) ); } axis { type empty; faces ( (0 3 3 0) ); } ); mergePatchPairs ( );