reduce the excution time needed by test_tabulation

instead of 200 samples in the pressure direction, let's be confident
with only 50...
This commit is contained in:
Andreas Lauser
2016-04-17 11:27:57 +02:00
parent ac0652805d
commit 35b5ad833b

View File

@@ -59,7 +59,7 @@ inline void testAll()
Scalar pMin = 10.00;
Scalar pMax = IapwsH2O::vaporPressure(tempMax*1.1);
unsigned nPress = 200;
unsigned nPress = 50;
std::cout << "Creating tabulation with " << nTemp*nPress << " entries per quantity\n";
TabulatedH2O::init(tempMin, tempMax, nTemp,