Closed AlexanderCicchino closed 9 months ago
Thanks for fixing this, Alex! I'm really glad that this was able to be resolved so quickly.
I think it's good to add these new tests, but we should have a testfail condition. I can do that in the next few days: it will check that weak and strong have the expected lift (with some small tolerance) after the short unsteady time interval. I'll add it to this branch once it's done.
My pleasure, hope it helps!
Thanks for fixing this, Alex! I'm really glad that this was able to be resolved so quickly.
I think it's good to add these new tests, but we should have a testfail condition. I can do that in the next few days: it will check that weak and strong have the expected lift (with some small tolerance) after the short unsteady time interval. I'll add it to this branch once it's done.
+1 to the test success / failure condition.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
1.3% Duplication
I just added a new test that checks lift and drag for the three NACA0012 unsteady tests (weak/strong/strong-split). They currently pass on this branch, but the two strong versions fail on master.
I am starting CTEST. It should finish some time tomorrow.
ctest
has completed and all tests are passing as expected. See the attached log file.
ctest07122023.txt
The SonarCloud Quality Gate passed, but some issues were introduced.
5 New issues
0 Security Hotspots
No data about Coverage
1.1% Duplication on New Code
This PR fixes/closes the zone issue in strong DG as per issue #249 . The problem was that previously, on a face, it was assumed that the reference faces were neighbours, which is the case for grids made from hypercube and a warping or a single mesh in dealii. In the general case, this isn't, and now it has been fixed. Note, the reference cell itself could be rotated and no longer be a square going from 0->1, that case has not been tested in strong.