ENH: edgeMesh: added extendedEdgeMesh
This commit is contained in:
parent
5552d5500b
commit
c32add9e90
@ -1,112 +0,0 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
|
||||||
| ========= | |
|
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
||||||
| \\ / O peration | Version: dev |
|
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
||||||
| \\/ M anipulation | |
|
|
||||||
\*---------------------------------------------------------------------------*/
|
|
||||||
FoamFile
|
|
||||||
{
|
|
||||||
version 2.0;
|
|
||||||
format ascii;
|
|
||||||
class polyBoundaryMesh;
|
|
||||||
location "constant/polyMesh";
|
|
||||||
object boundary;
|
|
||||||
}
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
12
|
|
||||||
(
|
|
||||||
innerInlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
inGroups 1(inlet);
|
|
||||||
nFaces 544;
|
|
||||||
startFace 245836;
|
|
||||||
}
|
|
||||||
outerInlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
inGroups 1(inlet);
|
|
||||||
nFaces 1404;
|
|
||||||
startFace 246380;
|
|
||||||
}
|
|
||||||
innerOutlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
inGroups 1(outlet);
|
|
||||||
nFaces 544;
|
|
||||||
startFace 247784;
|
|
||||||
}
|
|
||||||
outerOutlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
inGroups 1(outlet);
|
|
||||||
nFaces 1404;
|
|
||||||
startFace 248328;
|
|
||||||
}
|
|
||||||
rotorBlades
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(movingWalls);
|
|
||||||
nFaces 540;
|
|
||||||
startFace 249732;
|
|
||||||
}
|
|
||||||
rotorBlades_slave
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(movingWalls);
|
|
||||||
nFaces 540;
|
|
||||||
startFace 250272;
|
|
||||||
}
|
|
||||||
shaft
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(movingWalls);
|
|
||||||
nFaces 1044;
|
|
||||||
startFace 250812;
|
|
||||||
}
|
|
||||||
statorBlades
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(staticWalls);
|
|
||||||
nFaces 2128;
|
|
||||||
startFace 251856;
|
|
||||||
}
|
|
||||||
statorBlades_slave
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(staticWalls);
|
|
||||||
nFaces 2128;
|
|
||||||
startFace 253984;
|
|
||||||
}
|
|
||||||
wall
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
inGroups 1(staticWalls);
|
|
||||||
nFaces 6165;
|
|
||||||
startFace 256112;
|
|
||||||
}
|
|
||||||
AMI1
|
|
||||||
{
|
|
||||||
type cyclicAMI;
|
|
||||||
inGroups 1(cyclicAMI);
|
|
||||||
nFaces 10944;
|
|
||||||
startFace 262277;
|
|
||||||
matchTolerance 0.0001;
|
|
||||||
transform noOrdering;
|
|
||||||
neighbourPatch AMI2;
|
|
||||||
}
|
|
||||||
AMI2
|
|
||||||
{
|
|
||||||
type cyclicAMI;
|
|
||||||
inGroups 1(cyclicAMI);
|
|
||||||
nFaces 10944;
|
|
||||||
startFace 273221;
|
|
||||||
matchTolerance 0.0001;
|
|
||||||
transform noOrdering;
|
|
||||||
neighbourPatch AMI1;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
Loading…
Reference in New Issue
Block a user