53 lines
1.1 KiB
C++
53 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;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
maxCellSize 0.1;
|
|
|
|
surfaceFile "sBend.fms";
|
|
|
|
boundaryLayers
|
|
{
|
|
nLayers 1;
|
|
|
|
patchBoundaryLayers
|
|
{
|
|
|
|
walls
|
|
{
|
|
nLayers 3;
|
|
thicknessRatio 1.2;
|
|
}
|
|
}
|
|
}
|
|
|
|
localRefinement
|
|
{
|
|
|
|
refFine
|
|
{
|
|
cellSize 0.025;
|
|
}
|
|
|
|
walls
|
|
{
|
|
cellSize 0.05;
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|