Skip to content

Commit 7f3344b

Browse files
apply changes to ensure compatibility with OpenFOAM6
1 parent 3252ea7 commit 7f3344b

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

FSI/cylinderFlap/OpenFOAM-CalculiX/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/cylinderFlap/OpenFOAM-deal.II/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

0 commit comments

Comments
 (0)