Skip to content

Commit 5c625d8

Browse files
Set default compatibility of tutorials to OF6. Related to #40
1 parent 5a748df commit 5c625d8

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

FSI/cylinderFlap/OpenFOAM-FEniCS/Fluid/system/controlDict

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ FoamFile
1010

1111
// Note: With OpenFOAM v1806 and OpenFOAM 6, the DyM solvers
1212
// were marked deprecated and merged into their respective standard solvers.
13-
//application pimpleFoam; // OpenFOAM v1806, OpenFOAM 6, or newer
14-
application pimpleDyMFoam; // OpenFOAM v1712, OpenFOAM 5.x, or older
13+
application pimpleFoam; // OpenFOAM v1806, OpenFOAM 6, or newer
14+
//application pimpleDyMFoam; // OpenFOAM v1712, OpenFOAM 5.x, or older
1515

1616
startFrom startTime;
1717

FSI/cylinderFlap/OpenFOAM-FEniCS/Fluid/system/fvSolution

+13-13
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ PIMPLE
6161

6262
nOuterCorrectors 50;
6363

64-
residualControl
65-
{
66-
U
67-
{
68-
tolerance 5e-5;
69-
relTol 0;
70-
}
71-
p
72-
{
73-
tolerance 5e-4;
74-
relTol 0;
75-
}
76-
}
64+
// residualControl
65+
// {
66+
// U
67+
// {
68+
// tolerance 5e-5;
69+
// relTol 0;
70+
// }
71+
// p
72+
// {
73+
// tolerance 5e-4;
74+
// relTol 0;
75+
// }
76+
// }
7777
}
7878

7979
potentialFlow

FSI/flap_perp/OpenFOAM-FEniCS/Fluid/system/controlDict

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ FoamFile
1010

1111
// Note: With OpenFOAM v1806 and OpenFOAM 6, the DyM solvers
1212
// were marked deprecated and merged into their respective standard solvers.
13-
// application pimpleFoam; // OpenFOAM v1806, OpenFOAM 6, or newer
14-
application pimpleDyMFoam; // OpenFOAM v1712, OpenFOAM 5.x, or older
13+
application pimpleFoam; // OpenFOAM v1806, OpenFOAM 6, or newer
14+
// application pimpleDyMFoam; // OpenFOAM v1712, OpenFOAM 5.x, or older
1515

1616
startFrom startTime;
1717

0 commit comments

Comments
 (0)