Skip to content

Commit

Permalink
Updated the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedenhe committed Nov 19, 2023
1 parent db22139 commit 71fdfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runTests_DAPimpleFoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"designSurfaces": ["wing"],
"solverName": "DAPimpleFoam",
"primalBC": {"U0": {"variable": "U", "patches": ["inout"], "value": [U0, 0, 0]}, "useWallFunction": True},
"unsteadyAdjoint": {"mode": "timeAccurate"},
"unsteadyAdjoint": {"mode": "timeAccurate", "PCMatPrecomputeInterval": 5, "PCMatUpdateInterval": 1},
"printIntervalUnsteady": 1,
"fvSource": {
"disk1": {
Expand Down

0 comments on commit 71fdfeb

Please sign in to comment.