Skip to content

Commit 4c58bce

Browse files
authored
Cleanup OpenFOAM configuration files (#258)
1 parent 4104f2d commit 4c58bce

File tree

200 files changed

+420
-1357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+420
-1357
lines changed

elastic-tube-3d/fluid-openfoam/0/U

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ FoamFile
33
version 2.0;
44
format ascii;
55
class volVectorField;
6-
location "0";
76
object U;
87
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
108

119
dimensions [0 1 -1 0 0 0 0];
1210

@@ -28,6 +26,3 @@ boundaryField
2826
type zeroGradient;
2927
}
3028
}
31-
32-
33-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/0/p

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ FoamFile
33
version 2.0;
44
format ascii;
55
class volScalarField;
6-
location "0";
76
object p;
87
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
108

119
dimensions [0 2 -2 0 0 0 0];
1210

@@ -17,13 +15,13 @@ boundaryField
1715
auto0
1816
{
1917
type uniformFixedValue;
20-
uniformValue table
21-
(
22-
(0 1.3332)
23-
(3e-3 1.3332)
24-
(3.1e-3 0)
25-
(1e-2 0)
26-
);
18+
uniformValue table
19+
(
20+
(0 1.3332)
21+
(3e-3 1.3332)
22+
(3.1e-3 0)
23+
(1e-2 0)
24+
);
2725
}
2826
interface
2927
{
@@ -35,6 +33,3 @@ boundaryField
3533
value uniform 0;
3634
}
3735
}
38-
39-
40-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/0/pointDisplacement

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FoamFile
55
class pointVectorField;
66
object pointDisplacement;
77
}
8-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
98

109
dimensions [0 1 0 0 0 0 0];
1110

@@ -21,7 +20,7 @@ boundaryField
2120

2221
interface
2322
{
24-
type fixedValue;
23+
type fixedValue;
2524
value $internalField;
2625
}
2726

@@ -32,6 +31,3 @@ boundaryField
3231
}
3332

3433
}
35-
36-
37-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/RASProperties

Lines changed: 0 additions & 16 deletions
This file was deleted.

elastic-tube-3d/fluid-openfoam/constant/dynamicMeshDict

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@ FoamFile
22
{
33
version 2.0;
44
format ascii;
5-
6-
root "";
7-
case "";
8-
instance "";
9-
local "";
10-
115
class dictionary;
126
object motionProperties;
137
}
148

15-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16-
179
dynamicFvMesh dynamicMotionSolverFvMesh;
1810

1911
motionSolverLibs ( "libfvMotionSolvers.so" );

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/boundary

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object boundary;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
109

1110
3
1211
(
@@ -29,5 +28,3 @@ FoamFile
2928
startFace 67196;
3029
}
3130
)
32-
33-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/cellZones

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object cellZones;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
109

1110
0
1211
()
13-
14-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/faceZones

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object faceZones;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
109

1110
0
1211
()
13-
14-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/faces

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object faces;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
10-
119

1210
67367
1311
(
@@ -67379,6 +67377,3 @@ FoamFile
6737967377
3(223 230 222)
6738067378
3(232 225 233)
6738167379
)
67382-
67383-
67384-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/neighbour

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FoamFile
77
location "constant/polyMesh";
88
object neighbour;
99
}
10-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
11-
1210

1311
63397
1412
(
@@ -63410,6 +63408,3 @@ FoamFile
6341063408
32690
6341163409
32690
6341263410
)
63413-
63414-
63415-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/owner

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FoamFile
77
location "constant/polyMesh";
88
object owner;
99
}
10-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
11-
1210

1311
67367
1412
(
@@ -67380,6 +67378,3 @@ FoamFile
6738067378
32352
6738167379
32685
6738267380
)
67383-
67384-
67385-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/pointZones

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object pointZones;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
109

1110
0
1211
()
13-
14-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/polyMesh.orig/points

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ FoamFile
66
location "constant/polyMesh";
77
object points;
88
}
9-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
10-
119

1210
6598
1311
(
@@ -6610,6 +6608,3 @@ FoamFile
66106608
(-0.00056456403382237 0.0027208575300533 0.017526220021498)
66116609
(-0.0033003515528103 0.0026852032948362 0.001388666491757)
66126610
)
6613-
6614-
6615-
// ************************************************************************* //

elastic-tube-3d/fluid-openfoam/constant/transportProperties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ FoamFile
33
version 2.0;
44
format ascii;
55
class dictionary;
6-
object flowProperties;
6+
object transportProperties;
77
}
8-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
98

109
nu nu [0 2 -1 0 0 0 0] 3e-6;
1110

12-
transportModel Newtonian;
13-
14-
// ************************************************************************* //
11+
transportModel Newtonian;

elastic-tube-3d/fluid-openfoam/constant/turbulenceProperties

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
FoamFile
22
{
3-
version 2.0;
4-
format ascii;
5-
root "";
6-
case "";
7-
instance "";
8-
local "";
9-
class dictionary;
10-
object turbulenceProperties;
3+
version 2.0;
4+
format ascii;
5+
class dictionary;
6+
object turbulenceProperties;
117
}
128

139
simulationType laminar;

elastic-tube-3d/fluid-openfoam/system/controlDict

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
21
FoamFile
32
{
4-
version 2.0;
5-
format ascii;
6-
root "";
7-
case "";
8-
instance "";
9-
local "";
10-
class dictionary;
11-
object controlDict;
3+
version 2.0;
4+
format ascii;
5+
class dictionary;
6+
object controlDict;
127
}
138

14-
application pimpleFoam;
15-
//application pimpleDyMFoam;
9+
application pimpleFoam; // latest OpenFOAM
10+
// application pimpleDyMFoam; // OpenFOAM v1712, OpenFOAM 5.x, or older
1611

1712
startFrom startTime;
1813

elastic-tube-3d/fluid-openfoam/system/decomposeParDict

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FoamFile
55
class dictionary;
66
object decomposeParDict;
77
}
8-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
98

109
numberOfSubdomains 4;
1110
method simple;
@@ -14,6 +13,4 @@ simpleCoeffs
1413
{
1514
n (4 1 1);
1615
delta 0.001;
17-
1816
}
19-
// ************************************************************************* //

0 commit comments

Comments
 (0)