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/tetMesh/socketOctree/system/meshDict

63 lines
1.5 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundaryCellSize 4.5;
//keepCellsIntersectingBoundary 1;
maxCellSize 9;
//minCellSize 0.375;
surfaceFile "socket.fms";
boundaryLayers
{
maxFirstLayerThickness 2.0;
nLayers 1;
thicknessRatio 1.2;
patchBoundaryLayers
{
patch7
{
allowDiscontinuity 0;
maxFirstLayerThickness 1.0;
nLayers 2;
thicknessRatio 1.1;
}
}
}
localRefinement
{
patch15
{
additionalRefinementLevels 1;
}
subset1
{
cellSize 4.5;
}
subset2
{
cellSize 4.5;
}
}
// ************************************************************************* //