copied from preCICE tutorials

This commit is contained in:
jakob.schratter 2026-01-26 16:14:46 +01:00
commit 3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions

View 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;
}
)
// ************************************************************************* //

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff