Skip to content

Commit 955df44

Browse files
author
mthsmcd
committed
update EOL
1 parent 364ff72 commit 955df44

Some content is hidden

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

51 files changed

+1130673
-1130692
lines changed

data/square-duct/2200/constant/fvOptions

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
/*--------------------------------*- C++ -*----------------------------------*\
22
| ========= | |
33
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4-
| \\ / O peration | Version: 4.x |
5-
| \\ / A nd | Web: www.OpenFOAM.org |
4+
| \\ / O peration | Version: 2306 |
5+
| \\ / A nd | Website: www.openfoam.com |
66
| \\/ M anipulation | |
77
\*---------------------------------------------------------------------------*/
8+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
89
FoamFile
910
{
10-
version 2.0;
11-
format ascii;
12-
class dictionary;
13-
location "constant";
14-
object fvOptions;
11+
version 2;
12+
format ascii;
13+
class dictionary;
14+
location "constant";
15+
object fvOptions;
1516
}
16-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717

18-
beta 0.0;
19-
couplingFactor 0.0;
18+
beta 0;
19+
20+
couplingFactor 0;
2021

2122
momentumSource
2223
{
2324
type meanVelocityForce;
2425
active yes;
25-
2626
meanVelocityForceCoeffs
2727
{
2828
selectionMode all;
29-
30-
fields (U);
31-
Ubar (0.4819583504294715 0 0);
29+
fields ( U );
30+
Ubar ( 0.481958 0 0 );
3231
}
3332
}
3433

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
/*--------------------------------*- C++ -*----------------------------------*\
2-
| ========= | |
3-
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4-
| \\ / O peration | Version: 4.x |
5-
| \\ / A nd | Web: www.OpenFOAM.org |
6-
| \\/ M anipulation | |
7-
\*---------------------------------------------------------------------------*/
8-
FoamFile
9-
{
10-
version 2.0;
11-
format ascii;
12-
class polyBoundaryMesh;
13-
location "constant/polyMesh";
14-
object boundary;
15-
}
16-
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17-
18-
5
19-
(
20-
fixedWalls
21-
{
22-
type wall;
23-
inGroups 1(wall);
24-
nFaces 250;
25-
startFace 31000;
26-
}
27-
inlet
28-
{
29-
type cyclic;
30-
inGroups 1(cyclic);
31-
nFaces 15625;
32-
startFace 31250;
33-
matchTolerance 0.0001;
34-
transform unknown;
35-
neighbourPatch outlet;
36-
}
37-
outlet
38-
{
39-
type cyclic;
40-
inGroups 1(cyclic);
41-
nFaces 15625;
42-
startFace 46875;
43-
matchTolerance 0.0001;
44-
transform unknown;
45-
neighbourPatch inlet;
46-
}
47-
symmetry0
48-
{
49-
type symmetryPlane;
50-
inGroups 1(symmetryPlane);
51-
nFaces 125;
52-
startFace 62500;
53-
}
54-
symmetry1
55-
{
56-
type symmetryPlane;
57-
inGroups 1(symmetryPlane);
58-
nFaces 125;
59-
startFace 62625;
60-
}
61-
)
62-
63-
// ************************************************************************* //
1+
/*--------------------------------*- C++ -*----------------------------------*\
2+
| ========= | |
3+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4+
| \\ / O peration | Version: 2306 |
5+
| \\ / A nd | Web: www.openfoam.com |
6+
| \\/ M anipulation | |
7+
\*---------------------------------------------------------------------------*/
8+
FoamFile
9+
{
10+
version 2.0;
11+
format ascii;
12+
class polyBoundaryMesh;
13+
location "constant/polyMesh";
14+
object boundary;
15+
}
16+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17+
18+
5
19+
(
20+
fixedWalls
21+
{
22+
type wall;
23+
inGroups 1(wall);
24+
nFaces 250;
25+
startFace 31000;
26+
}
27+
inlet
28+
{
29+
type cyclic;
30+
inGroups 1(cyclic);
31+
nFaces 15625;
32+
startFace 31250;
33+
matchTolerance 0.0001;
34+
transform unknown;
35+
neighbourPatch outlet;
36+
}
37+
outlet
38+
{
39+
type cyclic;
40+
inGroups 1(cyclic);
41+
nFaces 15625;
42+
startFace 46875;
43+
matchTolerance 0.0001;
44+
transform unknown;
45+
neighbourPatch inlet;
46+
}
47+
symmetry0
48+
{
49+
type symmetryPlane;
50+
inGroups 1(symmetryPlane);
51+
nFaces 125;
52+
startFace 62500;
53+
}
54+
symmetry1
55+
{
56+
type symmetryPlane;
57+
inGroups 1(symmetryPlane);
58+
nFaces 125;
59+
startFace 62625;
60+
}
61+
)
62+
63+
// ************************************************************************* //

0 commit comments

Comments
 (0)