copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
72
fluid-openfoam/constant/polyMesh/boundary
Normal file
72
fluid-openfoam/constant/polyMesh/boundary
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2512 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
arch "LSB;label=32;scalar=64";
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
7
|
||||
(
|
||||
inlet
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 41;
|
||||
startFace 23692;
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 41;
|
||||
startFace 23733;
|
||||
}
|
||||
top
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 293;
|
||||
startFace 23774;
|
||||
}
|
||||
slip-bottom
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 81;
|
||||
startFace 24067;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 51;
|
||||
startFace 24148;
|
||||
}
|
||||
interface
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 161;
|
||||
startFace 24199;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
inGroups 1(empty);
|
||||
nFaces 24026;
|
||||
startFace 24360;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
48411
fluid-openfoam/constant/polyMesh/faces
Normal file
48411
fluid-openfoam/constant/polyMesh/faces
Normal file
File diff suppressed because it is too large
Load diff
23718
fluid-openfoam/constant/polyMesh/neighbour
Normal file
23718
fluid-openfoam/constant/polyMesh/neighbour
Normal file
File diff suppressed because it is too large
Load diff
48412
fluid-openfoam/constant/polyMesh/owner
Normal file
48412
fluid-openfoam/constant/polyMesh/owner
Normal file
File diff suppressed because it is too large
Load diff
24721
fluid-openfoam/constant/polyMesh/points
Normal file
24721
fluid-openfoam/constant/polyMesh/points
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue