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/cartesian2DMesh/hatOctree/system/meshDict

30 lines
959 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM GUI Project: creativeFields |
| \\ / O peration | Version: 0.8.9.0 |
| \\ / A nd | Web: www.c-fields.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class dictionary;
location "system";
object meshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
maxCellSize 0.01;
surfaceFile "geom.fms";
boundaryLayers
{
nLayers 6;
thicknessRatio 1.2;
}
// ************************************************************************* //