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/intakePortOctree/system/meshDict

65 lines
1.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2015-05-15 13:57:39 +00:00
| \\ / F ield | cfMesh: A library for mesh generation |
| \\ / O peration | |
2015-05-15 13:57:39 +00:00
| \\ / 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 "geom2.stl";
maxCellSize 10;
boundaryCellSize 1.25;
minCellSize 2.0;
localRefinement
{
patch001
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch002
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch003
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch004
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch005
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch006
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch007
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
patch008
{
cellSize 0.625;
2015-05-15 13:57:39 +00:00
}
}
2015-05-15 13:57:39 +00:00
// ************************************************************************* //