37 lines
1.1 KiB
C++
37 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 "5415Joined3.ftr";
|
|
|
|
maxCellSize 100;
|
|
|
|
boundaryCellSize 50;
|
|
//boundaryCellSizeRefinementThickness 50;
|
|
|
|
surfaceMeshRefinement
|
|
{
|
|
hull
|
|
{
|
|
additionalRefinementLevels 3;
|
|
surfaceFile "5415Joined1.stl";
|
|
refinementThickness 50;
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|