Skip to content

Commit

Permalink
debug for test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuLmq committed Aug 20, 2024
1 parent 161436b commit 3b214a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion test/aachenBomb_2D/system/decomposeParDict
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ FoamFile

numberOfSubdomains 2;

method scotch;
method simple;

simpleCoeffs
{
n (2 1 1);
delta 0;
}


// ************************************************************************* //
8 changes: 4 additions & 4 deletions test/corrtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ float aachenBomb4 = readBomb(194,"aachenBomb2D/data_T.xy");
// }

TEST(corrtest,dfLowMachFoam_2DaachenBomb){
EXPECT_NEAR(aachenBomb1,814.011,0.0001);
EXPECT_NEAR(aachenBomb2,2114.86,0.0001);
EXPECT_NEAR(aachenBomb3,933.448,0.0001);
EXPECT_NEAR(aachenBomb4,2534.72,0.0001);
EXPECT_NEAR(aachenBomb1,814.228,0.0001);
EXPECT_NEAR(aachenBomb2,2145.99,0.0001);
EXPECT_NEAR(aachenBomb3,939.509,0.0001);
EXPECT_NEAR(aachenBomb4,2475.45,0.0001);
}

float readmaxTH2(){
Expand Down

0 comments on commit 3b214a8

Please sign in to comment.