@@ -13,8 +13,8 @@ float readTGV(int k, string file);
1313float readHighSpeed ();
1414float v = readHighSpeed();
1515
16- float H2maxT = readmaxTH2();
17- float H2midT = readmidTH2();
16+ // float H2maxT = readmaxTH2();
17+ // float H2midT = readmidTH2();
1818
1919
2020float TGV500 = readTGV(806 ," 2DTGV/5/data_T.xy" );
@@ -32,12 +32,12 @@ float T4 = readSandia(4,"2DSandia/data_T.xy");
3232float T5 = readSandia(5 ," 2DSandia/data_T.xy" );
3333float T6 = readSandia(6 ," 2DSandia/data_T.xy" );
3434
35- TEST (corrtest,df0DFoam_H2){
36- EXPECT_FLOAT_EQ (H2maxT,2588.48 ); // compare the maximum temperature of H2 case
37- EXPECT_FLOAT_EQ (H2midT,1021.41 ); // compare the temperature of H2 case at the maximum gradient when t = 0.000245s
38- // EXPECT_FLOAT_EQ(H2maxT,2586.21); // compare the maximum temperature of H2 case
39- // EXPECT_FLOAT_EQ(H2midT,1020.71); // compare the temperature of H2 case at the maximum gradient when t = 0.000245s
40- }
35+ // TEST(corrtest,df0DFoam_H2){
36+ // EXPECT_FLOAT_EQ(H2maxT,2588.48); // compare the maximum temperature of H2 case
37+ // EXPECT_FLOAT_EQ(H2midT,1021.41); // compare the temperature of H2 case at the maximum gradient when t = 0.000245s
38+ // //EXPECT_FLOAT_EQ(H2maxT,2586.21); // compare the maximum temperature of H2 case
39+ // //EXPECT_FLOAT_EQ(H2midT,1020.71); // compare the temperature of H2 case at the maximum gradient when t = 0.000245s
40+ // }
4141
4242
4343
0 commit comments