/*---------------------------------------------------------------------------*\
| =========                |                                                 |
| \      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \    /   O peration     | Script: /opt/blender-4.1/blender                |
|   \  /    A nd           | Time: 2026-08-05 23:32:31.728887                |
|    \/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

geometry
{
	test.stl
	{
		type triSurfaceMesh;
		file "test.stl";
	}
};

vertices
(
	(-50.00000000 -50.00000000 -50.00000000) // 0
	(50.00000000 -50.00000000 -50.00000000) // 1
	(50.00000000 50.00000000 -50.00000000) // 2
	(-50.00000000 50.00000000 -50.00000000) // 3
	(-50.00000000 -50.00000000 50.00000000) // 4
	(50.00000000 -50.00000000 50.00000000) // 5
	(50.00000000 50.00000000 50.00000000) // 6
	(-50.00000000 50.00000000 50.00000000) // 7
	(-100.00000000 -100.00000000 0.00000000) // 8
	(100.00000000 -100.00000000 0.00000000) // 9
	(100.00000000 100.00000000 0.00000000) // 10
	(-100.00000000 100.00000000 0.00000000) // 11
	(-100.00000000 -100.00000000 63.37765884) // 12
	(100.00000000 -100.00000000 63.37765884) // 13
	(100.00000000 100.00000000 63.37765884) // 14
	(-100.00000000 100.00000000 63.37765884) // 15
);

blocks
(
	hex ( 0 1 2 3 4 5 6 7 ) Cube ( 30 30 15 ) simpleGrading ( 1.0 1.0 1.0 ) // 0 
	hex ( 8 9 10 11 12 13 14 15 ) _classy_terrain_test ( 10 10 10 ) simpleGrading ( 1.0 1.0 1.0 ) // 1 
);

edges
(
);

boundary
(
);

faces
(
		project (4 5 6 7) test.stl

);

mergePatchPairs
(
);

scale 1;

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Created with classy_blocks: https://github.com/damogranlabs/classy_blocks //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
