From 46efb766d57f76cebd10819d4bf3c3460bd17264 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 13 Feb 2019 12:18:11 +0100 Subject: Add refined N=40 data --- img/cylinder2d_high_res_comparsion.tikz | 74 +- ...mized_refinement_n40_re100_drag_lift_deltap.csv | 1253 ++++++++++++++++++++ 2 files changed, 1267 insertions(+), 60 deletions(-) create mode 100644 img/data/cylinder2d_optimized_refinement_n40_re100_drag_lift_deltap.csv diff --git a/img/cylinder2d_high_res_comparsion.tikz b/img/cylinder2d_high_res_comparsion.tikz index 2d4fd8b..aa8b2a7 100644 --- a/img/cylinder2d_high_res_comparsion.tikz +++ b/img/cylinder2d_high_res_comparsion.tikz @@ -1,7 +1,6 @@ \begin{tikzpicture} -\pgfplotstableread[col sep=comma]{img/data/cylinder2d_optimized_refinement_n17_re100_drag_lift_deltap.csv}\refined -\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n40_re100_drag_lift_deltap.csv}\uniformHigh -\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n80_re100_drag_lift_deltap.csv}\uniformVeryHigh +\pgfplotstableread[col sep=comma]{img/data/cylinder2d_optimized_refinement_n40_re100_drag_lift_deltap.csv}\refined +\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n40_re100_drag_lift_deltap.csv}\uniformVeryHigh \pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n160_re100_drag_lift_deltap.csv}\uniformVeryVeryHigh \begin{axis}[ @@ -18,24 +17,9 @@ ] \addplot[thick,color=black]{3.23}; \addlegendentry {\(\widehat{c_w} := 3.23\)}; -\addplot[ - color=blue!50!white, - thin -] table [ - x expr=\thisrow{time}, y=drag -] {\uniformVeryVeryHigh}; -\addplot[ - color=red!50!white, - thin -] table [ - x expr=\thisrow{time}, y=drag -] {\uniformVeryHigh}; -\addplot[ - color=green!70!black, - thin -] table [ - x expr=8*\thisrow{time}, y=drag -] {\refined}; +\addplot[color=blue!50!white,thin ] table [x expr=\thisrow{time}, y=drag] {\uniformVeryVeryHigh}; +\addplot[color=red!50!white,thin ] table [x expr=\thisrow{time}, y=drag] {\uniformVeryHigh}; +\addplot[color=green!70!black,thin] table [x expr=8*\thisrow{time}, y=drag] {\refined}; \end{axis} \begin{axis}[ @@ -53,24 +37,9 @@ ] \addplot[thick,color=black]{1.0}; \addlegendentry {\(\widehat{c_a} := 1\)}; -\addplot[ - color=blue!50!white, - thin -] table [ - x expr=\thisrow{time}, y=lift -] {\uniformVeryVeryHigh}; -\addplot[ - color=red!50!white, - thin -] table [ - x expr=\thisrow{time}, y=lift -] {\uniformVeryHigh}; -\addplot[ - color=green!70!black, - thin -] table [ - x expr=8*\thisrow{time}, y=lift -] {\refined}; +\addplot[color=blue!50!white,thin ] table [x expr=\thisrow{time}, y=lift] {\uniformVeryVeryHigh}; +\addplot[color=red!50!white,thin ] table [x expr=\thisrow{time}, y=lift] {\uniformVeryHigh}; +\addplot[color=green!70!black,thin] table [x expr=8*\thisrow{time}, y=lift] {\refined}; \end{axis} \begin{axis}[ @@ -89,27 +58,12 @@ y unit=N/m^2, ylabel absolute, every axis y label/.append style={yshift=0.4cm} ] -\addplot[ - color=blue!50!white, - thin -] table [ - x expr=\thisrow{time}, y=deltap -] {\uniformVeryVeryHigh}; -\addlegendentry {Uniformes \(N=40\) Gitter mit 145314 Knoten}; -\addplot[ - color=red!50!white, - thin -] table [ - x expr=\thisrow{time}, y=deltap -] {\uniformVeryHigh}; -\addlegendentry {Uniformes \(N=80\) Gitter mit 576758 Knoten}; -\addplot[ - color=green!70!black, - thin -] table [ - x expr=8*\thisrow{time}, y=deltap -] {\refined}; -\addlegendentry {Problembezogen verfeinertes \(N=17\) Gitter}; +\addplot[color=blue!50!white,thin ] table [x expr=\thisrow{time}, y=deltap] {\uniformVeryVeryHigh}; +\addlegendentry {Uniformes \(N=160\) Gitter mit 2298014 Knoten}; +\addplot[color=red!50!white,thin ] table [x expr=\thisrow{time}, y=deltap] {\uniformVeryHigh}; +\addlegendentry {Uniformes \(N=40\) Gitter mit 576758 Knoten}; +\addplot[color=green!70!black,thin] table [x expr=8*\thisrow{time}, y=deltap] {\refined}; +\addlegendentry {Verfeinertes \(N=40\) Gitter mit 787592 Knoten}; \addplot[thick,color=black]{2.48}; \addlegendentry {\(\Delta P := 2.48\)}; \end{axis} diff --git a/img/data/cylinder2d_optimized_refinement_n40_re100_drag_lift_deltap.csv b/img/data/cylinder2d_optimized_refinement_n40_re100_drag_lift_deltap.csv new file mode 100644 index 0000000..4db1ec3 --- /dev/null +++ b/img/data/cylinder2d_optimized_refinement_n40_re100_drag_lift_deltap.csv @@ -0,0 +1,1253 @@ +time,drag,lift,deltap +0,0,0,0 +0.00125,2.03009e-06,-6.15981e-09,1.25668e-06 +0.0025,1.27694e-05,-2.65347e-08,7.75305e-06 +0.00375,3.29558e-05,-6.03526e-08,1.97667e-05 +0.005,6.30077e-05,-1.0826e-07,3.74318e-05 +0.00625,0.000103251,-1.69257e-07,6.08453e-05 +0.0075,0.000153968,-2.46247e-07,9.00894e-05 +0.00875,0.000218134,-3.36482e-07,0.000126904 +0.01,0.000295565,-4.41008e-07,0.000171001 +0.01125,0.000384199,-5.55939e-07,0.000221074 +0.0125,0.000484396,-6.83828e-07,0.000277294 +0.01375,0.000596266,-8.25734e-07,0.000339677 +0.015,0.000719916,-9.8001e-07,0.000408235 +0.01625,0.000854518,-1.14485e-06,0.000482406 +0.0175,0.000997207,-1.32139e-06,0.000560455 +0.01875,0.00115214,-1.51071e-06,0.000644912 +0.02,0.00131903,-1.71402e-06,0.000735514 +0.02125,0.0014981,-1.92923e-06,0.000832356 +0.0225,0.00168948,-2.15635e-06,0.000935461 +0.02375,0.00189367,-2.39405e-06,0.0010451 +0.025,0.00211358,-2.64578e-06,0.00116297 +0.02625,0.00234739,-2.90714e-06,0.00128785 +0.0275,0.00259395,-3.17942e-06,0.00141902 +0.02875,0.00285351,-3.46119e-06,0.00155663 +0.03,0.0031261,-3.75202e-06,0.00170064 +0.03125,0.00341154,-4.05363e-06,0.00185092 +0.0325,0.00370838,-4.36412e-06,0.00200656 +0.03375,0.00401521,-4.68399e-06,0.00216674 +0.035,0.00433566,-5.01391e-06,0.00233365 +0.03625,0.00466897,-5.35247e-06,0.00250677 +0.0375,0.00501541,-5.70166e-06,0.00268623 +0.03875,0.00537509,-6.05966e-06,0.00287206 +0.04,0.00574894,-6.4258e-06,0.00306481 +0.04125,0.0061393,-6.80059e-06,0.00326584 +0.0425,0.00654341,-7.18332e-06,0.00347336 +0.04375,0.00696107,-7.57251e-06,0.00368728 +0.045,0.00739235,-7.96889e-06,0.0039076 +0.04625,0.00783718,-8.37179e-06,0.00413429 +0.0475,0.00829511,-8.78018e-06,0.00436703 +0.04875,0.00876445,-9.19397e-06,0.00460479 +0.05,0.00924514,-9.61428e-06,0.00484758 +0.05125,0.00973997,-1.00415e-05,0.00509708 +0.0525,0.010248,-1.04748e-05,0.00535266 +0.05375,0.0107696,-1.09126e-05,0.00561451 +0.055,0.0113049,-1.13556e-05,0.00588272 +0.05625,0.0118551,-1.18041e-05,0.00615804 +0.0575,0.0124219,-1.22573e-05,0.0064413 +0.05875,0.013002,-1.27134e-05,0.00673055 +0.06,0.0135961,-1.31722e-05,0.00702617 +0.06125,0.0142038,-1.36335e-05,0.00732801 +0.0625,0.0148253,-1.40973e-05,0.007636 +0.06375,0.0154596,-1.45633e-05,0.00794966 +0.065,0.0161051,-1.50302e-05,0.00826804 +0.06625,0.016763,-1.54989e-05,0.00859182 +0.0675,0.017435,-1.59693e-05,0.00892203 +0.06875,0.0181202,-1.64407e-05,0.00925813 +0.07,0.018819,-1.69134e-05,0.00960033 +0.07125,0.0195318,-1.73863e-05,0.00994884 +0.0725,0.02026,-1.78585e-05,0.0103045 +0.07375,0.021004,-1.833e-05,0.0106675 +0.075,0.0217609,-1.87995e-05,0.011036 +0.07625,0.0225319,-1.92666e-05,0.0114108 +0.0775,0.0233163,-1.97303e-05,0.0117916 +0.07875,0.0241142,-2.01906e-05,0.0121781 +0.08,0.0249244,-2.06469e-05,0.0125699 +0.08125,0.0257458,-2.1099e-05,0.0129662 +0.0825,0.02658,-2.15465e-05,0.0133681 +0.08375,0.027428,-2.1989e-05,0.0137761 +0.085,0.028289,-2.24259e-05,0.0141897 +0.08625,0.0291635,-2.28566e-05,0.0146092 +0.0875,0.030052,-2.32808e-05,0.0150349 +0.08875,0.0309558,-2.36976e-05,0.0154676 +0.09,0.0318745,-2.41053e-05,0.015907 +0.09125,0.0328058,-2.4503e-05,0.0163517 +0.0925,0.0337509,-2.48897e-05,0.0168024 +0.09375,0.0347091,-2.52653e-05,0.0172587 +0.095,0.0356802,-2.56292e-05,0.0177204 +0.09625,0.036663,-2.59795e-05,0.018187 +0.0975,0.0376569,-2.63158e-05,0.0186579 +0.09875,0.0386639,-2.66387e-05,0.0191346 +0.1,0.039684,-2.69465e-05,0.0196169 +0.10125,0.0407169,-2.72382e-05,0.0201047 +0.1025,0.041763,-2.75128e-05,0.0205981 +0.10375,0.0428231,-2.77692e-05,0.0210978 +0.105,0.0438981,-2.80065e-05,0.0216041 +0.10625,0.044987,-2.82228e-05,0.0221165 +0.1075,0.0460881,-2.84164e-05,0.022634 +0.10875,0.0472027,-2.85865e-05,0.0231574 +0.11,0.0483299,-2.87315e-05,0.023686 +0.11125,0.0494694,-2.88502e-05,0.0242198 +0.1125,0.0506199,-2.89414e-05,0.024758 +0.11375,0.0517816,-2.9004e-05,0.0253007 +0.115,0.0529564,-2.9037e-05,0.0258492 +0.11625,0.0541436,-2.90383e-05,0.0264029 +0.1175,0.0553434,-2.90068e-05,0.026962 +0.11875,0.0565562,-2.89409e-05,0.0275268 +0.12,0.0577829,-2.88386e-05,0.0280978 +0.12125,0.0590239,-2.86975e-05,0.0286753 +0.1225,0.0602779,-2.85156e-05,0.0292583 +0.12375,0.0615441,-2.82913e-05,0.0298465 +0.125,0.0628233,-2.80222e-05,0.0304404 +0.12625,0.0641146,-2.77061e-05,0.0310395 +0.1275,0.0654176,-2.73412e-05,0.0316435 +0.12875,0.0667314,-2.69249e-05,0.0322519 +0.13,0.0680566,-2.64559e-05,0.0328651 +0.13125,0.0693948,-2.59322e-05,0.0334842 +0.1325,0.0707449,-2.53509e-05,0.0341084 +0.13375,0.0721077,-2.47096e-05,0.0347383 +0.135,0.0734834,-2.40056e-05,0.035374 +0.13625,0.0748729,-2.32364e-05,0.0360161 +0.1375,0.0762764,-2.23987e-05,0.0366647 +0.13875,0.0776924,-2.1489e-05,0.0373188 +0.14,0.0791207,-2.05045e-05,0.0379784 +0.14125,0.0805618,-1.94425e-05,0.0386439 +0.1425,0.0820149,-1.82996e-05,0.0393147 +0.14375,0.0834795,-1.70727e-05,0.0399907 +0.145,0.0849551,-1.57585e-05,0.0406714 +0.14625,0.0864426,-1.4354e-05,0.0413578 +0.1475,0.0879432,-1.28563e-05,0.0420503 +0.14875,0.089456,-1.12612e-05,0.0427484 +0.15,0.0909817,-9.56519e-06,0.0434528 +0.15125,0.0925209,-7.76473e-06,0.0441638 +0.1525,0.0940743,-5.85558e-06,0.0448817 +0.15375,0.0956417,-3.8332e-06,0.0456066 +0.155,0.0972218,-1.69331e-06,0.0463375 +0.15625,0.0988149,5.67844e-07,0.0470749 +0.1575,0.100421,2.95486e-06,0.0478188 +0.15875,0.10204,5.47219e-06,0.0485689 +0.16,0.103671,8.12407e-06,0.049325 +0.16125,0.105314,1.09144e-05,0.050087 +0.1625,0.10697,1.38476e-05,0.0508559 +0.16375,0.108639,1.69286e-05,0.051632 +0.165,0.110322,2.01622e-05,0.052415 +0.16625,0.11202,2.35529e-05,0.0532056 +0.1675,0.113732,2.71058e-05,0.0540041 +0.16875,0.115459,3.08258e-05,0.0548111 +0.17,0.117201,3.47188e-05,0.0556262 +0.17125,0.118958,3.87899e-05,0.056449 +0.1725,0.120729,4.30439e-05,0.0572799 +0.17375,0.122514,4.74864e-05,0.0581189 +0.175,0.124314,5.21225e-05,0.058966 +0.17625,0.126128,5.69571e-05,0.0598208 +0.1775,0.127955,6.19953e-05,0.0606838 +0.17875,0.129798,6.72419e-05,0.0615558 +0.18,0.131657,7.27023e-05,0.0624372 +0.18125,0.133531,7.83818e-05,0.0633278 +0.1825,0.135423,8.42857e-05,0.0642286 +0.18375,0.137331,9.04193e-05,0.0651397 +0.185,0.139257,9.67877e-05,0.0660619 +0.18625,0.141201,0.000103397,0.0669946 +0.1875,0.143161,0.000110251,0.0679378 +0.18875,0.14514,0.000117356,0.0688921 +0.19,0.147135,0.000124716,0.0698574 +0.19125,0.149148,0.000132336,0.0708337 +0.1925,0.151178,0.000140221,0.0718211 +0.19375,0.153226,0.000148374,0.0728202 +0.195,0.155293,0.000156799,0.073832 +0.19625,0.15738,0.0001655,0.0748565 +0.1975,0.159486,0.000174482,0.0758941 +0.19875,0.161613,0.000183748,0.0769457 +0.2,0.163762,0.000193301,0.0780117 +0.20125,0.165933,0.000203145,0.0790926 +0.2025,0.168125,0.000213282,0.0801881 +0.20375,0.170339,0.000223716,0.0812984 +0.205,0.172575,0.000234447,0.0824243 +0.20625,0.174833,0.000245479,0.0835656 +0.2075,0.177114,0.000256811,0.0847225 +0.20875,0.179417,0.000268446,0.0858953 +0.21,0.181744,0.000280381,0.0870849 +0.21125,0.184095,0.000292618,0.0882922 +0.2125,0.186472,0.000305156,0.0895173 +0.21375,0.188874,0.000317994,0.0907609 +0.215,0.191303,0.00033113,0.0920238 +0.21625,0.19376,0.000344561,0.0933066 +0.2175,0.196244,0.000358286,0.0946096 +0.21875,0.198757,0.000372302,0.0959328 +0.22,0.201297,0.000386603,0.0972766 +0.22125,0.203866,0.000401185,0.0986416 +0.2225,0.206465,0.000416043,0.100028 +0.22375,0.209092,0.000431169,0.101436 +0.225,0.211748,0.000446558,0.102866 +0.22625,0.214436,0.0004622,0.104319 +0.2275,0.217155,0.000478087,0.105796 +0.22875,0.219907,0.00049421,0.107296 +0.23,0.222692,0.000510559,0.108822 +0.23125,0.225511,0.000527123,0.110373 +0.2325,0.228365,0.00054389,0.111951 +0.23375,0.231254,0.000560847,0.113555 +0.235,0.234179,0.000577983,0.115185 +0.23625,0.237139,0.000595282,0.116843 +0.2375,0.240136,0.00061273,0.118528 +0.23875,0.243169,0.00063031,0.12024 +0.24,0.246239,0.000648006,0.12198 +0.24125,0.249347,0.0006658,0.123749 +0.2425,0.252493,0.000683673,0.125547 +0.24375,0.255678,0.000701607,0.127375 +0.245,0.258903,0.000719582,0.129233 +0.24625,0.26217,0.000737576,0.131122 +0.2475,0.265478,0.00075557,0.133043 +0.24875,0.268828,0.000773541,0.134995 +0.25,0.272221,0.000791468,0.13698 +0.25125,0.275656,0.000809327,0.138996 +0.2525,0.279135,0.000827093,0.141045 +0.25375,0.282656,0.000844743,0.143127 +0.255,0.286221,0.000862252,0.145241 +0.25625,0.289829,0.000879594,0.147388 +0.2575,0.293481,0.000896743,0.149569 +0.25875,0.297178,0.00091367,0.151784 +0.26,0.300921,0.000930351,0.154033 +0.26125,0.30471,0.000946756,0.156317 +0.2625,0.308545,0.000962858,0.158636 +0.26375,0.312428,0.000978629,0.160991 +0.265,0.316359,0.00099404,0.163382 +0.26625,0.320336,0.00100906,0.165808 +0.2675,0.324361,0.00102366,0.16827 +0.26875,0.328433,0.00103781,0.170767 +0.27,0.332552,0.00105148,0.173301 +0.27125,0.336719,0.00106464,0.175871 +0.2725,0.340933,0.00107725,0.178476 +0.27375,0.345194,0.00108928,0.181118 +0.275,0.349504,0.0011007,0.183797 +0.27625,0.353862,0.00111147,0.186513 +0.2775,0.358268,0.00112156,0.189266 +0.27875,0.362724,0.00113093,0.192057 +0.28,0.367229,0.00113954,0.194886 +0.28125,0.371783,0.00114736,0.197753 +0.2825,0.376385,0.00115435,0.200658 +0.28375,0.381036,0.00116047,0.2036 +0.285,0.385736,0.00116568,0.20658 +0.28625,0.390483,0.00116994,0.209599 +0.2875,0.395278,0.00117319,0.212655 +0.28875,0.400121,0.00117541,0.215749 +0.29,0.405011,0.00117654,0.218881 +0.29125,0.40995,0.00117653,0.222053 +0.2925,0.414938,0.00117535,0.225263 +0.29375,0.419973,0.00117294,0.228513 +0.295,0.425058,0.00116925,0.231802 +0.29625,0.430191,0.00116423,0.235131 +0.2975,0.435372,0.00115784,0.2385 +0.29875,0.440602,0.00115002,0.241908 +0.3,0.445879,0.00114072,0.245356 +0.30125,0.451204,0.00112989,0.248844 +0.3025,0.456576,0.00111748,0.252372 +0.30375,0.461994,0.00110343,0.255939 +0.305,0.46746,0.0010877,0.259547 +0.30625,0.472974,0.00107024,0.263195 +0.3075,0.478535,0.00105099,0.266884 +0.30875,0.484143,0.00102991,0.270613 +0.31,0.4898,0.00100696,0.274384 +0.31125,0.495505,0.000982084,0.278197 +0.3125,0.501258,0.000955245,0.282051 +0.31375,0.507059,0.000926405,0.285946 +0.315,0.512907,0.000895527,0.289884 +0.31625,0.518803,0.000862577,0.293863 +0.3175,0.524746,0.000827526,0.297883 +0.31875,0.530736,0.000790348,0.301946 +0.32,0.536773,0.000751021,0.30605 +0.32125,0.542857,0.000709526,0.310196 +0.3225,0.548988,0.000665851,0.314384 +0.32375,0.555167,0.000619989,0.318615 +0.325,0.561394,0.000571935,0.322889 +0.32625,0.567669,0.000521693,0.327205 +0.3275,0.573992,0.000469271,0.331565 +0.32875,0.580363,0.000414683,0.335968 +0.33,0.586781,0.000357949,0.340415 +0.33125,0.593247,0.000299095,0.344904 +0.3325,0.59976,0.000238153,0.349436 +0.33375,0.60632,0.00017516,0.354012 +0.335,0.612927,0.000110161,0.35863 +0.33625,0.61958,4.3208e-05,0.363292 +0.3375,0.62628,-2.56431e-05,0.367996 +0.33875,0.633028,-9.63282e-05,0.372745 +0.34,0.639822,-0.000168777,0.377536 +0.34125,0.646663,-0.000242913,0.382372 +0.3425,0.653552,-0.000318654,0.387251 +0.34375,0.660488,-0.00039591,0.392174 +0.345,0.667471,-0.000474585,0.397141 +0.34625,0.6745,-0.000554579,0.402152 +0.3475,0.681575,-0.000635786,0.407206 +0.34875,0.688697,-0.000718092,0.412304 +0.35,0.695864,-0.00080138,0.417445 +0.35125,0.703076,-0.000885528,0.422629 +0.3525,0.710333,-0.000970408,0.427856 +0.35375,0.717635,-0.00105589,0.433126 +0.355,0.724982,-0.00114183,0.43844 +0.35625,0.732375,-0.0012281,0.443797 +0.3575,0.739812,-0.00131456,0.449197 +0.35875,0.747295,-0.00140105,0.454641 +0.36,0.754823,-0.00148742,0.460128 +0.36125,0.762395,-0.00157354,0.465659 +0.3625,0.770011,-0.00165925,0.471232 +0.36375,0.77767,-0.00174439,0.476847 +0.365,0.785373,-0.00182882,0.482505 +0.36625,0.793118,-0.00191238,0.488206 +0.3675,0.800905,-0.00199494,0.493948 +0.36875,0.808735,-0.00207633,0.499732 +0.37,0.816606,-0.00215642,0.505558 +0.37125,0.82452,-0.00223507,0.511426 +0.3725,0.832476,-0.00231214,0.517336 +0.37375,0.840473,-0.00238751,0.523287 +0.375,0.848512,-0.00246104,0.52928 +0.37625,0.856592,-0.00253263,0.535315 +0.3775,0.864713,-0.00260216,0.541391 +0.37875,0.872874,-0.00266954,0.547507 +0.38,0.881075,-0.00273467,0.553664 +0.38125,0.889315,-0.00279748,0.559861 +0.3825,0.897593,-0.00285789,0.566098 +0.38375,0.90591,-0.00291585,0.572375 +0.385,0.914265,-0.00297132,0.578691 +0.38625,0.922658,-0.00302427,0.585047 +0.3875,0.931088,-0.00307467,0.591442 +0.38875,0.939557,-0.00312253,0.597875 +0.39,0.948062,-0.00316786,0.604348 +0.39125,0.956605,-0.00321069,0.61086 +0.3925,0.965184,-0.00325105,0.61741 +0.39375,0.9738,-0.00328902,0.623998 +0.395,0.982451,-0.00332467,0.630624 +0.39625,0.991136,-0.00335809,0.637287 +0.3975,0.999856,-0.00338939,0.643987 +0.39875,1.00861,-0.0034187,0.650723 +0.4,1.0174,-0.00344615,0.657496 +0.40125,1.02622,-0.00347191,0.664304 +0.4025,1.03507,-0.00349615,0.671149 +0.40375,1.04396,-0.00351904,0.678029 +0.405,1.05288,-0.0035408,0.684944 +0.40625,1.06183,-0.00356164,0.691895 +0.4075,1.07081,-0.00358177,0.698881 +0.40875,1.07982,-0.00360144,0.705901 +0.41,1.08887,-0.00362088,0.712955 +0.41125,1.09794,-0.00364034,0.720042 +0.4125,1.10704,-0.00366008,0.727163 +0.41375,1.11618,-0.00368037,0.734316 +0.415,1.12534,-0.00370146,0.741501 +0.41625,1.13452,-0.00372362,0.748718 +0.4175,1.14374,-0.0037471,0.755967 +0.41875,1.15298,-0.00377217,0.763248 +0.42,1.16225,-0.00379908,0.770559 +0.42125,1.17155,-0.00382806,0.777901 +0.4225,1.18087,-0.00385936,0.785274 +0.42375,1.19022,-0.00389318,0.792676 +0.425,1.19959,-0.00392974,0.800109 +0.42625,1.20899,-0.00396922,0.80757 +0.4275,1.21841,-0.00401178,0.81506 +0.42875,1.22785,-0.00405757,0.822578 +0.43,1.23732,-0.00410672,0.830123 +0.43125,1.24681,-0.00415931,0.837696 +0.4325,1.25632,-0.00421542,0.845295 +0.43375,1.26585,-0.00427508,0.852921 +0.435,1.2754,-0.0043383,0.860573 +0.43625,1.28497,-0.00440506,0.86825 +0.4375,1.29456,-0.0044753,0.875953 +0.43875,1.30417,-0.00454894,0.883681 +0.44,1.3138,-0.00462584,0.891434 +0.44125,1.32345,-0.00470586,0.89921 +0.4425,1.33312,-0.0047888,0.90701 +0.44375,1.3428,-0.00487445,0.914832 +0.445,1.3525,-0.00496255,0.922677 +0.44625,1.36222,-0.00505283,0.930544 +0.4475,1.37195,-0.00514496,0.938431 +0.44875,1.38169,-0.00523862,0.94634 +0.45,1.39145,-0.00533346,0.954269 +0.45125,1.40122,-0.00542908,0.962218 +0.4525,1.41101,-0.0055251,0.970187 +0.45375,1.42081,-0.00562112,0.978175 +0.455,1.43062,-0.0057167,0.986182 +0.45625,1.44044,-0.00581144,0.994207 +0.4575,1.45027,-0.00590492,1.00225 +0.45875,1.46012,-0.0059967,1.01031 +0.46,1.46997,-0.0060864,1.01839 +0.46125,1.47983,-0.00617362,1.02648 +0.4625,1.4897,-0.00625797,1.03459 +0.46375,1.49958,-0.00633912,1.04271 +0.465,1.50947,-0.00641675,1.05084 +0.46625,1.51936,-0.00649057,1.05899 +0.4675,1.52926,-0.00656033,1.06716 +0.46875,1.53916,-0.00662584,1.07533 +0.47,1.54907,-0.00668693,1.08352 +0.47125,1.55898,-0.0067435,1.09172 +0.4725,1.5689,-0.00679549,1.09994 +0.47375,1.57882,-0.00684292,1.10816 +0.475,1.58875,-0.00688585,1.11639 +0.47625,1.59867,-0.0069244,1.12464 +0.4775,1.6086,-0.00695874,1.13289 +0.47875,1.61853,-0.00698913,1.14115 +0.48,1.62846,-0.00701586,1.14942 +0.48125,1.63838,-0.00703928,1.15769 +0.4825,1.64831,-0.00705982,1.16597 +0.48375,1.65823,-0.00707792,1.17426 +0.485,1.66815,-0.00709409,1.18256 +0.48625,1.67807,-0.00710887,1.19086 +0.4875,1.68799,-0.00712285,1.19916 +0.48875,1.6979,-0.00713662,1.20747 +0.49,1.70781,-0.00715081,1.21578 +0.49125,1.71771,-0.00716606,1.2241 +0.4925,1.72761,-0.00718299,1.23241 +0.49375,1.7375,-0.00720223,1.24073 +0.495,1.74738,-0.0072244,1.24905 +0.49625,1.75725,-0.00725008,1.25737 +0.4975,1.76712,-0.00727981,1.26569 +0.49875,1.77697,-0.00731409,1.27401 +0.5,1.78682,-0.00735337,1.28233 +0.50125,1.79666,-0.00739803,1.29064 +0.5025,1.80648,-0.00744838,1.29896 +0.50375,1.8163,-0.00750463,1.30727 +0.505,1.8261,-0.00756694,1.31558 +0.50625,1.83589,-0.00763534,1.32388 +0.5075,1.84567,-0.00770979,1.33218 +0.50875,1.85543,-0.00779013,1.34048 +0.51,1.86517,-0.00787612,1.34876 +0.51125,1.87491,-0.00796741,1.35704 +0.5125,1.88462,-0.00806354,1.36532 +0.51375,1.89432,-0.00816397,1.37358 +0.515,1.904,-0.00826807,1.38184 +0.51625,1.91366,-0.00837511,1.39009 +0.5175,1.92331,-0.00848432,1.39833 +0.51875,1.93294,-0.00859482,1.40656 +0.52,1.94254,-0.00870573,1.41478 +0.52125,1.95213,-0.00881609,1.42299 +0.5225,1.9617,-0.00892495,1.43119 +0.52375,1.97124,-0.00903133,1.43937 +0.525,1.98076,-0.00913428,1.44754 +0.52625,1.99026,-0.00923287,1.4557 +0.5275,1.99974,-0.00932622,1.46385 +0.52875,2.00919,-0.0094135,1.47197 +0.53,2.01862,-0.00949397,1.48009 +0.53125,2.02802,-0.00956699,1.48818 +0.5325,2.03739,-0.00963204,1.49627 +0.53375,2.04674,-0.0096887,1.50433 +0.535,2.05607,-0.00973673,1.51238 +0.53625,2.06536,-0.009776,1.52041 +0.5375,2.07463,-0.00980657,1.52842 +0.53875,2.08387,-0.00982863,1.53641 +0.54,2.09308,-0.00984258,1.54438 +0.54125,2.10226,-0.00984893,1.55233 +0.5425,2.11141,-0.00984841,1.56026 +0.54375,2.12052,-0.00984186,1.56816 +0.545,2.12961,-0.00983028,1.57605 +0.54625,2.13866,-0.00981479,1.58391 +0.5475,2.14768,-0.00979665,1.59175 +0.54875,2.15667,-0.00977716,1.59956 +0.55,2.16562,-0.00975775,1.60735 +0.55125,2.17454,-0.00973984,1.61512 +0.5525,2.18342,-0.00972489,1.62286 +0.55375,2.19227,-0.00971435,1.63057 +0.555,2.20108,-0.00970961,1.63826 +0.55625,2.20986,-0.009712,1.64592 +0.5575,2.21859,-0.00972273,1.65355 +0.55875,2.22729,-0.00974289,1.66116 +0.56,2.23595,-0.00977339,1.66873 +0.56125,2.24457,-0.00981496,1.67628 +0.5625,2.25316,-0.00986811,1.68379 +0.56375,2.2617,-0.00993313,1.69128 +0.565,2.2702,-0.01001,1.69873 +0.56625,2.27866,-0.0100986,1.70616 +0.5675,2.28708,-0.0101983,1.71355 +0.56875,2.29546,-0.0103084,1.72091 +0.57,2.30379,-0.0104279,1.72824 +0.57125,2.31208,-0.0105554,1.73553 +0.5725,2.32033,-0.0106895,1.74279 +0.57375,2.32853,-0.0108285,1.75001 +0.575,2.33669,-0.0109704,1.7572 +0.57625,2.3448,-0.0111132,1.76435 +0.5775,2.35287,-0.0112548,1.77147 +0.57875,2.36089,-0.0113929,1.77855 +0.58,2.36886,-0.0115254,1.7856 +0.58125,2.37679,-0.0116499,1.7926 +0.5825,2.38467,-0.0117646,1.79957 +0.58375,2.3925,-0.0118673,1.80651 +0.585,2.40029,-0.0119564,1.8134 +0.58625,2.40802,-0.0120303,1.82025 +0.5875,2.41571,-0.0120878,1.82707 +0.58875,2.42335,-0.0121281,1.83384 +0.59,2.43093,-0.0121505,1.84057 +0.59125,2.43847,-0.012155,1.84726 +0.5925,2.44595,-0.0121419,1.85391 +0.59375,2.45338,-0.0121118,1.86052 +0.595,2.46076,-0.0120659,1.86709 +0.59625,2.46809,-0.0120058,1.87361 +0.5975,2.47537,-0.0119335,1.88009 +0.59875,2.48259,-0.0118512,1.88653 +0.6,2.48976,-0.0117617,1.89293 +0.60125,2.49688,-0.0116678,1.89928 +0.6025,2.50394,-0.0115728,1.90558 +0.60375,2.51095,-0.01148,1.91184 +0.605,2.5179,-0.0113927,1.91806 +0.60625,2.5248,-0.0113143,1.92423 +0.6075,2.53164,-0.0112481,1.93035 +0.60875,2.53842,-0.0111973,1.93643 +0.61,2.54515,-0.0111647,1.94246 +0.61125,2.55183,-0.0111527,1.94844 +0.6125,2.55844,-0.0111634,1.95438 +0.61375,2.565,-0.0111985,1.96026 +0.615,2.57151,-0.0112588,1.9661 +0.61625,2.57795,-0.0113447,1.9719 +0.6175,2.58434,-0.011456,1.97764 +0.61875,2.59067,-0.0115918,1.98333 +0.62,2.59694,-0.0117503,1.98898 +0.62125,2.60315,-0.0119292,1.99458 +0.6225,2.6093,-0.0121257,2.00012 +0.62375,2.61539,-0.0123361,2.00562 +0.625,2.62143,-0.0125563,2.01106 +0.62625,2.6274,-0.0127818,2.01646 +0.6275,2.63332,-0.0130078,2.0218 +0.62875,2.63917,-0.0132291,2.0271 +0.63,2.64496,-0.0134405,2.03234 +0.63125,2.6507,-0.0136367,2.03753 +0.6325,2.65637,-0.0138129,2.04267 +0.63375,2.66199,-0.0139642,2.04776 +0.635,2.66754,-0.0140863,2.0528 +0.63625,2.67303,-0.0141757,2.05778 +0.6375,2.67846,-0.0142294,2.06271 +0.63875,2.68383,-0.0142452,2.06759 +0.64,2.68913,-0.0142219,2.07241 +0.64125,2.69438,-0.0141594,2.07719 +0.6425,2.69956,-0.0140585,2.08191 +0.64375,2.70468,-0.0139212,2.08657 +0.645,2.70974,-0.0137505,2.09118 +0.64625,2.71473,-0.0135506,2.09574 +0.6475,2.71967,-0.0133265,2.10025 +0.64875,2.72454,-0.0130841,2.1047 +0.65,2.72935,-0.0128303,2.1091 +0.65125,2.7341,-0.0125724,2.11345 +0.6525,2.73879,-0.0123182,2.11774 +0.65375,2.74341,-0.0120757,2.12197 +0.655,2.74797,-0.011853,2.12615 +0.65625,2.75247,-0.0116579,2.13028 +0.6575,2.7569,-0.011498,2.13436 +0.65875,2.76127,-0.0113799,2.13838 +0.66,2.76558,-0.0113096,2.14234 +0.66125,2.76983,-0.0112919,2.14625 +0.6625,2.77402,-0.0113302,2.15011 +0.66375,2.77814,-0.0114266,2.15391 +0.665,2.7822,-0.0115815,2.15766 +0.66625,2.7862,-0.0117937,2.16135 +0.6675,2.79014,-0.0120604,2.16499 +0.66875,2.79402,-0.0123768,2.16858 +0.67,2.79783,-0.0127366,2.17211 +0.67125,2.80158,-0.0131321,2.17559 +0.6725,2.80527,-0.0135538,2.17901 +0.67375,2.8089,-0.0139913,2.18238 +0.675,2.81247,-0.0144331,2.1857 +0.67625,2.81597,-0.0148671,2.18896 +0.6775,2.81942,-0.0152808,2.19217 +0.67875,2.82281,-0.0156618,2.19532 +0.68,2.82613,-0.0159977,2.19843 +0.68125,2.8294,-0.0162773,2.20148 +0.6825,2.8326,-0.0164903,2.20447 +0.68375,2.83574,-0.0166277,2.20741 +0.685,2.83883,-0.0166826,2.2103 +0.68625,2.84185,-0.0166501,2.21314 +0.6875,2.84482,-0.0165274,2.21592 +0.68875,2.84772,-0.0163147,2.21865 +0.69,2.85057,-0.0160143,2.22133 +0.69125,2.85336,-0.0156318,2.22396 +0.6925,2.85609,-0.015175,2.22653 +0.69375,2.85876,-0.0146546,2.22906 +0.695,2.86137,-0.0140835,2.23153 +0.69625,2.86393,-0.0134769,2.23395 +0.6975,2.86642,-0.0128517,2.23632 +0.69875,2.86887,-0.0122262,2.23864 +0.7,2.87125,-0.0116194,2.24091 +0.70125,2.87358,-0.011051,2.24313 +0.7025,2.87585,-0.0105402,2.24529 +0.70375,2.87807,-0.0101054,2.24741 +0.705,2.88023,-0.00976371,2.24948 +0.70625,2.88234,-0.00953025,2.25151 +0.7075,2.88439,-0.00941752,2.25348 +0.70875,2.88639,-0.009435,2.2554 +0.71,2.88833,-0.00958867,2.25728 +0.71125,2.89023,-0.00988068,2.25911 +0.7125,2.89207,-0.0103091,2.26089 +0.71375,2.89386,-0.0108676,2.26263 +0.715,2.89559,-0.0115459,2.26432 +0.71625,2.89728,-0.0123292,2.26596 +0.7175,2.89892,-0.0131991,2.26756 +0.71875,2.90051,-0.0141333,2.26912 +0.72,2.90204,-0.0151068,2.27062 +0.72125,2.90353,-0.0160919,2.27209 +0.7225,2.90498,-0.0170594,2.27351 +0.72375,2.90637,-0.0179789,2.27489 +0.725,2.90772,-0.0188202,2.27623 +0.72625,2.90902,-0.019554,2.27752 +0.7275,2.91028,-0.0201527,2.27878 +0.72875,2.91149,-0.0205916,2.27999 +0.73,2.91265,-0.0208496,2.28116 +0.73125,2.91378,-0.0209101,2.28229 +0.7325,2.91486,-0.0207618,2.28338 +0.73375,2.91589,-0.0203993,2.28443 +0.735,2.91688,-0.0198233,2.28544 +0.73625,2.91783,-0.0190412,2.28642 +0.7375,2.91874,-0.0180673,2.28735 +0.73875,2.91961,-0.0169221,2.28825 +0.74,2.92044,-0.0156328,2.28911 +0.74125,2.92123,-0.014232,2.28994 +0.7425,2.92198,-0.0127577,2.29072 +0.74375,2.92269,-0.0112518,2.29148 +0.745,2.92337,-0.00975936,2.2922 +0.74625,2.92401,-0.00832717,2.29289 +0.7475,2.92461,-0.00700255,2.29354 +0.74875,2.92518,-0.00583181,2.29416 +0.75,2.92571,-0.0048588,2.29475 +0.75125,2.92621,-0.00412345,2.29531 +0.7525,2.92668,-0.00366029,2.29584 +0.75375,2.92712,-0.00349718,2.29634 +0.755,2.92752,-0.00365404,2.29681 +0.75625,2.9279,-0.00414189,2.29725 +0.7575,2.92825,-0.00496207,2.29767 +0.75875,2.92857,-0.00610565,2.29806 +0.76,2.92886,-0.00755327,2.29842 +0.76125,2.92913,-0.00927515,2.29876 +0.7625,2.92938,-0.0112315,2.29908 +0.76375,2.9296,-0.0133734,2.29937 +0.765,2.92979,-0.0156436,2.29964 +0.76625,2.92997,-0.017978,2.29988 +0.7675,2.93013,-0.0203074,2.30011 +0.76875,2.93027,-0.0225592,2.30032 +0.77,2.93039,-0.0246595,2.30051 +0.77125,2.93049,-0.0265357,2.30069 +0.7725,2.93058,-0.0281182,2.30084 +0.77375,2.93065,-0.0293432,2.30098 +0.775,2.93071,-0.0301547,2.30111 +0.77625,2.93075,-0.0305068,2.30122 +0.7775,2.93078,-0.0303654,2.30131 +0.77875,2.9308,-0.0297104,2.30139 +0.78,2.9308,-0.0285362,2.30146 +0.78125,2.93079,-0.0268532,2.30151 +0.7825,2.93077,-0.0246883,2.30155 +0.78375,2.93074,-0.0220845,2.30158 +0.785,2.93071,-0.0191008,2.3016 +0.78625,2.93066,-0.0158106,2.30161 +0.7875,2.93061,-0.012301,2.30161 +0.78875,2.93056,-0.00867003,2.3016 +0.79,2.9305,-0.00502443,2.30159 +0.79125,2.93044,-0.00147686,2.30158 +0.7925,2.93038,0.00185742,2.30156 +0.79375,2.93032,0.00486396,2.30155 +0.795,2.93027,0.00743272,2.30153 +0.79625,2.93021,0.00946173,2.30151 +0.7975,2.93016,0.0108606,2.3015 +0.79875,2.93012,0.0115542,2.30149 +0.8,2.93008,0.0114851,2.30148 +0.80125,2.93004,0.0106171,2.30147 +0.8025,2.93001,0.00893698,2.30147 +0.80375,2.92998,0.00645591,2.30145 +0.805,2.92994,0.00321072,2.30144 +0.80625,2.92991,-0.000736111,2.30143 +0.8075,2.92989,-0.00529709,2.30141 +0.80875,2.92987,-0.0103611,2.3014 +0.81,2.92985,-0.0157958,2.30139 +0.81125,2.92984,-0.0214504,2.30138 +0.8125,2.92984,-0.0271597,2.30138 +0.81375,2.92984,-0.0327482,2.30138 +0.815,2.92986,-0.0380353,2.3014 +0.81625,2.92989,-0.0428407,2.30142 +0.8175,2.92993,-0.0469897,2.30145 +0.81875,2.92997,-0.0503193,2.30149 +0.82,2.93003,-0.0526839,2.30154 +0.82125,2.93009,-0.0539604,2.30159 +0.8225,2.93015,-0.0540537,2.30164 +0.82375,2.93021,-0.0529005,2.30169 +0.825,2.93027,-0.0504736,2.30173 +0.82625,2.93032,-0.0467841,2.30176 +0.8275,2.93038,-0.0418834,2.30178 +0.82875,2.93043,-0.0358632,2.3018 +0.83,2.93048,-0.0288553,2.30182 +0.83125,2.93054,-0.021029,2.30183 +0.8325,2.9306,-0.0125881,2.30184 +0.83375,2.93067,-0.00376634,2.30186 +0.835,2.93075,0.00517872,2.30189 +0.83625,2.93083,0.0139722,2.30192 +0.8375,2.93093,0.0223299,2.30197 +0.83875,2.93104,0.0299665,2.30204 +0.84,2.93116,0.0366046,2.30212 +0.84125,2.93128,0.0419841,2.30221 +0.8425,2.93141,0.045871,2.30231 +0.84375,2.93154,0.0480663,2.30241 +0.845,2.93167,0.0484141,2.30252 +0.84625,2.9318,0.0468086,2.30262 +0.8475,2.93193,0.0432007,2.30271 +0.84875,2.93206,0.0376015,2.30279 +0.85,2.9322,0.0300861,2.30286 +0.85125,2.93234,0.020794,2.30292 +0.8525,2.93249,0.0099284,2.30298 +0.85375,2.93266,-0.00224683,2.30303 +0.855,2.93285,-0.0154124,2.3031 +0.85625,2.93307,-0.0292007,2.30318 +0.8575,2.93332,-0.0432046,2.30329 +0.85875,2.93361,-0.0569889,2.30343 +0.86,2.93393,-0.0701021,2.30361 +0.86125,2.93429,-0.0820907,2.30383 +0.8625,2.93469,-0.092513,2.30409 +0.86375,2.93511,-0.100955,2.30438 +0.865,2.93555,-0.107043,2.3047 +0.86625,2.93601,-0.110463,2.30503 +0.8675,2.93647,-0.110966,2.30535 +0.86875,2.93692,-0.108389,2.30567 +0.87,2.93737,-0.102657,2.30595 +0.87125,2.9378,-0.0937941,2.30619 +0.8725,2.93821,-0.0819279,2.3064 +0.87375,2.93862,-0.0672901,2.30656 +0.875,2.93902,-0.0502148,2.30669 +0.87625,2.93943,-0.0311337,2.3068 +0.8775,2.93987,-0.0105674,2.30692 +0.87875,2.94033,0.0108871,2.30706 +0.88,2.94085,0.0325714,2.30724 +0.88125,2.94141,0.0537843,2.30749 +0.8825,2.94204,0.0738028,2.30781 +0.88375,2.94272,0.0919051,2.30821 +0.885,2.94344,0.107395,2.3087 +0.88625,2.94421,0.119628,2.30925 +0.8875,2.945,0.128033,2.30984 +0.88875,2.9458,0.13214,2.31046 +0.89,2.94658,0.131597,2.31105 +0.89125,2.94735,0.126191,2.31161 +0.8925,2.94808,0.115863,2.3121 +0.89375,2.94879,0.100715,2.3125 +0.895,2.94948,0.0810194,2.31282 +0.89625,2.95015,0.0572151,2.31306 +0.8975,2.95085,0.0299058,2.31324 +0.89875,2.95158,-0.000154014,2.31341 +0.9,2.95237,-0.0320751,2.3136 +0.90125,2.95326,-0.0648576,2.31386 +0.9025,2.95426,-0.0974194,2.31424 +0.90375,2.95539,-0.128631,2.31478 +0.905,2.95665,-0.157352,2.31549 +0.90625,2.95802,-0.182474,2.31638 +0.9075,2.95949,-0.202962,2.31742 +0.90875,2.96102,-0.217893,2.31858 +0.91,2.96257,-0.2265,2.3198 +0.91125,2.9641,-0.2282,2.321 +0.9125,2.96556,-0.222632,2.32211 +0.91375,2.96692,-0.20967,2.32307 +0.915,2.96816,-0.189446,2.32382 +0.91625,2.96926,-0.162353,2.32433 +0.9175,2.97026,-0.129046,2.32462 +0.91875,2.97117,-0.0904328,2.32471 +0.92,2.97205,-0.0476502,2.32467 +0.92125,2.97295,-0.00203918,2.32461 +0.9225,2.97395,0.0448957,2.32462 +0.92375,2.97509,0.0915331,2.32481 +0.925,2.97643,0.13619,2.32528 +0.92625,2.97798,0.177183,2.32608 +0.9275,2.97974,0.212891,2.32723 +0.92875,2.98169,0.241822,2.32871 +0.93,2.98375,0.262674,2.33044 +0.93125,2.98586,0.27439,2.3323 +0.9325,2.98792,0.276209,2.33415 +0.93375,2.98984,0.267707,2.33584 +0.935,2.99155,0.248816,2.33723 +0.93625,2.99301,0.219851,2.33822 +0.9375,2.9942,0.181502,2.33875 +0.93875,2.99514,0.134832,2.33885 +0.94,2.99592,0.0812476,2.33857 +0.94125,2.99663,0.0224629,2.33808 +0.9425,2.99739,-0.0395511,2.33754 +0.94375,2.99833,-0.102631,2.33716 +0.945,2.99957,-0.164499,2.33714 +0.94625,3.00119,-0.222839,2.33765 +0.9475,3.0032,-0.275397,2.33876 +0.94875,3.00561,-0.320061,2.3405 +0.95,3.00832,-0.354953,2.34279 +0.95125,3.01121,-0.378506,2.34545 +0.9525,3.01411,-0.389534,2.34825 +0.95375,3.01685,-0.387284,2.35093 +0.955,3.01924,-0.37147,2.3532 +0.95625,3.02116,-0.3423,2.35485 +0.9575,3.02253,-0.300477,2.35571 +0.95875,3.02335,-0.247187,2.35574 +0.96,3.0237,-0.18407,2.355 +0.96125,3.02372,-0.113175,2.35369 +0.9625,3.02365,-0.0369039,2.35207 +0.96375,3.02372,0.0420703,2.35051 +0.965,3.02417,0.12089,2.34935 +0.96625,3.02518,0.19662,2.34893 +0.9675,3.02689,0.266353,2.34946 +0.96875,3.02929,0.327334,2.35105 +0.97,3.0323,0.377071,2.35362 +0.97125,3.03573,0.413441,2.35698 +0.9725,3.03932,0.434784,2.36078 +0.97375,3.04278,0.439981,2.3646 +0.975,3.0458,0.428496,2.36801 +0.97625,3.04812,0.400411,2.37058 +0.9775,3.04958,0.356423,2.37203 +0.97875,3.05014,0.297833,2.3722 +0.98,3.04989,0.226499,2.37114 +0.98125,3.04907,0.144785,2.36909 +0.9825,3.04798,0.055487,2.36641 +0.98375,3.04699,-0.0382589,2.36361 +0.985,3.04652,-0.133078,2.36123 +0.98625,3.04688,-0.225478,2.3598 +0.9875,3.04831,-0.311976,2.35969 +0.98875,3.05083,-0.389237,2.3611 +0.99,3.05432,-0.454205,2.36399 +0.99125,3.05851,-0.504237,2.36809 +0.9925,3.063,-0.537207,2.37297 +0.99375,3.06735,-0.551606,2.37803 +0.995,3.07112,-0.546596,2.38264 +0.99625,3.07392,-0.522051,2.38622 +0.9975,3.07551,-0.478559,2.3883 +0.99875,3.07581,-0.417401,2.38863 +1,3.0749,-0.340518,2.38719 +1.00125,3.07308,-0.250445,2.38424 +1.0025,3.07077,-0.150242,2.38024 +1.00375,3.06847,-0.0433963,2.37583 +1.005,3.0667,0.0662777,2.37174 +1.00625,3.06595,0.17477,2.36869 +1.0075,3.06658,0.278021,2.36729 +1.00875,3.06874,0.372075,2.36791 +1.01,3.07234,0.45325,2.37063 +1.01125,3.07709,0.518296,2.37522 +1.0125,3.08253,0.56454,2.38117 +1.01375,3.08804,0.590002,2.38773 +1.015,3.09297,0.593482,2.39403 +1.01625,3.09673,0.574603,2.39923 +1.0175,3.0989,0.533814,2.40262 +1.01875,3.09927,0.472366,2.40377 +1.02,3.09791,0.392263,2.40253 +1.02125,3.09514,0.296186,2.39914 +1.0225,3.09153,0.187408,2.39416 +1.02375,3.08778,0.0696941,2.38838 +1.025,3.08459,-0.0528095,2.38271 +1.02625,3.0826,-0.175707,2.37808 +1.0275,3.08228,-0.294501,2.3753 +1.02875,3.08389,-0.404757,2.37492 +1.03,3.08739,-0.502284,2.37716 +1.03125,3.09246,-0.583304,2.38186 +1.0325,3.09856,-0.64462,2.38847 +1.03375,3.105,-0.683752,2.39617 +1.035,3.111,-0.699041,2.40393 +1.03625,3.11581,-0.689709,2.4107 +1.0375,3.11883,-0.655878,2.41553 +1.03875,3.11971,-0.598549,2.41777 +1.04,3.11843,-0.519562,2.41711 +1.04125,3.11526,-0.42152,2.41366 +1.0425,3.11076,-0.307716,2.40792 +1.04375,3.10573,-0.182031,2.40075 +1.045,3.10103,-0.0488353,2.39321 +1.04625,3.09748,0.0871418,2.38646 +1.0475,3.09576,0.220963,2.38154 +1.04875,3.09629,0.34766,2.3793 +1.05,3.0992,0.462435,2.38023 +1.05125,3.10426,0.560866,2.38433 +1.0525,3.1109,0.639108,2.39116 +1.05375,3.11834,0.694072,2.39984 +1.055,3.12565,0.723554,2.40921 +1.05625,3.1319,0.726327,2.41799 +1.0575,3.13624,0.70217,2.42493 +1.05875,3.13813,0.651844,2.42908 +1.06,3.13736,0.577039,2.42988 +1.06125,3.13413,0.480292,2.42727 +1.0625,3.12899,0.364892,2.42165 +1.06375,3.12279,0.234778,2.41388 +1.065,3.11657,0.0944241,2.4051 +1.06625,3.11135,-0.051275,2.39665 +1.0675,3.10799,-0.197154,2.38981 +1.06875,3.10713,-0.337943,2.38568 +1.07,3.10902,-0.468463,2.38498 +1.07125,3.11357,-0.583831,2.38797 +1.0725,3.12026,-0.679674,2.39436 +1.07375,3.12829,-0.752319,2.40335 +1.075,3.13663,-0.798955,2.41373 +1.07625,3.1442,-0.817748,2.42406 +1.0775,3.14997,-0.807903,2.43291 +1.07875,3.15317,-0.769671,2.43901 +1.08,3.15338,-0.704304,2.44152 +1.08125,3.15063,-0.613991,2.44011 +1.0825,3.1454,-0.501768,2.43499 +1.08375,3.13851,-0.371418,2.42688 +1.085,3.13104,-0.227375,2.41695 +1.08625,3.12417,-0.0746051,2.4066 +1.0875,3.119,0.0815214,2.39735 +1.08875,3.11638,0.235397,2.39056 +1.09,3.11679,0.381376,2.3873 +1.09125,3.1203,0.513998,2.38816 +1.0925,3.12654,0.628234,2.39314 +1.09375,3.13476,0.719713,2.40164 +1.095,3.14389,0.784931,2.41251 +1.09625,3.15272,0.821408,2.42423 +1.0975,3.16008,0.827779,2.43516 +1.09875,3.16498,0.803819,2.44377 +1.1,3.16678,0.750411,2.44888 +1.10125,3.16528,0.669455,2.44983 +1.1025,3.16079,0.563772,2.44655 +1.10375,3.15402,0.43699,2.43956 +1.105,3.14602,0.29343,2.42988 +1.10625,3.13798,0.137993,2.41888 +1.1075,3.13111,-0.0239579,2.40815 +1.10875,3.12647,-0.18675,2.39924 +1.11,3.12477,-0.344573,2.3935 +1.11125,3.12635,-0.491693,2.39184 +1.1125,3.13111,-0.62268,2.39465 +1.11375,3.1385,-0.732643,2.40167 +1.115,3.1476,-0.817455,2.41198 +1.11625,3.15721,-0.873932,2.42418 +1.1175,3.16604,-0.899971,2.43655 +1.11875,3.17287,-0.894615,2.44734 +1.12,3.17677,-0.858057,2.45503 +1.12125,3.17718,-0.791584,2.45855 +1.1225,3.17406,-0.697493,2.45741 +1.12375,3.1679,-0.578992,2.4518 +1.125,3.15964,-0.44009,2.4425 +1.12625,3.15048,-0.285492,2.4308 +1.1275,3.14179,-0.120493,2.4183 +1.12875,3.13487,0.0491631,2.40676 +1.13,3.13079,0.217442,2.39784 +1.13125,3.13021,0.378234,2.39289 +1.1325,3.13331,0.525588,2.39271 +1.13375,3.13976,0.65398,2.39745 +1.135,3.14875,0.758566,2.40652 +1.13625,3.15909,0.835415,2.41868 +1.1375,3.16935,0.881685,2.43219 +1.13875,3.17811,0.895738,2.4451 +1.14,3.18416,0.877166,2.4556 +1.14125,3.18667,0.82676,2.46222 +1.1425,3.18531,0.746406,2.4641 +1.14375,3.18035,0.638974,2.46106 +1.145,3.17256,0.508194,2.45359 +1.14625,3.16311,0.358534,2.44279 +1.1475,3.15338,0.195086,2.43017 +1.14875,3.14478,0.0234421,2.4175 +1.15,3.13856,-0.150443,2.40658 +1.15125,3.13565,-0.320433,2.399 +1.1525,3.13651,-0.48042,2.39592 +1.15375,3.14108,-0.624564,2.3979 +1.155,3.14881,-0.747541,2.40476 +1.15625,3.15869,-0.844786,2.41562 +1.1575,3.16938,-0.912703,2.42896 +1.15875,3.1794,-0.94882,2.44287 +1.16,3.18733,-0.951875,2.45535 +1.16125,3.19207,-0.921833,2.46464 +1.1625,3.19295,-0.859832,2.46945 +1.16375,3.18988,-0.768083,2.46916 +1.165,3.18331,-0.649764,2.46383 +1.16625,3.17423,-0.508904,2.45423 +1.1675,3.16397,-0.350269,2.44168 +1.16875,3.154,-0.179258,2.42787 +1.17,3.14574,-0.00177178,2.41468 +1.17125,3.14041,0.175943,2.40396 +1.1725,3.13879,0.347497,2.39727 +1.17375,3.14117,0.5066,2.39562 +1.175,3.14727,0.647334,2.39935 +1.17625,3.1563,0.764425,2.408 +1.1775,3.16707,0.853505,2.42038 +1.17875,3.17808,0.911307,2.43472 +1.18,3.1878,0.935813,2.44893 +1.18125,3.19486,0.926295,2.461 +1.1825,3.19832,0.883291,2.46926 +1.18375,3.19771,0.808506,2.47261 +1.185,3.19317,0.704683,2.47067 +1.18625,3.18538,0.575476,2.4638 +1.1875,3.17549,0.425321,2.453 +1.18875,3.16492,0.259316,2.43978 +1.19,3.15513,0.0831109,2.42594 +1.19125,3.14751,-0.0972346,2.41341 +1.1925,3.14314,-0.275414,2.40396 +1.19375,3.14268,-0.445082,2.39901 +1.195,3.14625,-0.600097,2.39937 +1.19625,3.1534,-0.734775,2.40509 +1.1975,3.1632,-0.844148,2.41545 +1.19875,3.17435,-0.924198,2.42901 +1.2,3.18528,-0.972029,2.44382 +1.20125,3.19443,-0.985986,2.45775 +1.2025,3.20049,-0.965685,2.46878 +1.20375,3.2026,-0.911973,2.4754 +1.205,3.20046,-0.826826,2.47671 +1.20625,3.19439,-0.713245,2.47256 +1.2075,3.18526,-0.575128,2.46356 +1.20875,3.17441,-0.417156,2.45095 +1.21,3.16339,-0.244685,2.43642 +1.21125,3.15375,-0.0636239,2.42194 +1.2125,3.14687,0.11971,2.40949 +1.21375,3.14375,0.298786,2.40084 +1.215,3.14488,0.467096,2.39729 +1.21625,3.15012,0.618423,2.3994 +1.2175,3.15879,0.747125,2.40697 +1.21875,3.16971,0.848409,2.41893 +1.22,3.18137,0.918562,2.43357 +1.22125,3.1921,0.955114,2.44875 +1.2225,3.2004,0.956918,2.46227 +1.22375,3.20509,0.924142,2.47224 +1.225,3.20558,0.858186,2.47733 +1.22625,3.20183,0.761548,2.47693 +1.2275,3.19441,0.637686,2.47119 +1.22875,3.18443,0.490893,2.46098 +1.23,3.17332,0.326163,2.44774 +1.23125,3.16262,0.149081,2.43327 +1.2325,3.15381,-0.0343026,2.41955 +1.23375,3.14812,-0.217631,2.4085 +1.235,3.14633,-0.394431,2.4017 +1.23625,3.14874,-0.558352,2.40022 +1.2375,3.15504,-0.70342,2.40435 +1.23875,3.16439,-0.824303,2.4136 +1.24,3.17553,-0.916562,2.42669 +1.24125,3.18693,-0.976856,2.44176 +1.2425,3.19696,-1.00308,2.45661 +1.24375,3.20419,-0.994427,2.46911 +1.245,3.20759,-0.951362,2.47751 +1.24625,3.2067,-0.87554,2.48068 +1.2475,3.20163,-0.769684,2.47823 +1.24875,3.19312,-0.637466,2.47052 +1.25,3.18239,-0.483383,2.45863 +1.25125,3.17095,-0.312646,2.44414 +1.2525,3.1604,-0.131072,2.42899 +1.25375,3.15222,0.0550578,2.41522 +1.255,3.14756,0.23917,2.40476 +1.25625,3.1471,0.414625,2.39911 +1.2575,3.15095,0.574984,2.39915 +1.25875,3.15861,0.714289,2.40496 +1.26,3.16904,0.827358,2.41576 +1.26125,3.18079,0.910028,2.42999 +1.2625,3.19223,0.959355,2.4456 +1.26375,3.20173,0.973722,2.4603 +1.265,3.20793,0.952855,2.47199 +1.26625,3.20998,0.897766,2.47908 +1.2675,3.20763,0.810622,2.48068 +1.26875,3.20125,0.694605,2.47666 +1.27,3.19177,0.553779,2.46766 +1.27125,3.18054,0.392959,2.45497 +1.2725,3.16915,0.217595,2.44031 +1.27375,3.15917,0.033649,2.42569 +1.275,3.15197,-0.152545,2.41313 +1.27625,3.14855,-0.334466,2.4044 +1.2775,3.14941,-0.505625,2.40081 +1.27875,3.15447,-0.659824,2.40298 +1.28,3.16306,-0.791416,2.41068 +1.28125,3.174,-0.895573,2.42286 +1.2825,3.18577,-0.968508,2.4378 +1.28375,3.19672,-1.00764,2.45332 +1.285,3.20525,-1.01169,2.46717 +1.28625,3.21015,-0.980691,2.47737 +1.2875,3.21072,-0.915896,2.48254 +1.28875,3.20689,-0.819692,2.48201 +1.29,3.19921,-0.69546,2.47591 +1.29125,3.18879,-0.547453,2.46509 +1.2925,3.1771,-0.380682,2.45102 +1.29375,3.1658,-0.200804,2.43557 +1.295,3.15644,-0.0139972,2.42081 +1.29625,3.15034,0.173198,2.40877 +1.2975,3.14835,0.35409,2.40115 +1.29875,3.15078,0.522083,2.39908 +1.3,3.15732,0.670965,2.40293 +1.30125,3.16706,0.795198,2.41221 +1.3025,3.17866,0.890188,2.4256 +1.30375,3.1905,0.952508,2.44115 +1.305,3.2009,0.980039,2.45659 +1.30625,3.20839,0.972026,2.4697 +1.3075,3.21192,0.929037,2.47865 +1.30875,3.21104,0.852855,2.48229 +1.31,3.20591,0.746333,2.48022 +1.31125,3.1973,0.613259,2.47282 +1.3125,3.18643,0.458213,2.46117 +1.31375,3.17483,0.286457,2.44687 +1.315,3.16409,0.10381,2.43186 +1.31625,3.15569,-0.0834765,2.41818 +1.3175,3.15076,-0.268892,2.40775 +1.31875,3.15,-0.445871,2.40207 +1.32,3.15354,-0.60804,2.40206 +1.32125,3.16092,-0.749484,2.4078 +1.3225,3.17115,-0.865015,2.41855 +1.32375,3.18283,-0.950417,2.4328 +1.325,3.19432,-1.00264,2.44849 +1.32625,3.20396,-1.01991,2.46334 +1.3275,3.21038,-1.00178,2.47521 +1.32875,3.21265,-0.94908,2.48246 +1.33,3.21044,-0.863805,2.48412 +1.33125,3.20408,-0.749,2.48002 +1.3325,3.19446,-0.608627,2.47074 +1.33375,3.18295,-0.447451,2.45755 +1.335,3.17116,-0.270926,2.44221 +1.33625,3.16074,-0.0850796,2.42677 +1.3375,3.15314,0.103632,2.41331 +1.33875,3.14943,0.288516,2.40373 +1.34,3.15014,0.462881,2.39941 +1.34125,3.15521,0.620313,2.40104 +1.3425,3.16396,0.754964,2.40846 +1.34375,3.17517,0.861843,2.42064 +1.345,3.18727,0.937052,2.4358 +1.34625,3.19854,0.977965,2.45172 +1.3475,3.20738,0.983316,2.46608 +1.34875,3.21254,0.953192,2.47686 +1.35,3.21331,0.888948,2.48261 +1.35125,3.20963,0.793066,2.48264 +1.3525,3.20205,0.669014,2.47705 +1.35375,3.19168,0.521109,2.46669 +1.355,3.17999,0.35439,2.45302 +1.35625,3.1686,0.1745,2.43788 +1.3575,3.15906,-0.0124373,2.42335 +1.35875,3.15269,-0.199966,2.41141 +1.36,3.15035,-0.381497,2.40378 +1.36125,3.15238,-0.550534,2.40161 +1.3625,3.15852,-0.700941,2.4053 +1.36375,3.16794,-0.82721,2.4144 +1.365,3.17936,-0.924719,2.42765 +1.36625,3.19116,-0.989948,2.44315 +1.3675,3.20168,-1.02063,2.45864 +1.36875,3.20941,-1.01583,2.47188 +1.37,3.21323,-0.975892,2.48101 +1.37125,3.21261,-0.90241,2.4848 +1.3725,3.20763,-0.798054,2.48279 +1.37375,3.19902,-0.666469,2.47528 +1.375,3.188,-0.512143,2.46333 +1.37625,3.17611,-0.340293,2.44853 +1.3775,3.165,-0.156761,2.43284 +1.37875,3.15621,0.0321279,2.41837 +1.38,3.15096,0.219729,2.4071 +1.38125,3.15,0.399305,2.40065 +1.3825,3.15347,0.564285,2.39999 +1.38375,3.16092,0.708559,2.40529 +1.385,3.17134,0.826768,2.41584 +1.38625,3.18327,0.914565,2.43013 +1.3875,3.19503,0.968824,2.44606 +1.38875,3.20495,0.987761,2.46131 +1.39,3.21163,0.97096,2.47369 +1.39125,3.21413,0.919314,2.48151 +1.3925,3.21214,0.834905,2.48378 +1.39375,3.20597,0.72085,2.48027 +1.395,3.19652,0.581168,2.47158 +1.39625,3.18513,0.420646,2.45894 +1.3975,3.1734,0.244721,2.44407 +1.39875,3.16292,0.0593612,2.42899 +1.4,3.15513,-0.129071,2.41576 +1.40125,3.15111,-0.314,2.40625 +1.4025,3.15141,-0.488854,2.40185 +1.40375,3.15601,-0.647318,2.40329 +1.405,3.16431,-0.783604,2.41044 +1.40625,3.17519,-0.892719,2.42236 +1.4075,3.18712,-0.970699,2.43733 +1.40875,3.19841,-1.01478,2.45318 +1.41,3.20744,-1.02353,2.4676 +1.41125,3.21291,-0.996799,2.47855 +1.4125,3.21402,-0.935735,2.4845 +1.41375,3.21063,-0.84261,2.48469 +1.415,3.20322,-0.720722,2.47915 +1.41625,3.19285,-0.57426,2.46866 +1.4175,3.18099,-0.408184,2.45464 +1.41875,3.16929,-0.22812,2.43895 +1.42,3.15938,-0.0402375,2.4237 +1.42125,3.15263,0.14891,2.41094 +1.4225,3.14999,0.332584,2.40249 +1.42375,3.15184,0.50411,2.39958 +1.425,3.15795,0.65716,2.40269 +1.42625,3.16747,0.786049,2.41144 +1.4275,3.17909,0.886011,2.42459 +1.42875,3.19117,0.953432,2.44022 +1.43,3.20199,0.986005,2.45603 +1.43125,3.21001,0.982794,2.46974 +1.4325,3.21412,0.944208,2.47944 +1.43375,3.21376,0.871899,2.48385 +1.435,3.20903,0.768608,2.48248 +1.43625,3.20063,0.638035,2.47561 +1.4375,3.18977,0.484694,2.46426 +1.43875,3.17797,0.313791,2.45 +1.44,3.16686,0.131112,2.43475 +1.44125,3.15794,-0.0571078,2.42059 +1.4425,3.15243,-0.244346,2.40948 +1.44375,3.15109,-0.423994,2.40302 +1.445,3.15411,-0.589601,2.4022 +1.44625,3.1611,-0.735141,2.40724 +1.4475,3.17113,-0.855281,2.41749 +1.44875,3.18281,-0.945635,2.43152 +1.45,3.1945,-1.00297,2.4473 +1.45125,3.20453,-1.02532,2.46252 +1.4525,3.21146,-1.01206,2.47501 +1.45375,3.21429,-0.963868,2.48301 +1.455,3.21262,-0.882593,2.48546 +1.45625,3.20669,-0.771161,2.48208 +1.4575,3.19733,-0.633437,2.47336 +1.45875,3.18589,-0.474104,2.4605 +1.46,3.17394,-0.29855,2.44522 +1.46125,3.16316,-0.112755,2.42952 +1.4625,3.15502,0.0768465,2.41554 +1.46375,3.15068,0.263554,2.40522 +1.465,3.15075,0.440631,2.40004 +1.46625,3.15525,0.601577,2.40081 +1.4675,3.16356,0.740425,2.40749 +1.46875,3.17455,0.852023,2.41916 +1.47,3.18669,0.932293,2.43412 +1.47125,3.19824,0.978414,2.45018 +1.4725,3.20755,0.988925,2.465 +1.47375,3.21331,0.96373,2.47647 +1.475,3.21473,0.904022,2.48305 +1.47625,3.21164,0.812144,2.48391 +1.4775,3.2045,0.691447,2.47905 +1.47875,3.19437,0.546153,2.46922 +1.48,3.18268,0.381219,2.45581 +1.48125,3.17105,0.202229,2.44065 +1.4825,3.16106,0.0152651,2.42578 +1.48375,3.15408,-0.173234,2.41324 +1.485,3.15108,-0.356663,2.40483 +1.48625,3.15246,-0.528479,2.40179 +1.4875,3.15807,-0.682458,2.40465 +1.48875,3.16714,-0.812968,2.41308 +1.49,3.17843,-0.915232,2.42592 +1.49125,3.19037,-0.98555,2.44133 +1.4925,3.20125,-1.02146,2.45707 +1.49375,3.20951,-1.02184,2.47084 +1.495,3.21395,-0.98685,2.48071 +1.49625,3.21396,-0.917922,2.48534 +1.4975,3.20953,-0.817585,2.48414 +1.49875,3.2013,-0.689363,2.47732 +1.5,3.19043,-0.53764,2.46584 +1.50125,3.17847,-0.36755,2.45124 +1.5025,3.16706,-0.184864,2.43545 +1.50375,3.15779,0.00413824,2.42059 +1.505,3.15194,0.192831,2.40868 +1.50625,3.15033,0.37446,2.40142 +1.5075,3.15321,0.542397,2.39989 +1.50875,3.16018,0.690433,2.40437 +1.51,3.1703,0.813068,2.41429 +1.51125,3.18216,0.905784,2.42821 +1.5125,3.1941,0.965262,2.44411 +1.51375,3.2044,0.989512,2.45965 +1.515,3.21162,0.977922,2.47261 +1.51625,3.21473,0.931206,2.48119 +1.5175,3.21335,0.851287,2.48429 +1.51875,3.2077,0.741147,2.48159 +1.52,3.1986,0.60469,2.47355 +1.52125,3.18736,0.446608,2.46134 +1.5225,3.17554,0.272258,2.44664 +1.52375,3.16477,0.0875478,2.43141 +1.525,3.15649,-0.101197,2.41775 +1.52625,3.15186,-0.28741,2.40755 +1.5275,3.15151,-0.464492,2.40232 +1.52875,3.15551,-0.626062,2.40288 +1.53,3.16333,-0.766227,2.40924 +1.53125,3.17392,-0.879852,2.42056 +1.5325,3.1858,-0.962802,2.43524 +1.53375,3.1973,-1.01213,2.45114 +1.535,3.20677,-1.02618,2.46595 +1.53625,3.21283,-1.00465,2.47755 +1.5375,3.21462,-0.948484,2.48433 +1.53875,3.21189,-0.859805,2.4854 +1.54,3.20501,-0.741775,2.48067 +1.54125,3.19498,-0.598462,2.47082 +1.5425,3.18321,-0.434726,2.45718 +1.54375,3.17135,-0.25611,2.44157 +1.545,3.16103,-0.068717,2.42606 +1.54625,3.1537,0.120934,2.41276 +1.5475,3.15037,0.306109,2.40353 +1.54875,3.15154,0.480098,2.39971 +1.55,3.15704,0.636496,2.40193 +1.55125,3.16614,0.769495,2.40991 +1.5525,3.17757,0.874172,2.42254 +1.55375,3.18973,0.946726,2.43799 +1.555,3.20089,0.984646,2.45397 +1.55625,3.20945,0.986792,2.46817 +1.5575,3.21421,0.95338,2.4786 +1.55875,3.21452,0.885887,2.48387 +1.56,3.21039,0.786907,2.48335 +1.56125,3.20244,0.660007,2.47722 +1.5625,3.1918,0.509594,2.46642 +1.56375,3.17999,0.340785,2.45243 -- cgit v1.2.3