2021-03-07 16:29:04 +05:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
|
|
|
| ========= | |
|
|
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
|
|
| \\ / O peration | Version: v2012 |
|
|
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
|
|
|
object createPatchDict;
|
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
|
|
pointSync false;
|
|
|
|
|
|
|
|
// Patches to create.
|
|
|
|
patches
|
|
|
|
(
|
2021-05-25 18:49:32 +05:00
|
|
|
{
|
|
|
|
name defaultFaces;
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type empty;
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
|
|
|
patches (defaultFaces);
|
|
|
|
}
|
|
|
|
|
2021-03-07 16:29:04 +05:00
|
|
|
{
|
|
|
|
name inlet;
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type patch;
|
|
|
|
inGroups (inlet);
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_inlet);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
{
|
|
|
|
name outlet;
|
|
|
|
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type patch;
|
|
|
|
inGroups (outlet);
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_outlet);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
2021-04-13 12:17:10 +05:00
|
|
|
|
|
|
|
{
|
|
|
|
name wall;
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type wall;
|
|
|
|
inGroups (wall);
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_wall);
|
2021-04-13 12:17:10 +05:00
|
|
|
}
|
2021-03-07 16:29:04 +05:00
|
|
|
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
name symetry0;
|
2021-03-07 16:29:04 +05:00
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
2021-03-25 23:22:21 +05:00
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry0);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
name symetry1;
|
2021-03-07 16:29:04 +05:00
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
2021-03-25 23:22:21 +05:00
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry1);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
name symetry2;
|
2021-03-07 16:29:04 +05:00
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
2021-03-25 23:22:21 +05:00
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry2);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
name symetry3;
|
2021-03-07 16:29:04 +05:00
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
2021-03-25 23:22:21 +05:00
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry3);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
name symetry4;
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry4);
|
2021-04-13 12:17:10 +05:00
|
|
|
}
|
2021-03-07 16:29:04 +05:00
|
|
|
|
2021-04-13 12:17:10 +05:00
|
|
|
{
|
|
|
|
name symetry5;
|
|
|
|
|
2021-03-07 16:29:04 +05:00
|
|
|
patchInfo
|
|
|
|
{
|
2021-04-13 12:17:10 +05:00
|
|
|
type symetryPlane;
|
|
|
|
inGroups (symetryPlane);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_symetry5);
|
2021-03-07 16:29:04 +05:00
|
|
|
}
|
2021-06-20 17:26:11 +05:00
|
|
|
|
|
|
|
{
|
|
|
|
name strips;
|
|
|
|
|
|
|
|
patchInfo
|
|
|
|
{
|
|
|
|
type wall;
|
|
|
|
inGroups (wall);
|
|
|
|
}
|
|
|
|
|
|
|
|
constructFrom patches;
|
2021-07-09 23:07:53 +05:00
|
|
|
patches (smesh_strips);
|
2021-06-20 17:26:11 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-03-07 16:29:04 +05:00
|
|
|
);
|
|
|
|
|
|
|
|
// ************************************************************************* //
|