Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 16, 2024
1 parent 1996323 commit 8d01ca8
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,27 +204,27 @@ public void runCurveTest() {

double[] chartConditions = new double[] {0.3, 1.0, 1.0, 1.0};

double[] speed = new double[] {7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500};
double[] speed = new double[] {7000, 7500, 8000, 8500, 9000, 9500, 9659, 10000, 10500};
double[][] flow = new double[][] {{4512.7, 5120.8, 5760.9, 6401, 6868.27},
{4862.47, 5486.57, 6172.39, 6858.21, 7550.89},
{5237.84, 5852.34, 6583.88, 7315.43, 8046.97, 8266.43},
{5642.94, 6218.11, 6995.38, 7772.64, 8549.9, 9000.72},
{6221.77, 6583.88, 7406.87, 8229.85, 9052.84, 9768.84},
{6888.85, 6949.65, 7818.36, 8687.07, 9555.77, 10424.5, 10546.1},
{7109.83, 7948.87, 8832.08, 9715.29, 10598.5, 10801.6},
{7598.9, 8229.85, 9144.28, 10058.7, 10973.1, 11338.9}};
double[][] head =
new double[][] {{80.0375, 78.8934, 76.2142, 71.8678, 67.0062, 60.6061, 53.0499, 39.728},
{72.2122, 71.8369, 68.9009, 65.8341, 60.7167, 54.702, 47.2749, 35.7471},
{65.1576, 64.5253, 62.6118, 59.1619, 54.0455, 47.0059, 39.195, 31.6387},
{58.6154, 56.9627, 54.6647, 50.4462, 44.4322, 38.4144, 32.9084, 28.8109},
{52.3295, 51.0573, 49.5283, 46.3326, 42.3685, 37.2502, 31.4884, 25.598},
{40.6578, 39.6416, 37.6008, 34.6603, 30.9503, 27.1116, 23.2713, 20.4546},
{35.2705, 34.6359, 32.7228, 31.0645, 27.0985, 22.7482, 18.0113},
{32.192, 31.1756, 29.1329, 26.833, 23.8909, 21.3324, 18.7726, 16.3403},};
double[][] polyEff = new double[][] {
{77.2452238409573, 79.4154186459363, 80.737960012489, 80.5229826589649, 79.2210931638144,
75.4719133864634, 69.6034181197298, 58.7322388482707},
{7598.9, 8229.85, 9144.28, 10058.7, 10973.1, 11338.9},
{8334.1, 8641.35, 9601.5, 10561.6, 11521.8, 11963.5}};
double[][] head = new double[][] {{61.885, 59.639, 56.433, 52.481, 49.132},

{72.2122, 71.8369, 68.9009, 65.8341, 60.7167, 54.702, 47.2749, 35.7471},
{65.1576, 64.5253, 62.6118, 59.1619, 54.0455, 47.0059, 39.195, 31.6387},
{58.6154, 56.9627, 54.6647, 50.4462, 44.4322, 38.4144, 32.9084, 28.8109},
{52.3295, 51.0573, 49.5283, 46.3326, 42.3685, 37.2502, 31.4884, 25.598},
{40.6578, 39.6416, 37.6008, 34.6603, 30.9503, 27.1116, 23.2713, 20.4546},
{35.2705, 34.6359, 32.7228, 31.0645, 27.0985, 22.7482, 18.0113},
{32.192, 31.1756, 29.1329, 26.833, 23.8909, 21.3324, 18.7726, 16.3403},};
double[][] polyEff = new double[][] {{78.3, 78.2, 77.2, 75.4, 73.4},

{77.0107837113504, 79.3069974136389, 80.8941189021135, 80.7190194665918, 79.5313242980328,
75.5912622896367, 69.6846136362097, 60.0043057990909},
{77.0043065299874, 79.1690958847856, 80.8038169975675, 80.6543975614197, 78.8532389102705,
Expand Down

0 comments on commit 8d01ca8

Please sign in to comment.