Skip to content

Commit 71bd9dd

Browse files
committed
Restore cavity
1 parent b60f20a commit 71bd9dd

7 files changed

Lines changed: 275 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volVectorField;
12+
object U;
13+
}
14+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
15+
16+
dimensions [0 1 -1 0 0 0 0];
17+
18+
internalField uniform (0 0 0);
19+
20+
boundaryField
21+
{
22+
movingWall
23+
{
24+
type fixedValue;
25+
value uniform (1 0 0);
26+
}
27+
28+
fixedWalls
29+
{
30+
type noSlip;
31+
}
32+
33+
frontAndBack
34+
{
35+
type empty;
36+
}
37+
}
38+
39+
// ************************************************************************* //
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
location "0";
13+
object epsilon;
14+
}
15+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16+
17+
dimensions [0 2 -3 0 0 0 0];
18+
19+
internalField uniform 0.00754;
20+
21+
boundaryField
22+
{
23+
movingWall
24+
{
25+
type epsilonWallFunction;
26+
value uniform 0.00754;
27+
}
28+
fixedWalls
29+
{
30+
type epsilonWallFunction;
31+
value uniform 0.00754;
32+
}
33+
frontAndBack
34+
{
35+
type empty;
36+
}
37+
}
38+
39+
40+
// ************************************************************************* //
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
location "0";
13+
object k;
14+
}
15+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16+
17+
dimensions [0 2 -2 0 0 0 0];
18+
19+
internalField uniform 0.00375;
20+
21+
boundaryField
22+
{
23+
movingWall
24+
{
25+
type kqRWallFunction;
26+
value uniform 0.00375;
27+
}
28+
fixedWalls
29+
{
30+
type kqRWallFunction;
31+
value uniform 0.00375;
32+
}
33+
frontAndBack
34+
{
35+
type empty;
36+
}
37+
}
38+
39+
40+
// ************************************************************************* //
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
object nuTilda;
13+
}
14+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
15+
16+
dimensions [0 2 -1 0 0 0 0];
17+
18+
internalField uniform 0;
19+
20+
boundaryField
21+
{
22+
movingWall
23+
{
24+
type zeroGradient;
25+
}
26+
27+
fixedWalls
28+
{
29+
type zeroGradient;
30+
}
31+
32+
frontAndBack
33+
{
34+
type empty;
35+
}
36+
}
37+
38+
// ************************************************************************* //
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
location "0";
13+
object nut;
14+
}
15+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16+
17+
dimensions [0 2 -1 0 0 0 0];
18+
19+
internalField uniform 0;
20+
21+
boundaryField
22+
{
23+
movingWall
24+
{
25+
type nutkWallFunction;
26+
value uniform 0;
27+
}
28+
fixedWalls
29+
{
30+
type nutkWallFunction;
31+
value uniform 0;
32+
}
33+
frontAndBack
34+
{
35+
type empty;
36+
}
37+
}
38+
39+
40+
// ************************************************************************* //
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
location "0";
13+
object omega;
14+
}
15+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16+
17+
dimensions [0 0 -1 0 0 0 0];
18+
19+
internalField uniform 22.4;
20+
21+
boundaryField
22+
{
23+
movingWall
24+
{
25+
type omegaWallFunction;
26+
value uniform 22.4;
27+
}
28+
fixedWalls
29+
{
30+
type omegaWallFunction;
31+
value uniform 22.4;
32+
}
33+
frontAndBack
34+
{
35+
type empty;
36+
}
37+
}
38+
39+
40+
// ************************************************************************* //
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
========= |
3+
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4+
\\ / O peration | Website: https://openfoam.org
5+
\\ / A nd | Version: dev
6+
\\/ M anipulation |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
format ascii;
11+
class volScalarField;
12+
object p;
13+
}
14+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
15+
16+
dimensions [0 2 -2 0 0 0 0];
17+
18+
internalField uniform 0;
19+
20+
boundaryField
21+
{
22+
movingWall
23+
{
24+
type zeroGradient;
25+
}
26+
27+
fixedWalls
28+
{
29+
type zeroGradient;
30+
}
31+
32+
frontAndBack
33+
{
34+
type empty;
35+
}
36+
}
37+
38+
// ************************************************************************* //

0 commit comments

Comments
 (0)