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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user