This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/mesh/cfMesh/cartesianMesh/asmoOctree/system/meshDict
2015-08-25 11:35:03 +01:00

42 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | cfMesh: A library for mesh generation |
| \\ / O peration | |
| \\ / A nd | Author: Franjo Juretic |
| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object meshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaceFile "geom.stl";
maxCellSize 0.2;
boundaryCellSize 0.1;
localRefinement
{
defaultFaces0006
{
cellSize 0.01;
}
defaultFaces0007
{
cellSize 0.005;
}
defaultFaces0009
{
cellSize 0.005;
}
}
// ************************************************************************* //