40 lines
1.2 KiB
C++
40 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v1906 |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object extrudeToRegionMeshDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
region panelRegion;
|
|
|
|
faceZones (wallPanel internalWallPanel);
|
|
|
|
oneD true;
|
|
|
|
sampleMode nearestPatchFace;
|
|
|
|
extrudeModel linearNormal;
|
|
|
|
oneDPolyPatchType empty;
|
|
|
|
nLayers 15;
|
|
|
|
expansionRatio 1.2;
|
|
|
|
adaptMesh true; // directMapped for both
|
|
|
|
linearNormalCoeffs
|
|
{
|
|
thickness 0.0254;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|