mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: boundary: derived file
This commit is contained in:
@ -1,63 +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;
|
|
||||||
}
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
6
|
|
||||||
(
|
|
||||||
maxY
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
inGroups 1(symmetryPlane);
|
|
||||||
nFaces 400;
|
|
||||||
startFace 22800;
|
|
||||||
}
|
|
||||||
minX
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
inGroups 1(symmetryPlane);
|
|
||||||
nFaces 400;
|
|
||||||
startFace 23200;
|
|
||||||
}
|
|
||||||
maxX
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
inGroups 1(symmetryPlane);
|
|
||||||
nFaces 400;
|
|
||||||
startFace 23600;
|
|
||||||
}
|
|
||||||
minY
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
inGroups 1(symmetryPlane);
|
|
||||||
nFaces 400;
|
|
||||||
startFace 24000;
|
|
||||||
}
|
|
||||||
ground
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 400;
|
|
||||||
startFace 24400;
|
|
||||||
}
|
|
||||||
maxZ
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
inGroups 1(symmetryPlane);
|
|
||||||
nFaces 400;
|
|
||||||
startFace 24800;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
Reference in New Issue
Block a user