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

10
fluid-openfoam/constant/g Normal file
View file

@ -0,0 +1,10 @@
FoamFile
{
version 2.0;
format ascii;
class uniformDimensionedVectorField;
object g;
}
dimensions [0 1 -2 0 0 0 0];
value (0 -9.81 0);

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

View file

@ -0,0 +1,37 @@
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
}
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
mixture
{
specie
{
molWeight 24.0999;
}
thermodynamics
{
Cp 5000.0;
Hf 0;
}
transport
{
mu 0.0002;
Pr 0.01;
}
}

View file

@ -0,0 +1,9 @@
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object turbulenceProperties;
}
simulationType laminar;