/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.3 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 0.001; vertices ( // Block 1 (0 0 0) //0 (8000 0 0) //1 (8000 1000 0) //2 (0 1000 0) //3 (0 0 1) //4 (8000 0 1) //5 (8000 1000 1) //6 (0 1000 1) //7 ); blocks ( // Block 1 hex (0 1 2 3 4 5 6 7) (1000 600 1) simpleGrading ( ((0.05 0.3 10) (0.9 0.4 1) (0.05 0.3 0.1)) ((0.05 0.3 10) (0.9 0.4 1) (0.05 0.3 0.1)) 1 ) ); edges ( ); patches ( wall inlet ( (0 4 7 3) ) wall outlet ( (1 5 6 2) ) wall plate ( (7 6 2 3) (0 1 5 4) ) empty frontAndBack ( (0 1 2 3) (4 5 6 7) ) ); // ************************************************************************* //