ResponseSpectraCalculator

The ResponseSpectraCalculator calculates the acceleration, velocity and displacement response spectra for a set of response histories calculated by the ResponseHistoryBuilder VectorPostprocessor. The response spectra will be calculated as functions of frequency and period, and the outputs will be stored in a csv file.

Usage

For example, the input file below contains a ResponseHistoryBuilder VectorPostprocessor called 'accel_hist', which builds the response histories of the acceleration variables, accel_x and accel_y at nodes 8 and 9. It is desired that the corresponding response spectra are calculated. This can be calculated by ResponseSpectraCalculator using the 'accel_spec' block as follows.

[VectorPostprocessors<<<{"href": "../../syntax/VectorPostprocessors/index.html"}>>>]
  [./accel_hist]
    type = ResponseHistoryBuilder<<<{"description": "Calculates response histories for a given node and variable(s).", "href": "ResponseHistoryBuilder.html"}>>>
    variables<<<{"description": "Variable name for which the response history is requested."}>>> = 'accel_x accel_y'
    nodes<<<{"description": "Node number(s) at which the response history is needed."}>>> = '8 9'
  [../]
  [./accel_spec]
    type = ResponseSpectraCalculator<<<{"description": "Calculate the response spectrum at the requested nodes or points.", "href": "ResponseSpectraCalculator.html"}>>>
    vectorpostprocessor<<<{"description": "Name of the ResponseHistoryBuilder vectorpostprocessor, for which response spectra are calculated."}>>> = accel_hist
    regularize_dt<<<{"description": "dt for response spectra calculation. The acceleration response will be regularized to this dt prior to the response spectrum calculation."}>>> = 0.005
    outputs<<<{"description": "Vector of output names where you would like to restrict the output of variables(s) associated with this object"}>>> = out
  [../]
[]
(test/tests/vectorpostprocessors/response_spectra_calculator/response_spectra_calculator.i)
commentnote:Acceleration histories only

ResponseSpectraCalculator assumes that the response histories provided through the vectorpostprocessor input parameter (e.g., in the 'accel_hist' block above) are acceleration histories. No checks are performed to ensure that they are accelerations. The user should ensure this by defining the corresponding ResponseHistoryBuilder block appropriately.

Special care must be taken to ensure that the response spectra calculations are performed only at the end of the simulation (last time step) and not at every time step. In order to accomplish this, an 'Outputs' block must be created as shown below. This block (named 'out') ensures that the CSV output is only calculated at the final timestep.

[Outputs<<<{"href": "../../syntax/Mastodon/Outputs/index.html"}>>>]
  [./out]
    type = CSV<<<{"description": "Output for postprocessors, vector postprocessors, and scalar variables using comma seperated values (CSV).", "href": "../outputs/CSV.html"}>>>
    execute_on<<<{"description": "The list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html."}>>> = 'final'
  [../]
[]
(test/tests/vectorpostprocessors/response_spectra_calculator/response_spectra_calculator.i)

The name of the Outputs block 'out' should be provided in the response spectra VectorPostprocessor block as outputs = out as shown above. For this input, a csv file of the response spectra is created, as shown below. Note that the columns in the csv file are organized according to the node numbers and variable names. For example, the spectral accelerations for accel_x at node 8 are under node_8_accel_x_sd, node_8_accel_x_sv, and node_8_accel_x_sa, which are the displacement, velocity and acceleration spectra, respectively. Note that the corresponding frequency and period columns are also included in the output file.

frequency,period,node_8_accel_x_sd,node_8_accel_x_sv,node_8_accel_x_sa,node_8_accel_y_sd,node_8_accel_y_sv,node_8_accel_y_sa,node_9_accel_x_sd,node_9_accel_x_sv,node_9_accel_x_sa,node_9_accel_y_sd,node_9_accel_y_sv,node_9_accel_y_sa
0.01,100,0.11063001712871,0.0069510897480287,0.00043674989789557,0.22126003425737,0.013902179496054,0.00087349979579096,0.1106300171287,0.0069510897480284,0.00043674989789555,0.22126003425736,0.013902179496054,0.00087349979579093
0.010232929922808,97.723722095581,0.11062233946429,0.0071125077893519,0.00045730154775764,0.22124467892862,0.014225015578706,0.00091460309551542,0.1106223394643,0.0071125077893527,0.00045730154775769,0.22124467892863,0.014225015578707,0.0009146030955155
0.010471285480509,95.499258602144,0.1106145011866,0.0072776636743126,0.00047881957598907,0.22122900237319,0.014555327348625,0.00095763915197815,0.11061450118659,0.007277663674312,0.00047881957598904,0.2212290023732,0.014555327348626,0.00095763915197819
0.010715193052376,93.325430079699,0.11060644066131,0.0074466395587944,0.00050134911120052,0.22121288132257,0.014893279117585,0.0010026982224008,0.11060644066132,0.0074466395587948,0.00050134911120054,0.2212128813226,0.014893279117587,0.0010026982224009
0.010964781961432,91.201083935591,0.11059815084876,0.0076195229601614,0.00052493762051968,0.22119630169752,0.015239045920322,0.0010498752410393,0.11059815084878,0.0076195229601625,0.00052493762051975,0.22119630169754,0.015239045920324,0.0010498752410394
0.01122018454302,89.125093813375,0.11058962445808,0.0077964033518468,0.00054963479189433,0.22117924891623,0.015592806703699,0.001099269583789,0.11058962445809,0.0077964033518477,0.0005496347918944,0.22117924891621,0.015592806703698,0.0010992695837889
0.011481536214969,87.096358995608,0.11058085393723,0.0079773722040607,0.00057549263743472,0.22116170787446,0.015954744408121,0.0011509852748694,0.11058085393724,0.0079773722040615,0.00057549263743477,0.22116170787446,0.015954744408121,0.0011509852748694
0.011748975549395,85.113803820238,0.11057183146239,0.0081625230251272,0.00060256560151483,0.22114366292479,0.016325046050255,0.0012051312030297,0.11057183146238,0.0081625230251267,0.00060256560151479,0.22114366292478,0.016325046050254,0.0012051312030296
0.012022644346174,83.176377110267,0.11056254892743,0.008351951403512,0.00063091067385224,0.22112509785485,0.016703902807023,0.0012618213477044,0.11056254892742,0.0083519514035113,0.00063091067385219,0.22112509785484,0.016703902807023,0.0012618213477044
0.012302687708124,81.28305161641,0.11055299793307,0.0085457550505012,0.00066058750778862,0.22110599586616,0.017091510101004,0.0013211750155774,0.11055299793307,0.0085457550505011,0.00066058750778862,0.22110599586616,0.017091510101004,0.0013211750155774
0.012589254117942,79.432823472428,0.11054316977398,0.0087440338433972,0.0006916585439951,0.22108633954798,0.017488067686796,0.0013833170879903,0.110543169774,0.0087440338433985,0.00069165854399521,0.22108633954794,0.017488067686792,0.00138331708799
0.012882495516931,77.624711662869,0.11053305542808,0.0089468898695455,0.00072418913987103,0.2210661108562,0.017893779739095,0.0014483782797424,0.1105330554281,0.0089468898695472,0.00072418913987117,0.2210661108562,0.017893779739094,0.0014483782797423
0.013182567385564,75.857757502918,0.11052264554264,0.0091544274707799,0.00075824770486007,0.2210452910853,0.018308854941561,0.0015164954097203,0.11052264554265,0.0091544274707804,0.00075824770486012,0.2210452910853,0.018308854941561,0.0015164954097203
0.013489628825917,74.131024130092,0.11051193042151,0.0093667532885941,0.00079390584197336,0.22102386084302,0.018733506577189,0.0015878116839468,0.1105119304215,0.0093667532885935,0.00079390584197332,0.22102386084302,0.018733506577188,0.0015878116839467
0.013803842646029,72.443596007499,0.1105009000108,0.0095839763098367,0.0008312384957818,0.22100180002161,0.019167952619675,0.0016624769915637,0.11050090001081,0.0095839763098373,0.00083123849578185,0.22100180002159,0.019167952619673,0.0016624769915635
0.014125375446228,70.794578438414,0.11048954388528,0.0098062079130863,0.00087032410717995,0.22097908777058,0.019612415826174,0.00174064821436,0.11048954388528,0.0098062079130863,0.00087032410717995,0.22097908777055,0.019612415826172,0.0017406482143598
0.014454397707459,69.183097091894,0.11047785123239,0.010033561915441,0.00091124477520127,0.22095570246479,0.020067123830882,0.0018224895504026,0.1104778512324,0.010033561915441,0.00091124477520134,0.2209557024648,0.020067123830883,0.0018224895504027
0.014791083881682,67.608297539198,0.11046581083679,0.010266154619941,0.00095408642621784,0.22093162167359,0.020532309239882,0.0019081728524358,0.11046581083679,0.010266154619941,0.00095408642621789,0.22093162167359,0.020532309239882,0.0019081728524358
0.015135612484362,66.06934480076,0.11045341106456,0.010504104863548,0.00099893899084675,0.22090682212914,0.021008209727098,0.0019978779816937,0.11045341106456,0.010504104863548,0.00099893899084675,0.22090682212913,0.021008209727097,0.0019978779816936
0.015488166189125,64.565422903466,0.11044063984526,0.010747534065475,0.001045896588886,0.22088127969055,0.021495068130952,0.0020917931777722,0.11044063984529,0.010747534065477,0.0010458965888862,0.22088127969053,0.02149506813095,0.002091793177772
0.015848931924611,63.095734448019,0.11042748465492,0.010996566276134,0.0010950577226611,0.22085496930986,0.021993132552271,0.0021901154453224,0.11042748465493,0.010996566276135,0.0010950577226612,0.22085496930983,0.021993132552267,0.0021901154453221
0.016218100973589,61.659500186148,0.11041393249643,0.011251328226341,0.0011465254791188,0.22082786499284,0.022502656452681,0.0022930509582375,0.11041393249642,0.011251328226341,0.0011465254791188,0.22082786499285,0.022502656452682,0.0022930509582376
0.016595869074376,60.255958607436,0.1103999698813,0.011511949377119,0.0012004077410876,0.22079993976259,0.023023898754238,0.0024008154821753,0.11039996988129,0.011511949377118,0.0012004077410876,0.22079993976258,0.023023898754237,0.0024008154821751
0.016982436524617,58.884365535559,0.11038558280789,0.011778561969586,0.0012568174080562,0.22077116561577,0.023557123939172,0.0025136348161124,0.11038558280788,0.011778561969586,0.0012568174080562,0.22077116561576,0.023557123939171,0.0025136348161123
0.017378008287494,57.543993733716,0.11037075674215,0.0120513010755,0.0013158726269463,0.22074151348431,0.024102602151,0.0026317452538927,0.11037075674215,0.0120513010755,0.0013158726269463,0.22074151348432,0.024102602151002,0.0026317452538928
0.017782794100389,56.234132519035,0.11035547659466,0.012330304647772,0.0013776970332456,0.22071095318928,0.02466060929554,0.0027553940664908,0.11035547659466,0.012330304647772,0.0013776970332456,0.2207109531893,0.024660609295542,0.002755394066491
0.0181970085861,54.954087385762,0.11033972669661,0.012615713571172,0.0014424200029739,0.2206794533933,0.025231427142354,0.0028848400059489,0.11033972669662,0.012615713571174,0.0014424200029741,0.22067945339321,0.025231427142344,0.0028848400059478
0.018620871366629,53.703179637025,0.11032349077812,0.012907671713545,0.0015101769159907,0.22064698155625,0.025815343427089,0.0030203538319815,0.11032349077812,0.012907671713544,0.0015101769159907,0.22064698155627,0.025815343427092,0.0030203538319818
0.019054607179632,52.480746024977,0.11030675194124,0.013206325976631,0.0015811094310343,0.22061350388251,0.026412651953268,0.0031622188620692,0.11030675194126,0.013206325976635,0.0015811094310347,0.22061350388248,0.026412651953263,0.0031622188620686
0.01949844599758,51.286138399136,0.11028949263442,0.013511826347202,0.0016553657730761,0.22057898526887,0.027023652694407,0.0033107315461525,0.11028949263444,0.013511826347204,0.0016553657730762,0.22057898526887,0.027023652694407,0.0033107315461524
0.019952623149689,50.118723362727,0.11027169462639,0.013824325948177,0.0017331010334876,0.2205433892528,0.027648651896355,0.0034662020669754,0.1102716946264,0.013824325948177,0.0017331010334877,0.22054338925279,0.027648651896354,0.0034662020669752
0.020417379446695,48.977881936845,0.11025333897543,0.014143981089197,0.0018144774834996,0.22050667795085,0.028287962178393,0.0036289549669991,0.11025333897542,0.014143981089197,0.0018144774834996,0.22050667795086,0.028287962178395,0.0036289549669994
0.02089296130854,47.863009232264,0.11023440600221,0.014470951317547,0.0018996649016335,0.22046881200446,0.0289419026351,0.0037993298032678,0.11023440600222,0.014470951317549,0.0018996649016338,0.22046881200444,0.028941902635097,0.0037993298032674
0.021379620895022,46.77351412872,0.11021487525685,0.014805399468166,0.00198884091554,0.22042975051369,0.02961079893633,0.0039776818310798,0.11021487525685,0.014805399468166,0.00198884091554,0.22042975051369,0.02961079893633,0.0039776818310797
0.021877616239496,45.708818961487,0.1101947254881,0.015147491713668,0.0020821913589722,0.22038945097624,0.030294983427341,0.0041643827179451,0.11019472548811,0.01514749171367,0.0020821913589725,0.22038945097622,0.030294983427339,0.0041643827179448
0.022387211385683,44.668359215096,0.11017393460896,0.015497397613522,0.0021799106444188,0.22034786921796,0.030994795227047,0.0043598212888383,0.11017393460897,0.015497397613523,0.002179910644419,0.22034786921794,0.030994795227044,0.0043598212888378
0.022908676527678,43.651583224017,0.11015247966153,0.015855290162622,0.002282202152084,0.22030495932311,0.03171058032525,0.0045644043041688,0.11015247966155,0.015855290162624,0.0022822021520843,0.22030495932305,0.031710580325242,0.0045644043041677
0.023442288153199,42.657951880159,0.11013033677998,0.016221345838995,0.0023892786358581,0.22026067356004,0.032442691678001,0.0047785572717181,0.11013033678003,0.016221345839003,0.0023892786358593,0.22026067356005,0.032442691678002,0.0047785572717182
0.023988329190195,41.686938347034,0.1101074811535,0.01659574465075,0.0025013626470025,0.22021496230699,0.033191489301499,0.0050027252940049,0.11010748115351,0.016595744650752,0.0025013626470028,0.22021496230704,0.033191489301506,0.005002725294006
0.02454708915685,40.738027780411,0.1100838869848,0.016978670181501,0.0026186869761605,0.22016777396962,0.033957340363008,0.0052373739523218,0.11008388698481,0.016978670181504,0.0026186869761609,0.22016777396958,0.033957340363002,0.0052373739523208
0.025118864315096,39.81071705535,0.11005952745001,0.017370309634943,0.0027414951145491,0.22011905490005,0.034740619269891,0.005482990229099,0.11005952745003,0.017370309634945,0.0027414951145495,0.22011905490001,0.034740619269883,0.0054829902290978
0.025703957827689,38.904514499428,0.11003437465357,0.01777085387744,0.0028700417349359,0.22006874930713,0.035541707754878,0.0057400834698714,0.11003437465357,0.01777085387744,0.0028700417349359,0.22006874930716,0.035541707754882,0.0057400834698721
0.026302679918954,38.018939632056,0.1100083995845,0.018180497479445,0.0030045931933243,0.22001679916902,0.036360994958892,0.006009186386649,0.11000839958449,0.018180497479443,0.0030045931933239,0.22001679916898,0.036360994958886,0.0060091863866479
0.026915348039269,37.153522909717,0.10998157206727,0.018599438754442,0.0031454280519708,0.21996314413461,0.037198877508897,0.0062908561039439,0.10998157206731,0.018599438754449,0.0031454280519721,0.21996314413459,0.037198877508893,0.0062908561039433
0.027542287033382,36.30780547701,0.10995386071438,0.019027879796371,0.0032928376247345,0.21990772142878,0.038055759592744,0.0065856752494694,0.10995386071439,0.019027879796372,0.0032928376247346,0.21990772142876,0.03805575959274,0.0065856752494687
0.028183829312645,35.481338923358,0.10992523287293,0.01946602651399,0.0034471265453801,0.21985046574588,0.038932053027982,0.0068942530907604,0.10992523287294,0.019466026513992,0.0034471265453804,0.21985046574591,0.038932053027989,0.0068942530907616
0.028840315031266,34.673685045253,0.10989565457197,0.019914088663096,0.0036086133598844,0.21979130914395,0.039828177326193,0.0072172267197689,0.10989565457197,0.019914088663096,0.0036086133598844,0.21979130914397,0.039828177326197,0.0072172267197697
0.029512092266664,33.88441561392,0.10986509046608,0.020372279875519,0.0037776311434853,0.21973018093221,0.040744559751049,0.0075552622869725,0.10986509046608,0.02037227987552,0.0037776311434854,0.21973018093216,0.040744559751038,0.0075552622869706
0.03019951720402,33.113112148259,0.10983350377667,0.020840817684869,0.0039545281434082,0.21966700755333,0.041681635369738,0.0079090562868164,0.10983350377667,0.020840817684869,0.0039545281434082,0.21966700755333,0.041681635369739,0.0079090562868165
0.030902954325136,32.359365692963,0.10980085623109,0.021319923548725,0.0041396684481844,0.2196017124622,0.042639847097454,0.0082793368963696,0.10980085623109,0.021319923548725,0.0041396684481844,0.21960171246219,0.042639847097451,0.008279336896369
0.031622776601684,31.622776601684,0.10976710799881,0.021809822866784,0.0043334326844582,0.21953421599763,0.043619645733571,0.008666865368917,0.10976710799882,0.021809822866786,0.0043334326844586,0.21953421599763,0.04361964573357,0.0086668653689167
0.032359365692963,30.902954325136,0.10973221762488,0.022310744994656,0.004536218742231,0.21946443524979,0.044621489989318,0.0090724374844633,0.10973221762489,0.022310744994657,0.0045362187422313,0.2194644352498,0.044621489989319,0.0090724374844636
0.033113112148259,30.19951720402,0.1096961419606,0.022822923252862,0.0047484425294841,0.21939228392118,0.045645846505721,0.0094968850589677,0.1096961419606,0.022822923252862,0.0047484425294842,0.2193922839212,0.045645846505724,0.0094968850589683
0.03388441561392,29.512092266664,0.1096588360907,0.023346594930501,0.0049705387571146,0.21931767218138,0.046693189860998,0.0099410775142283,0.10965883609069,0.023346594930499,0.0049705387571143,0.21931767218137,0.046693189860997,0.0099410775142282
0.034673685045253,28.840315031266,0.10962025325862,0.023882001283422,0.0052029617552133,0.21924050651721,0.047764002566839,0.010405923510425,0.10962025325861,0.02388200128342,0.0052029617552129,0.21924050651724,0.047764002566845,0.010405923510427
0.035481338923358,28.183829312645,0.10958034478731,0.024429387525914,0.005446186321549,0.21916068957463,0.048858775051829,0.010892372643098,0.10958034478731,0.024429387525913,0.0054461863215488,0.21916068957463,0.048858775051829,0.010892372643098
0.03630780547701,27.542287033382,0.10953905999664,0.024989002815556,0.0057007086032602,0.21907811999329,0.049978005631116,0.011401417206521,0.10953905999663,0.024989002815554,0.0057007086032597,0.21907811999325,0.049978005631106,0.011401417206519
0.037153522909717,26.915348039269,0.10949634611901,0.025561100231078,0.0059670470128117,0.21899269223809,0.051122200462173,0.011934094025627,0.10949634611902,0.02556110023108,0.0059670470128122,0.21899269223805,0.051122200462163,0.011934094025625
0.038018939632056,26.302679918954,0.10945214820884,0.026145936741607,0.0062457431789438,0.21890429641768,0.052291873483216,0.012491486357888,0.10945214820885,0.026145936741609,0.0062457431789444,0.21890429641769,0.052291873483217,0.012491486357889
0.038904514499428,25.703957827689,0.10940640904897,0.026743773167348,0.0065373629337053,0.21881281809794,0.053487546334694,0.01307472586741,0.10940640904896,0.026743773167346,0.0065373629337047,0.21881281809795,0.053487546334697,0.013074725867411
0.03981071705535,25.118864315096,0.10935906905546,0.027354874131367,0.0068424973365803,0.21871813811094,0.054709748262737,0.013684994673161,0.10935906905548,0.02735487413137,0.0068424973365813,0.21871813811096,0.054709748262741,0.013684994673163
0.040738027780411,24.54708915685,0.10931006617416,0.027979508000151,0.0071617637362261,0.21862013234831,0.055959016000303,0.014323527472452,0.10931006617415,0.027979508000151,0.007161763736226,0.21862013234831,0.055959016000303,0.014323527472452
0.041686938347034,23.988329190195,0.10925933577658,0.028617946813957,0.0074958068711052,0.21851867155307,0.057235893627891,0.014991613742205,0.10925933577655,0.028617946813949,0.0074958068711032,0.2185186715531,0.057235893627899,0.014991613742207
0.042657951880159,23.442288153199,0.10920681054827,0.029270466204378,0.0078453000094073,0.21841362109652,0.058540932408754,0.015690600018814,0.10920681054827,0.029270466204379,0.0078453000094076,0.21841362109655,0.058540932408763,0.015690600018816
0.043651583224017,22.908676527678,0.10915305792222,0.029937520160342,0.0082109940885899,0.21830611584444,0.059875040320683,0.016421988177179,0.10915305792223,0.029937520160345,0.0082109940885906,0.21830611584443,0.059875040320678,0.016421988177178
0.044668359215096,22.387211385683,0.10909778599318,0.030619341988334,0.0085936125583441,0.21819557198642,0.061238683976684,0.017187225116693,0.10909778599319,0.030619341988336,0.0085936125583448,0.21819557198642,0.061238683976682,0.017187225116692
0.045708818961488,21.877616239496,0.10904054086996,0.031316117456603,0.008993895341416,0.21808108174002,0.062632234913238,0.017987790682841,0.10904054086999,0.031316117456613,0.0089938953414188,0.21808108173998,0.062632234913225,0.017987790682837
0.04677351412872,21.379620895022,0.10898124499208,0.032028137269553,0.0094126432216105,0.21796248998418,0.064056274539115,0.018825286443224,0.10898124499208,0.032028137269555,0.0094126432216112,0.21796248998414,0.064056274539104,0.01882528644322
0.047863009232264,20.89296130854,0.10891981756103,0.032755695217903,0.0098506919423273,0.21783963512208,0.065511390435815,0.019701383884657,0.10891981756103,0.032755695217905,0.0098506919423278,0.21783963512207,0.065511390435811,0.019701383884656
0.048977881936845,20.417379446695,0.10885617440259,0.033499088010073,0.010308913607017,0.21771234880519,0.066998176020149,0.020617827214034,0.10885617440261,0.033499088010078,0.010308913607018,0.21771234880519,0.066998176020149,0.020617827214034
0.050118723362727,19.952623149689,0.10879022782357,0.034258615083828,0.010788218123463,0.21758045564717,0.068517230167667,0.021576436246929,0.10879022782358,0.034258615083832,0.010788218123464,0.21758045564715,0.06851723016766,0.021576436246927
0.051286138399136,19.49844599758,0.10872188646095,0.035034578396136,0.011289554691785,0.21744377292189,0.070069156792267,0.022579109383569,0.10872188646096,0.035034578396138,0.011289554691786,0.21744377292189,0.070069156792266,0.022579109383568
0.052480746024977,19.054607179632,0.10865105512675,0.0358272821907,0.011813913336365,0.21730211025352,0.071654564381404,0.023627826672731,0.10865105512677,0.035827282190707,0.011813913336367,0.21730211025351,0.071654564381401,0.02362782667273
0.053703179637025,18.620871366629,0.10857763464527,0.036637032740524,0.012362326481099,0.21715526929053,0.073274065481045,0.024724652962196,0.10857763464524,0.036637032740516,0.012362326481096,0.21715526929051,0.073274065481039,0.024724652962194
0.054954087385762,18.1970085861,0.10850152168374,0.037464138064028,0.012935870567527,0.2170030433675,0.074928276128066,0.025871741135058,0.10850152168374,0.03746413806403,0.012935870567528,0.2170030433675,0.074928276128066,0.025871741135058
0.056234132519035,17.782794100389,0.10842260857676,0.03830890761301,0.013535667715125,0.21684521715354,0.076617815226025,0.027071335430252,0.10842260857677,0.038308907613014,0.013535667715127,0.21684521715353,0.076617815226023,0.027071335430251
0.057543993733716,17.378008287494,0.10834078314252,0.039171651929757,0.014162887422435,0.21668156628513,0.078343303859542,0.028325774844881,0.10834078314253,0.03917165192976,0.014162887422437,0.21668156628505,0.078343303859515,0.028325774844871
0.058884365535559,16.982436524617,0.10825592849328,0.040052682272064,0.014818748307964,0.21651185698655,0.080105364544123,0.029637496615926,0.10825592849327,0.04005268227206,0.014818748307963,0.21651185698655,0.080105364544123,0.029637496615926
0.060255958607436,16.595869074376,0.10816792283493,0.040952310201993,0.015504519888393,0.21633584566982,0.081904620403973,0.03100903977678,0.10816792283492,0.040952310201989,0.015504519888391,0.21633584566981,0.081904620403971,0.03100903977678
0.061659500186148,16.218100973589,0.10807663926291,0.041870847138615,0.016221524392893,0.21615327852582,0.08374169427723,0.032443048785787,0.10807663926291,0.041870847138612,0.016221524392892,0.21615327852583,0.083741694277232,0.032443048785788
0.063095734448019,15.848931924611,0.10798194554693,0.042808603869365,0.016971138609906,0.21596389109383,0.085617207738722,0.033942277219809,0.10798194554692,0.042808603869361,0.016971138609904,0.21596389109385,0.085617207738728,0.033942277219811
0.064565422903466,15.488166189125,0.1078837039075,0.043765890018389,0.017754795763631,0.21576740781502,0.087531780036785,0.035509591527264,0.10788370390752,0.043765890018395,0.017754795763633,0.21576740781501,0.08753178003678,0.035509591527262
0.06606934480076,15.135612484362,0.10778352109182,0.044743740066978,0.018574289046244,0.21556704218368,0.089487480133976,0.037148578092496,0.10778352109183,0.044743740066984,0.018574289046246,0.21556704218365,0.089487480133964,0.037148578092491
0.067608297539198,14.791083881682,0.10767984564709,0.045741914795699,0.019430959959159,0.21535969129421,0.091483829591414,0.038861919918325,0.1076798456471,0.045741914795704,0.019430959959161,0.21535969129419,0.091483829591407,0.038861919918322
0.069183097091894,14.454397707459,0.10757225755143,0.046760613365907,0.020326383513058,0.21514451510289,0.093521226731823,0.040652767026119,0.10757225755143,0.046760613365906,0.020326383513057,0.21514451510285,0.093521226731806,0.040652767026112
0.070794578438414,14.125375446228,0.10746059794088,0.047800140046124,0.02126224339163,0.2149211958818,0.095600280092269,0.042524486783269,0.10746059794089,0.047800140046128,0.021262243391632,0.2149211958818,0.095600280092266,0.042524486783268
0.072443596007499,13.803842646029,0.10734470129739,0.048860794900469,0.022240289920707,0.21468940259482,0.097721589800955,0.044480579841421,0.1073447012974,0.048860794900471,0.022240289920708,0.2146894025948,0.097721589800946,0.044480579841417
0.074131024130092,13.489628825917,0.10722439517296,0.049942872951025,0.023262342068507,0.2144487903459,0.099885745902038,0.046524684137008,0.10722439517296,0.049942872951024,0.023262342068506,0.21444879034592,0.099885745902046,0.046524684137012
0.075857757502918,13.182567385564,0.10709949990681,0.051046663274286,0.024330289438379,0.21419899981361,0.10209332654857,0.048660578876755,0.10709949990683,0.051046663274295,0.024330289438383,0.21419899981362,0.10209332654857,0.048660578876758
0.077624711662869,12.882495516931,0.10696982832998,0.052172448024685,0.025446094243432,0.21393965665996,0.10434489604937,0.050892188486864,0.10696982832998,0.052172448024686,0.025446094243433,0.21393965665996,0.10434489604937,0.050892188486865
0.079432823472428,12.589254117942,0.10683518545804,0.053320501380673,0.026611793252355,0.21367037091611,0.10664100276136,0.053223586504718,0.10683518545804,0.053320501380674,0.026611793252356,0.21367037091601,0.10664100276131,0.053223586504694
0.08128305161641,12.302687708124,0.10669536817689,0.054491088410804,0.027829499695538,0.21339073635378,0.10898217682161,0.055658999391075,0.10669536817688,0.054491088410797,0.027829499695534,0.21339073635374,0.10898217682158,0.055658999391063
0.083176377110267,12.022644346174,0.10655135486588,0.055685085734684,0.029101730120488,0.21310270973176,0.11137017146937,0.058203460240976,0.10655135486588,0.055685085734685,0.029101730120488,0.21310270973176,0.11137017146937,0.058203460240975
0.085113803820238,11.748975549395,0.10640363154887,0.056903157665641,0.030431004141374,0.21280726309776,0.11380631533129,0.060862008282754,0.10640363154887,0.056903157665643,0.030431004141375,0.21280726309772,0.11380631533128,0.060862008282745
0.087096358995608,11.481536214969,0.10625019771404,0.058144636943591,0.031819223663011,0.21250039542809,0.11628927388719,0.063638447326029,0.10625019771403,0.058144636943587,0.031819223663009,0.21250039542808,0.11628927388719,0.063638447326025
0.089125093813375,11.22018454302,0.10609081952203,0.059409749402388,0.03326883834017,0.21218163904406,0.11881949880478,0.066537676680341,0.10609081952203,0.05940974940239,0.033268838340171,0.21218163904401,0.11881949880475,0.066537676680323
0.091201083935591,10.964781961432,0.10592525345047,0.06069870535205,0.034782383911292,0.21185050690098,0.12139741070413,0.069564767822599,0.10592525345049,0.060698705352064,0.0347823839113,0.21185050690095,0.12139741070411,0.069564767822587
0.093325430079699,10.715193052376,0.10575324591313,0.062011697869371,0.036362483623443,0.21150649182624,0.12402339573873,0.07272496724688,0.10575324591312,0.062011697869365,0.03636248362344,0.21150649182622,0.12402339573872,0.072724967246875
0.095499258602144,10.471285480509,0.10557453286667,0.063348900963416,0.038011849489694,0.21114906573338,0.12669780192685,0.076023698979401,0.10557453286667,0.063348900963413,0.038011849489692,0.21114906573337,0.12669780192684,0.076023698979394
0.097723722095581,10.232929922808,0.10538903528422,0.064710587881134,0.039733357200101,0.21077807056849,0.1294211757623,0.079466714400219,0.10538903528423,0.064710587881137,0.039733357200103,0.21077807056846,0.12942117576228,0.079466714400208
0.1,10,0.10520011227453,0.066099187264177,0.041531348802965,0.21040022454909,0.13219837452837,0.08306269760594,0.10520011227453,0.066099187264175,0.041531348802965,0.21040022454906,0.13219837452835,0.083062697605928
0.10232929922808,9.7723722095581,0.10500378931311,0.067512608485561,0.043407503046708,0.21000757862623,0.13502521697113,0.086815006093422,0.10500378931312,0.067512608485567,0.043407503046712,0.21000757862621,0.13502521697112,0.086815006093413
0.10471285480509,9.5499258602144,0.10479976308214,0.068950944105676,0.04536491832847,0.20959952616429,0.13790188821136,0.090729836656948,0.10479976308214,0.068950944105676,0.04536491832847,0.20959952616429,0.13790188821136,0.090729836656948
0.10715193052376,9.3325430079699,0.10458771790607,0.070414257331379,0.047406786712592,0.20917543581218,0.14082851466279,0.094813573425204,0.1045877179061,0.070414257331399,0.047406786712605,0.20917543581218,0.14082851466279,0.094813573425203
0.10964781961432,9.1201083935591,0.10436732529251,0.071902579315664,0.049536393672593,0.20873465058503,0.14380515863134,0.099072787345195,0.10436732529251,0.071902579315667,0.049536393672596,0.20873465058506,0.14380515863136,0.099072787345207
0.1122018454302,8.9125093813375,0.1041403889911,0.073417418837569,0.051758183745903,0.2082807779822,0.14683483767514,0.10351636749181,0.10414038899109,0.073417418837562,0.051758183745898,0.20828077798219,0.14683483767513,0.1035163674918
0.11481536214969,8.7096358995608,0.10390733729634,0.074959405252582,0.054076185397727,0.20781467459268,0.14991881050517,0.10815237079546,0.10390733729632,0.074959405252571,0.054076185397719,0.20781467459265,0.14991881050515,0.10815237079545
0.11748975549395,8.5113803820238,0.10366507774045,0.076526595676933,0.056492697189341,0.20733015548092,0.15305319135388,0.11298539437869,0.10366507774046,0.076526595676937,0.056492697189344,0.20733015548091,0.15305319135387,0.11298539437869
0.12022644346174,8.3176377110267,0.10341323402747,0.078118885052514,0.059011404674054,0.20682646805494,0.15623777010502,0.1180228093481,0.10341323402746,0.078118885052506,0.059011404674048,0.20682646805493,0.15623777010502,0.1180228093481
0.12302687708124,8.128305161641,0.10315141485611,0.079736121222751,0.061636081642873,0.20630282971223,0.15947224244551,0.12327216328575,0.10315141485612,0.079736121222754,0.061636081642875,0.20630282971222,0.1594722424455,0.12327216328574
0.12589254117942,7.9432823472428,0.10288464498225,0.081382397440758,0.064373985198159,0.20576928996455,0.16276479488155,0.12874797039634,0.10288464498224,0.08138239744075,0.064373985198153,0.2057692899645,0.16276479488151,0.12874797039631
0.12882495516931,7.7624711662869,0.10260776495466,0.083053921675663,0.067226431730147,0.20521552990935,0.16610784335136,0.13445286346032,0.10260776495467,0.083053921675676,0.067226431730157,0.20521552990935,0.16610784335136,0.13445286346032
0.13182567385564,7.5857757502918,0.10231988905432,0.084750052676274,0.070197216738755,0.20463977810863,0.16950010535255,0.14039443347751,0.10231988905432,0.084750052676276,0.070197216738756,0.20463977810862,0.16950010535254,0.1403944334775
0.13489628825917,7.4131024130092,0.1020216570226,0.08647135994996,0.073291262951539,0.20404331404526,0.17294271989996,0.14658252590312,0.10202165702263,0.086471359949984,0.07329126295156,0.20404331404524,0.17294271989994,0.1465825259031
0.13803842646029,7.2443596007499,0.1017172570254,0.088221524126749,0.076516390107757,0.20343451405081,0.17644304825351,0.15303278021552,0.10171725702542,0.088221524126764,0.07651639010777,0.20343451405082,0.17644304825351,0.15303278021553
0.14125375446228,7.0794578438414,0.10140074426942,0.089995554862644,0.079873179959269,0.20280148853884,0.17999110972528,0.15974635991853,0.10140074426942,0.089995554862644,0.079873179959269,0.20280148853883,0.17999110972528,0.15974635991853
0.14454397707459,6.9183097091894,0.101071628845,0.091792919087246,0.083366025568649,0.20214325769001,0.18358583817449,0.1667320511373,0.10107162884501,0.091792919087252,0.083366025568655,0.20214325769001,0.18358583817449,0.1667320511373
0.14791083881682,6.7608297539198,0.10073661768416,0.093619707781209,0.087005598227634,0.20147323536834,0.18723941556244,0.17401119645528,0.10073661768418,0.093619707781222,0.087005598227646,0.20147323536834,0.18723941556244,0.17401119645529
0.15135612484362,6.606934480076,0.10038865817156,0.09546948187309,0.090791351683777,0.20077731634315,0.19093896374622,0.18158270336759,0.10038865817156,0.095469481873097,0.090791351683785,0.20077731634311,0.19093896374618,0.18158270336755
0.15488166189125,6.4565422903466,0.10002812663998,0.097342400413026,0.09472878515734,0.2000562532799,0.194684800826,0.18945757031463,0.10002812663997,0.097342400413017,0.094728785157332,0.20005625327992,0.19468480082602,0.18945757031465
0.15848931924611,6.3095734448019,0.099660330214984,0.099243537941227,0.098828488746178,0.19932066042995,0.19848707588244,0.19765697749234,0.099660330214985,0.099243537941229,0.098828488746179,0.19932066042996,0.19848707588245,0.19765697749235
0.16218100973589,6.1659500186148,0.099277871104425,0.10116548592673,0.10308899081878,0.19855574220884,0.20233097185346,0.20617798163756,0.099277871104419,0.10116548592673,0.10308899081878,0.19855574220883,0.20233097185345,0.20617798163755
0.16595869074376,6.0255958607436,0.098886528649673,0.10311386073004,0.10752190839181,0.19777305729937,0.20622772146011,0.21504381678365,0.098886528649677,0.10311386073004,0.10752190839181,0.19777305729934,0.20622772146008,0.21504381678361
0.16982436524617,5.8884365535559,0.098482370650676,0.10508443911915,0.11212909754332,0.19696474130136,0.21016887823831,0.22425819508664,0.098482370650679,0.10508443911916,0.11212909754332,0.19696474130133,0.21016887823828,0.22425819508661
0.17378008287494,5.7543993733716,0.098067256429153,0.10707891000847,0.11691866771949,0.1961345128583,0.21415782001694,0.23383733543898,0.098067256429155,0.10707891000847,0.1169186677195,0.19613451285832,0.21415782001696,0.233837335439
0.17782794100389,5.6234132519035,0.097640292669318,0.10909604051029,0.12189584575838,0.19528058533867,0.21819208102062,0.24379169151681,0.097640292669326,0.1090960405103,0.12189584575839,0.19528058533865,0.21819208102059,0.24379169151678
0.181970085861,5.4954087385762,0.097202504842681,0.11113666819817,0.12706832028846,0.19440500968534,0.22227333639632,0.25413664057689,0.097202504842653,0.11113666819814,0.12706832028842,0.19440500968535,0.22227333639632,0.25413664057689
0.18620871366629,5.3703179637025,0.096751590641484,0.11319781135961,0.13243962617717,0.19350318128298,0.22639562271922,0.26487925235436,0.096751590641479,0.1131978113596,0.13243962617717,0.19350318128293,0.22639562271917,0.2648792523543
0.19054607179632,5.2480746024977,0.096292228303089,0.11528456178859,0.13802287496093,0.1925844566062,0.2305691235772,0.2760457499219,0.096292228303092,0.11528456178859,0.13802287496094,0.19258445660618,0.23056912357718,0.27604574992187
0.1949844599758,5.1286138399136,0.095819506828914,0.11739074194841,0.14381817180298,0.19163901365783,0.23478148389682,0.28763634360597,0.095819506828918,0.11739074194841,0.14381817180299,0.19163901365787,0.23478148389686,0.28763634360602
0.19952623149689,5.0118723362727,0.095336305375748,0.11951935305561,0.1498366828726,0.19067261075152,0.23903870611125,0.29967336574524,0.09533630537576,0.11951935305562,0.14983668287262,0.1906726107515,0.23903870611123,0.29967336574522
0.20417379446695,4.8977881936845,0.094844159763691,0.12167196155551,0.1560883270583,0.18968831952738,0.24334392311101,0.3121766541166,0.094844159763685,0.1216719615555,0.15608832705829,0.18968831952737,0.243343923111,0.31217665411659
0.2089296130854,4.7863009232264,0.094340648571292,0.12384508451142,0.16257684455127,0.18868129714259,0.24769016902285,0.32515368910255,0.094340648571294,0.12384508451142,0.16257684455127,0.1886812971426,0.24769016902286,0.32515368910257
0.21379620895022,4.677351412872,0.093826329363337,0.12603891113777,0.16931075987507,0.18765265872667,0.25207782227555,0.33862151975014,0.093826329363362,0.12603891113781,0.16931075987512,0.18765265872668,0.25207782227555,0.33862151975016
0.21877616239496,4.5708818961487,0.093301941684839,0.12825390528268,0.17629927012476,0.18660388336968,0.25650781056536,0.35259854024951,0.093301941684836,0.12825390528268,0.17629927012475,0.18660388336969,0.25650781056539,0.35259854024954
0.22387211385683,4.4668359215096,0.092769973983883,0.13049304071122,0.18355544302533,0.18553994796781,0.2609860814225,0.36711088605074,0.092769973983885,0.13049304071122,0.18355544302534,0.18553994796775,0.26098608142242,0.36711088605064
0.22908676527678,4.3651583224017,0.092227679204433,0.13275203783925,0.19108258716356,0.18445535840887,0.26550407567851,0.38216517432713,0.092227679204437,0.13275203783926,0.19108258716357,0.18445535840887,0.26550407567851,0.38216517432713
0.23442288153199,4.2657951880159,0.091674920970068,0.13503005995423,0.19888882257335,0.18334984194016,0.27006011990848,0.39777764514675,0.09167492097007,0.13503005995423,0.19888882257335,0.18334984194012,0.27006011990843,0.39777764514666
0.23988329190195,4.1686938347034,0.091111439925217,0.13732601780737,0.20698207801688,0.18222287985045,0.27465203561478,0.41396415603379,0.091111439925236,0.1373260178074,0.20698207801692,0.18222287985045,0.27465203561478,0.4139641560338
0.2454708915685,4.0738027780411,0.090536953279358,0.13963869836651,0.2153702480061,0.18107390655873,0.27927739673304,0.43074049601223,0.090536953279356,0.1396386983665,0.21537024800609,0.18107390655872,0.27927739673301,0.4307404960122
0.25118864315096,3.981071705535,0.089955324171356,0.14197333664528,0.2240715433341,0.1799106483427,0.28394667329055,0.44814308666817,0.089955324171355,0.14197333664528,0.22407154333409,0.1799106483427,0.28394667329055,0.44814308666818
0.25703957827689,3.8904514499428,0.089362578283466,0.14432301958243,0.23308564257533,0.17872515656692,0.28864603916483,0.46617128515061,0.089362578283469,0.14432301958243,0.23308564257533,0.17872515656692,0.28864603916484,0.46617128515063
0.26302679918954,3.8018939632056,0.088758685296023,0.14668671305082,0.24242125391888,0.17751737059205,0.29337342610164,0.48484250783776,0.088758685296019,0.14668671305081,0.24242125391887,0.17751737059205,0.29337342610164,0.48484250783776
0.26915348039269,3.7153522909717,0.088144037990868,0.14906403003384,0.25208834943811,0.17628807598173,0.29812806006766,0.50417669887621,0.088144037990867,0.14906403003383,0.25208834943811,0.17628807598174,0.29812806006767,0.50417669887623
0.27542287033382,3.630780547701,0.087519352328534,0.15145513810464,0.26209813313276,0.17503870465708,0.30291027620931,0.52419626626554,0.087519352328539,0.15145513810465,0.26209813313277,0.17503870465707,0.30291027620929,0.52419626626551
0.28183829312645,3.5481338923358,0.086887078564435,0.15386332426637,0.27246770112937,0.17377415712885,0.30772664853271,0.54493540225868,0.086887078564432,0.15386332426637,0.27246770112936,0.17377415712885,0.30772664853271,0.54493540225868
0.28840315031266,3.4673685045253,0.086247118382907,0.15628759563818,0.28320728864148,0.17249423676582,0.31257519127637,0.56641457728298,0.086247118382902,0.15628759563817,0.28320728864147,0.17249423676579,0.31257519127632,0.56641457728288
0.29512092266664,3.388441561392,0.085600655364047,0.1587292652476,0.29433162093087,0.17120131072811,0.31745853049524,0.58866324186179,0.085600655364057,0.15872926524762,0.2943316209309,0.17120131072811,0.31745853049524,0.5886632418618
0.3019951720402,3.3113112148259,0.084953692413825,0.16119893788084,0.3058736687669,0.16990738482765,0.32239787576168,0.6117473375338,0.084953692413821,0.16119893788083,0.30587366876688,0.16990738482766,0.3223978757617,0.61174733753382
0.30902954325136,3.2359365692963,0.084307159518927,0.16369837697538,0.31785151791715,0.16861431903785,0.32739675395076,0.63570303583429,0.084307159518926,0.16369837697538,0.31785151791715,0.16861431903783,0.32739675395073,0.63570303583423
0.31622776601684,3.1622776601684,0.083671016015508,0.16624743711039,0.33032000401009,0.16734203203103,0.33249487422079,0.66064000802022,0.083671016015514,0.1662474371104,0.33032000401012,0.16734203203103,0.33249487422079,0.66064000802023
0.32359365692963,3.0902954325136,0.083043095878234,0.16884315069979,0.34329174793814,0.16608619175646,0.33768630139956,0.68658349587623,0.083043095878227,0.16884315069978,0.34329174793811,0.16608619175644,0.33768630139953,0.68658349587616
0.33113112148259,3.019951720402,0.082419096731252,0.17147774622222,0.35676946988794,0.16483819346249,0.34295549244441,0.71353893977583,0.082419096731249,0.17147774622221,0.35676946988793,0.1648381934625,0.34295549244443,0.71353893977586
0.3388441561392,2.9512092266664,0.081793632915754,0.17414035053215,0.37074843850859,0.16358726583151,0.34828070106431,0.7414968770172,0.081793632915755,0.17414035053215,0.3707484385086,0.1635872658315,0.34828070106429,0.74149687701716
0.34673685045253,2.8840315031266,0.081163873420301,0.17682459870059,0.38523221462965,0.1623277468406,0.35364919740116,0.77046442925928,0.081163873420298,0.17682459870058,0.38523221462963,0.16232774684059,0.35364919740114,0.77046442925924
0.35481338923358,2.8183829312645,0.080526791470362,0.17952308864023,0.40022132716898,0.16105358294073,0.35904617728047,0.80044265433798,0.080526791470362,0.17952308864023,0.40022132716898,0.16105358294072,0.35904617728044,0.80044265433791
0.3630780547701,2.7542287033382,0.079879323496227,0.18222765831779,0.41571357896583,0.15975864699245,0.36445531663558,0.83142715793167,0.07987932349623,0.1822276583178,0.41571357896585,0.15975864699245,0.36445531663559,0.83142715793167
0.37153522909717,2.6915348039269,0.079228932601154,0.18495399702364,0.43176122524868,0.15845786520231,0.36990799404729,0.8635224504974,0.079228932601152,0.18495399702363,0.43176122524867,0.15845786520232,0.36990799404729,0.86352245049741
0.38018939632056,2.6302679918954,0.078565847453186,0.18767815078808,0.44832569653398,0.15713169490636,0.37535630157613,0.89665139306792,0.078565847453185,0.18767815078807,0.44832569653397,0.15713169490635,0.3753563015761,0.89665139306784
0.38904514499428,2.5703957827689,0.07788803831092,0.19039287068681,0.46540452159882,0.15577607662187,0.38078574137368,0.9308090431978,0.077888038310924,0.19039287068682,0.46540452159885,0.15577607662184,0.38078574137362,0.93080904319765
0.3981071705535,2.5118864315096,0.077207617790617,0.19312569912001,0.48308103174148,0.15441523558125,0.38625139824007,0.96616206348306,0.077207617790624,0.19312569912003,0.48308103174152,0.15441523558124,0.38625139824004,0.966162063483
0.40738027780411,2.454708915685,0.076510463786225,0.19583970703955,0.5012803341579,0.15302092757244,0.39167941407907,1.0025606683158,0.076510463786224,0.19583970703954,0.5012803341579,0.15302092757244,0.39167941407905,1.0025606683157
0.41686938347034,2.3988329190195,0.075802935134683,0.19854819275693,0.5200509027388,0.15160587026936,0.39709638551385,1.0401018054776,0.075802935134681,0.19854819275692,0.52005090273878,0.15160587026935,0.39709638551383,1.0401018054775
0.42657951880159,2.3442288153199,0.075086390820195,0.20125243598611,0.53941256928082,0.15017278164038,0.40250487197221,1.0788251385616,0.075086390820195,0.20125243598611,0.53941256928082,0.15017278164038,0.4025048719722,1.0788251385616
0.43651583224017,2.2908676527678,0.074351304616117,0.20392407901928,0.55930464459996,0.14870260923223,0.40784815803853,1.1186092891999,0.07435130461611,0.20392407901926,0.55930464459991,0.14870260923222,0.40784815803853,1.1186092891998
0.44668359215096,2.2387211385683,0.077194015189259,0.2166524214048,0.60805583937411,0.1543880303786,0.43330484280983,1.2161116787489,0.077194015189253,0.21665242140478,0.60805583937406,0.1543880303785,0.43330484280956,1.2161116787481
0.45708818961488,2.1877616239496,0.080617268297212,0.23153038520204,0.66494834672611,0.1612345365944,0.46306077040401,1.329896693452,0.080617268297239,0.23153038520212,0.66494834672633,0.16123453659442,0.46306077040409,1.3298966934522
0.4677351412872,2.1379620895022,0.083984039592302,0.24681791336752,0.72536499381103,0.16796807918461,0.49363582673506,1.4507299876221,0.083984039592331,0.2468179133676,0.72536499381128,0.16796807918463,0.4936358267351,1.4507299876222
0.47863009232264,2.089296130854,0.087279422157744,0.26247731726065,0.78935378320715,0.17455884431545,0.5249546345212,1.578707566414,0.087279422157723,0.26247731726059,0.78935378320696,0.17455884431558,0.52495463452157,1.5787075664151
0.48977881936845,2.0417379446695,0.090487495717013,0.27846363327308,0.85693602680914,0.18097499143408,0.55692726654635,1.7138720536188,0.090487495717014,0.27846363327309,0.85693602680916,0.18097499143408,0.55692726654633,1.7138720536188
0.50118723362727,1.9952623149689,0.093591333081856,0.29472403168725,0.92810148112768,0.18718266616372,0.58944806337452,1.8562029622555,0.093591333081863,0.29472403168727,0.92810148112774,0.18718266616369,0.58944806337441,1.8562029622551
0.51286138399136,1.949844599758,0.096573018660251,0.3111972302301,1.0028030338742,0.19314603732049,0.62239446046017,2.0056060677483,0.09657301866026,0.31119723023013,1.0028030338743,0.19314603732052,0.62239446046027,2.0056060677486
0.52480746024977,1.9054607179632,0.099413680870024,0.3278129231227,1.0809509478554,0.19882736174006,0.65562584624542,2.1619018957109,0.099413680870025,0.3278129231227,1.0809509478554,0.19882736174006,0.65562584624543,2.1619018957109
0.53703179637025,1.8620871366629,0.10209354044076,0.34449123854507,1.1624066804028,0.20418708088153,0.68898247709016,2.3248133608057,0.10209354044076,0.34449123854507,1.1624066804028,0.20418708088155,0.68898247709023,2.3248133608059
0.54954087385762,1.81970085861,0.10459197669187,0.36114223970014,1.2469763113844,0.20918395338372,0.72228447940021,2.4939526227686,0.10459197669186,0.36114223970012,1.2469763113843,0.20918395338373,0.72228447940027,2.4939526227688
0.56234132519035,1.7782794100389,0.10688761397673,0.37766548716735,1.3344036309801,0.21377522795343,0.75533097433457,2.6688072619597,0.10688761397672,0.37766548716729,1.3344036309799,0.21377522795347,0.75533097433471,2.6688072619602
0.57543993733716,1.7378008287494,0.10895843054709,0.3939496828806,1.4243629599148,0.21791686109419,0.78789936576122,2.8487259198296,0.1089584305471,0.39394968288064,1.4243629599149,0.21791686109422,0.78789936576134,2.8487259198301
0.58884365535559,1.6982436524617,0.11078189213139,0.40987241888669,1.5164518003067,0.22156378426274,0.81974483777324,3.0329036006128,0.11078189213137,0.40987241888662,1.5164518003064,0.22156378426274,0.81974483777322,3.0329036006127
0.60255958607436,1.6595869074376,0.11233511250295,0.425300056914,1.6101834447027,0.22467022500589,0.850600113828,3.2203668894053,0.11233511250295,0.42530005691402,1.6101834447028,0.22467022500591,0.85060011382807,3.2203668894056
0.61659500186148,1.6218100973589,0.11359504325353,0.44008776773699,1.7049797047874,0.22719008650709,0.88017553547406,3.4099594095752,0.11359504325355,0.44008776773705,1.7049797047877,0.22719008650708,0.88017553547402,3.409959409575
0.63095734448019,1.5848931924611,0.11453869484631,0.45407976218199,1.8001639594368,0.22907738969262,0.908159524364,3.6003279188737,0.11453869484631,0.45407976218201,1.8001639594369,0.22907738969262,0.908159524364,3.6003279188736
0.64565422903466,1.5488166189125,0.1151433908077,0.46710974835965,1.8949547645077,0.2302867816154,0.93421949671933,3.7899095290155,0.1151433908077,0.46710974835966,1.8949547645077,0.2302867816154,0.93421949671931,3.7899095290154
0.6606934480076,1.5135612484362,0.11538705659814,0.47900165212851,1.9884603135422,0.23077411319631,0.95800330425717,3.9769206270849,0.11538705659814,0.47900165212852,1.9884603135422,0.23077411319628,0.95800330425701,3.9769206270843
0.67608297539198,1.4791083881682,0.1152485442719,0.48957063977332,2.0796740890938,0.23049708854379,0.97914127954659,4.1593481781875,0.1152485442719,0.48957063977329,2.0796740890937,0.23049708854377,0.97914127954652,4.1593481781872
0.69183097091894,1.4454397707459,0.11470799347327,0.49862448319614,2.1674720977536,0.22941598694656,0.99724896639238,4.3349441955077,0.11470799347327,0.49862448319615,2.1674720977537,0.22941598694654,0.9972489663923,4.3349441955074
0.70794578438414,1.4125375446228,0.11374722860501,0.50596530834208,2.2506121369748,0.22749445721003,1.0119306166842,4.5012242739498,0.11374722860501,0.50596530834209,2.2506121369749,0.22749445721,1.0119306166841,4.5012242739493
0.72443596007499,1.3803842646029,0.11235019112715,0.51139176683569,2.327735596741,0.22470038225428,1.0227835336713,4.6554711934815,0.11235019112714,0.51139176683565,2.3277355967408,0.22470038225429,1.0227835336713,4.6554711934817
0.74131024130092,1.3489628825917,0.11050340488493,0.51470166858214,2.3973723517128,0.22100680976985,1.0294033371643,4.7947447034255,0.11050340488493,0.51470166858218,2.3973723517129,0.22100680976987,1.0294033371643,4.7947447034258
0.75857757502918,1.3182567385564,0.10819647110953,0.51569510903411,2.4579493467258,0.21639294221909,1.0313902180684,4.9158986934523,0.10819647110954,0.51569510903418,2.4579493467261,0.21639294221907,1.0313902180683,4.915898693452
0.77624711662869,1.2882495516931,0.10545847517439,0.51435314992054,2.50865719797,0.21091695034877,1.028706299841,5.0173143959398,0.10545847517439,0.51435314992054,2.50865719797,0.21091695034879,1.0287062998411,5.0173143959403
0.79432823472428,1.2589254117942,0.10255978964629,0.51186688935778,2.5546826229306,0.20511957929258,1.0237337787155,5.1093652458611,0.10255978964629,0.51186688935777,2.5546826229306,0.20511957929259,1.0237337787156,5.1093652458614
0.8128305161641,1.2302687708124,0.099576078929251,0.50855149696275,2.5972565684858,0.19915215785853,1.0171029939256,5.1945131369723,0.099576078929244,0.50855149696272,2.5972565684856,0.1991521578585,1.0171029939255,5.1945131369716
0.83176377110267,1.2022644346174,0.096518103885293,0.50441581869766,2.6361408679848,0.19303620777056,1.0088316373952,5.2722817359691,0.096518103885286,0.50441581869762,2.6361408679847,0.19303620777057,1.0088316373952,5.2722817359693
0.85113803820238,1.1748975549395,0.093387054482191,0.49942076297362,2.6708316251341,0.1867741089644,0.99884152594733,5.3416632502686,0.093387054482194,0.49942076297364,2.6708316251341,0.18677410896437,0.99884152594717,5.3416632502677
0.87096358995608,1.1481536214969,0.090221395616586,0.49372993232346,2.7019006346131,0.18044279123318,0.98745986464695,5.4038012692263,0.090221395616589,0.49372993232348,2.7019006346132,0.18044279123315,0.9874598646468,5.4038012692255
0.89125093813375,1.122018454302,0.087018199760167,0.48729281802984,2.7287888184071,0.17403639952034,0.97458563605969,5.4575776368143,0.08701819976017,0.48729281802985,2.7287888184072,0.17403639952034,0.97458563605969,5.4575776368143
0.91201083935591,1.0964781961432,0.08383302819026,0.4803912297713,2.7528020712486,0.1676660563805,0.96078245954252,5.5056041424966,0.083833028190267,0.48039122977134,2.7528020712488,0.16766605638052,0.96078245954263,5.5056041424973
0.93325430079699,1.0715193052376,0.080731024753613,0.4733914190982,2.7758775063212,0.16146204950722,0.9467828381964,5.5517550126423,0.080731024753613,0.47339141909821,2.7758775063212,0.16146204950722,0.94678283819637,5.5517550126421
0.95499258602144,1.0471285480509,0.077745681352344,0.46650487902634,2.7992140318263,0.15549136270468,0.93300975805263,5.5984280636523,0.077745681352348,0.46650487902636,2.7992140318264,0.15549136270468,0.93300975805262,5.5984280636523
0.97723722095581,1.0232929922808,0.074894644826373,0.45986534394142,2.8236482734997,0.14978928965275,0.9197306878829,5.6472965469998,0.074894644826374,0.45986534394143,2.8236482734998,0.14978928965275,0.91973068788288,5.6472965469997
1,1,0.072174029978556,0.45348285472485,2.8493171240472,0.14434805995712,0.90696570944971,5.6986342480945,0.072174029978554,0.45348285472483,2.8493171240471,0.14434805995711,0.90696570944967,5.6986342480942
1.0232929922808,0.97723722095581,0.069583347841131,0.44738893240364,2.8765051272649,0.13916669568225,0.89477786480721,5.7530102545294,0.069583347841124,0.4473889324036,2.8765051272647,0.13916669568226,0.89477786480727,5.7530102545298
1.0471285480509,0.95499258602144,0.067127753648868,0.44165386005263,2.9057747577806,0.13425550729775,0.88330772010534,5.8115495155616,0.067127753648874,0.44165386005267,2.9057747577808,0.13425550729773,0.88330772010526,5.8115495155611
1.0715193052376,0.93325430079699,0.064791622610927,0.43621316907793,2.936829195028,0.12958324522187,0.87242633815593,5.8736583900566,0.064791622610927,0.43621316907793,2.936829195028,0.12958324522187,0.87242633815598,5.8736583900569
1.0964781961432,0.91201083935591,0.062572638575845,0.43108646270089,2.969916924611,0.12514527715169,0.86217292540176,5.9398338492218,0.062572638575837,0.43108646270084,2.9699169246106,0.12514527715169,0.86217292540179,5.939833849222
1.122018454302,0.89125093813375,0.060467723660903,0.42628842058065,3.00526969628,0.1209354473218,0.85257684116126,6.0105393925597,0.060467723660898,0.42628842058061,3.0052696962797,0.1209354473218,0.85257684116125,6.0105393925596
1.1481536214969,0.87096358995608,0.058467948850405,0.42179145248093,3.042830010014,0.11693589770081,0.84358290496184,6.0856600200278,0.0584679488504,0.42179145248089,3.0428300100137,0.11693589770081,0.84358290496186,6.0856600200279
1.1748975549395,0.85113803820238,0.056566531936638,0.41757978797833,3.0826156979775,0.11313306387326,0.83515957595656,6.1652313959542,0.056566531936631,0.41757978797827,3.0826156979771,0.11313306387327,0.83515957595658,6.1652313959544
1.2022644346174,0.83176377110267,0.05475864192311,0.41364957727623,3.1247300292995,0.10951728384622,0.82729915455244,6.2494600585989,0.054758641923107,0.4136495772762,3.1247300292993,0.10951728384621,0.82729915455241,6.2494600585987
1.2302687708124,0.8128305161641,0.053049817100541,0.41007548496295,3.1698865813033,0.10609963420108,0.82015096992588,6.3397731626064,0.053049817100537,0.41007548496292,3.1698865813031,0.10609963420108,0.82015096992586,6.3397731626063
1.2589254117942,0.79432823472428,0.051426861539843,0.40678969011248,3.2177318822694,0.10285372307968,0.81357938022494,6.4354637645386,0.051426861539843,0.40678969011247,3.2177318822693,0.10285372307968,0.81357938022489,6.4354637645382
1.2882495516931,0.77624711662869,0.049893488578671,0.4038534407576,3.2689155691045,0.099786977157334,0.80770688151514,6.5378311382084,0.049893488578666,0.40385344075757,3.2689155691042,0.099786977157331,0.80770688151511,6.5378311382082
1.3182567385564,0.75857757502918,0.048462652786512,0.40140899432647,3.3248114055166,0.096925305573026,0.80281798865294,6.6496228110332,0.048462652786512,0.40140899432647,3.3248114055166,0.09692530557302,0.8028179886529,6.6496228110329
1.3489628825917,0.74131024130092,0.047117032242011,0.39935382091177,3.3848370045394,0.094234064484018,0.79870764182352,6.7696740090785,0.047117032242009,0.39935382091176,3.3848370045393,0.094234064484019,0.79870764182353,6.7696740090786
1.3803842646029,0.72443596007499,0.045839802173536,0.39757828039033,3.4482803490235,0.091679604347072,0.79515656078065,6.8965606980471,0.045839802173535,0.39757828039032,3.4482803490235,0.091679604347071,0.79515656078064,6.896560698047
1.4125375446228,0.70794578438414,0.044609655280259,0.39592122406037,3.5138943503747,0.089219310560518,0.79184244812075,7.0277887007494,0.04460965528026,0.39592122406038,3.5138943503747,0.089219310560518,0.79184244812075,7.0277887007494
1.4454397707459,0.69183097091894,0.043416557435524,0.3943077389044,3.5810898455225,0.086833114871042,0.78861547780874,7.1621796910445,0.043416557435524,0.3943077389044,3.5810898455225,0.086833114871046,0.78861547780878,7.1621796910448
1.4791083881682,0.67608297539198,0.042249261763073,0.39264406837958,3.6490427998061,0.084498523526147,0.78528813675916,7.2980855996123,0.042249261763072,0.39264406837956,3.649042799806,0.084498523526143,0.78528813675912,7.2980855996119
1.5135612484362,0.6606934480076,0.04109735342969,0.39083529053479,3.7168384720623,0.082194706859383,0.7816705810696,7.4336769441248,0.041097353429691,0.39083529053479,3.7168384720623,0.082194706859383,0.78167058106961,7.4336769441248
1.5488166189125,0.64565422903466,0.039953324403089,0.38880589215419,3.7836656656819,0.079906648806176,0.77761178430837,7.5673313313636,0.039953324403088,0.38880589215418,3.7836656656818,0.079906648806175,0.77761178430836,7.5673313313635
1.5848931924611,0.63095734448019,0.038813360950906,0.38651038500961,3.8489394904305,0.077626721901813,0.77302077001922,7.6978789808611,0.038813360950906,0.38651038500961,3.8489394904305,0.077626721901814,0.77302077001924,7.6978789808612
1.6218100973589,0.61659500186148,0.037689355815062,0.38405960491294,3.9136190294592,0.075378711630121,0.76811920982585,7.8272380589181,0.037689355815059,0.38405960491291,3.9136190294589,0.075378711630122,0.76811920982586,7.8272380589182
1.6595869074376,0.60255958607436,0.036580364947357,0.38144150756862,3.9774787349882,0.073160729894713,0.76288301513722,7.9549574699762,0.036580364947357,0.38144150756861,3.9774787349881,0.073160729894713,0.76288301513723,7.9549574699762
1.6982436524617,0.58884365535559,0.035473410822109,0.37851479967994,4.038897028967,0.070946821644215,0.75702959935985,8.0777940579338,0.035473410822107,0.37851479967992,4.0388970289669,0.070946821644215,0.75702959935985,8.0777940579338
1.7378008287494,0.57543993733716,0.034380001917203,0.37539269124378,4.0988849558129,0.068760003834407,0.75078538248756,8.197769911626,0.034380001917203,0.37539269124377,4.0988849558129,0.068760003834407,0.75078538248755,8.1977699116259
1.7782794100389,0.56234132519035,0.033290934003645,0.37196827102796,4.1560983130236,0.066581868007288,0.7439365420559,8.3121966260471,0.033290934003644,0.37196827102795,4.1560983130235,0.066581868007288,0.7439365420559,8.3121966260471
1.81970085861,0.54954087385762,0.032197594079089,0.36813180233765,4.2090419414406,0.064395188158178,0.7362636046753,8.4180838828813,0.032197594079089,0.36813180233765,4.2090419414407,0.064395188158177,0.73626360467529,8.4180838828812
1.8620871366629,0.53703179637025,0.03108643056987,0.36370625848737,4.2553049686926,0.062172861139742,0.72741251697478,8.5106099373856,0.031086430569872,0.3637062584874,4.2553049686929,0.062172861139742,0.72741251697477,8.5106099373855
1.9054607179632,0.52480746024977,0.029978642117712,0.35891521885641,4.2970636835692,0.059957284235425,0.71783043771281,8.5941273671385,0.029978642117713,0.35891521885641,4.2970636835693,0.059957284235424,0.7178304377128,8.5941273671383
1.949844599758,0.51286138399136,0.028847947226927,0.35342301799821,4.329868904307,0.057695894453854,0.70684603599642,8.6597378086142,0.028847947226927,0.3534230179982,4.329868904307,0.057695894453855,0.70684603599643,8.6597378086142
1.9952623149689,0.50118723362727,0.027697896122641,0.34723756207377,4.35317989428,0.055395792245283,0.69447512414756,8.7063597885601,0.027697896122641,0.34723756207377,4.35317989428,0.055395792245283,0.69447512414756,8.7063597885602
2.0417379446695,0.48977881936845,0.026532960022998,0.34038124223099,4.3666213631005,0.053065920045996,0.68076248446199,8.7332427262009,0.026532960022998,0.34038124223099,4.3666213631004,0.053065920045996,0.68076248446199,8.733242726201
2.089296130854,0.47863009232264,0.025377877348899,0.33314646576971,4.3733589743929,0.050755754697798,0.66629293153943,8.7467179487859,0.025377877348899,0.33314646576972,4.373358974393,0.050755754697797,0.66629293153941,8.7467179487858
2.1379620895022,0.4677351412872,0.024220080941208,0.32535351752676,4.3705432539217,0.048440161882417,0.65070703505353,8.7410865078436,0.024220080941208,0.32535351752676,4.3705432539218,0.048440161882418,0.65070703505354,8.7410865078437
2.1877616239496,0.45708818961488,0.023064378390521,0.31704555640374,4.3581441100821,0.046128756781041,0.63409111280746,8.716288220164,0.023064378390521,0.31704555640373,4.3581441100821,0.046128756781041,0.63409111280746,8.7162882201641
2.2387211385683,0.44668359215096,0.021916915159307,0.30828993254268,4.3364990837596,0.043833830318612,0.61657986508534,8.672998167519,0.021916915159307,0.30828993254268,4.3364990837597,0.043833830318613,0.61657986508536,8.6729981675193
2.2908676527678,0.43651583224017,0.020802774661785,0.29943404766169,4.3100379808358,0.04160554932357,0.59886809532337,8.6200759616714,0.020802774661786,0.29943404766169,4.3100379808359,0.04160554932357,0.59886809532338,8.6200759616715
2.3442288153199,0.42657951880159,0.01971133212823,0.29033265923639,4.2763752581974,0.039422664256459,0.58066531847277,8.5527505163945,0.01971133212823,0.29033265923639,4.2763752581973,0.039422664256459,0.58066531847276,8.5527505163944
2.3988329190195,0.41686938347034,0.018641778325334,0.28097472549738,4.2349391238626,0.037283556650667,0.56194945099476,8.4698782477251,0.018641778325334,0.28097472549738,4.2349391238625,0.037283556650667,0.56194945099475,8.469878247725
2.454708915685,0.40738027780411,0.017606647394226,0.27155423677022,4.1882876311842,0.035213294788452,0.54310847354045,8.3765752623684,0.017606647394226,0.27155423677022,4.1882876311842,0.035213294788452,0.54310847354045,8.3765752623684
2.5118864315096,0.3981071705535,0.016608374041876,0.26212414892601,4.1370136099383,0.033216748083752,0.52424829785203,8.2740272198766,0.016608374041876,0.26212414892602,4.1370136099384,0.033216748083753,0.52424829785204,8.2740272198768
2.5703957827689,0.38904514499428,0.015635958683549,0.25252502944998,4.0783486186752,0.031271917367098,0.50505005889997,8.1566972373504,0.015635958683549,0.25252502944998,4.0783486186752,0.031271917367098,0.50505005889997,8.1566972373505
2.6302679918954,0.38018939632056,0.014690057225639,0.24277468754418,4.0122068966011,0.029380114451279,0.48554937508837,8.0244137932023,0.01469005722564,0.24277468754419,4.0122068966012,0.029380114451278,0.48554937508835,8.0244137932021
2.6915348039269,0.37153522909717,0.013770861603471,0.23288473893881,3.9384101875606,0.027541723206941,0.46576947787761,7.8768203751211,0.013770861603471,0.2328847389388,3.9384101875605,0.027541723206941,0.46576947787761,7.8768203751212
2.7542287033382,0.3630780547701,0.012878198419982,0.22286148929847,3.8566918906348,0.025756396839964,0.44572297859693,7.7133837812694,0.012878198419982,0.22286148929846,3.8566918906347,0.025756396839964,0.44572297859693,7.7133837812694
2.8183829312645,0.35481338923358,0.012012645623096,0.21272502417408,3.7670249610011,0.024025291246194,0.42545004834818,7.5340499220023,0.012012645623097,0.21272502417409,3.7670249610012,0.024025291246194,0.42545004834818,7.5340499220024
2.8840315031266,0.34673685045253,0.011172456710687,0.20245504191025,3.6686688573762,0.022344913421373,0.40491008382048,7.3373377147519,0.011172456710687,0.20245504191024,3.668668857376,0.022344913421374,0.40491008382049,7.3373377147521
2.9512092266664,0.3388441561392,0.010358002757246,0.1920684088338,3.5615238320092,0.020716005514491,0.3841368176676,7.1230476640183,0.010358002757246,0.1920684088338,3.5615238320091,0.020716005514491,0.38413681766759,7.1230476640183
3.019951720402,0.33113112148259,0.0095704566665556,0.18159863401444,3.4458192565831,0.019140913333111,0.36319726802889,6.8916385131662,0.0095704566665556,0.18159863401444,3.4458192565831,0.019140913333111,0.36319726802889,6.8916385131663
3.0902954325136,0.32359365692963,0.0088097862841126,0.17105874808716,3.3214307763533,0.017619572568225,0.34211749617431,6.6428615527065,0.0088097862841124,0.17105874808716,3.3214307763532,0.017619572568225,0.34211749617432,6.6428615527065
3.1622776601684,0.31622776601684,0.0080767569979722,0.16047852829077,3.1885765597304,0.016153513995944,0.32095705658154,6.3771531194606,0.0080767569979721,0.16047852829077,3.1885765597303,0.016153513995944,0.32095705658154,6.3771531194607
3.2359365692963,0.30902954325136,0.0073725223088658,0.14989805980484,3.0477260551974,0.014745044617732,0.29979611960967,6.0954521103947,0.0073725223088659,0.14989805980484,3.0477260551974,0.014745044617732,0.29979611960967,6.0954521103948
3.3113112148259,0.3019951720402,0.0067941107330698,0.14135544337375,2.9409825886604,0.01358822146614,0.2827108867475,5.8819651773207,0.0067941107330699,0.14135544337375,2.9409825886604,0.01358822146614,0.2827108867475,5.8819651773208
3.388441561392,0.29512092266664,0.0064728152307456,0.13780758636468,2.9339522576596,0.012945630461491,0.27561517272937,5.8679045153192,0.0064728152307456,0.13780758636468,2.9339522576596,0.012945630461491,0.27561517272937,5.8679045153192
3.4673685045253,0.28840315031266,0.0061582381520947,0.13416412303388,2.9229158510747,0.012316476304189,0.26832824606776,5.8458317021495,0.0061582381520948,0.13416412303389,2.9229158510748,0.01231647630419,0.26832824606777,5.8458317021496
3.5481338923358,0.28183829312645,0.0058639714672406,0.13072894750621,2.9144169291332,0.011727942934481,0.26145789501241,5.8288338582665,0.0058639714672407,0.13072894750621,2.9144169291333,0.011727942934481,0.26145789501241,5.8288338582665
3.630780547701,0.27542287033382,0.0055755973493236,0.12719537475028,2.9016914859942,0.011151194698647,0.25439074950056,5.8033829719883,0.0055755973493237,0.12719537475028,2.9016914859942,0.011151194698647,0.25439074950056,5.8033829719883
3.7153522909717,0.26915348039269,0.0053023491672596,0.12377936189504,2.8895363069917,0.010604698334519,0.24755872379008,5.7790726139833,0.0053023491672597,0.12377936189504,2.8895363069918,0.010604698334519,0.24755872379008,5.7790726139834
3.8018939632056,0.26302679918954,0.005039882592796,0.12039275026831,2.8759428519003,0.010079765185592,0.24078550053662,5.7518857038005,0.0050398825927961,0.12039275026831,2.8759428519003,0.010079765185592,0.24078550053663,5.7518857038006
3.8904514499428,0.25703957827689,0.0047865645842958,0.11700484332318,2.8601167120982,0.0095731291685915,0.23400968664636,5.7202334241963,0.0047865645842958,0.11700484332318,2.8601167120982,0.0095731291685916,0.23400968664636,5.7202334241964
3.981071705535,0.25118864315096,0.0045474459321162,0.11374896674472,2.8452954974376,0.0090948918642324,0.22749793348944,5.6905909948752,0.0045474459321163,0.11374896674472,2.8452954974377,0.0090948918642326,0.22749793348944,5.6905909948754
4.0738027780411,0.2454708915685,0.0043133637222874,0.11040684449228,2.8260244430018,0.0086267274445748,0.22081368898455,5.6520488860037,0.0043133637222875,0.11040684449228,2.8260244430019,0.0086267274445748,0.22081368898455,5.6520488860037
4.1686938347034,0.23988329190195,0.0040958917985066,0.10728237803411,2.8100128623637,0.0081917835970132,0.21456475606822,5.6200257247274,0.0040958917985066,0.10728237803411,2.8100128623637,0.0081917835970133,0.21456475606822,5.6200257247275
4.2657951880159,0.23442288153199,0.0038835498766195,0.10408995084274,2.7899005319006,0.0077670997532391,0.20817990168547,5.5798010638011,0.0038835498766195,0.10408995084274,2.7899005319005,0.0077670997532391,0.20817990168547,5.5798010638011
4.3651583224017,0.22908676527678,0.0036840648214167,0.1010432203757,2.771322677207,0.0073681296428334,0.2020864407514,5.5426453544139,0.0036840648214167,0.1010432203757,2.771322677207,0.0073681296428334,0.2020864407514,5.5426453544139
4.4668359215096,0.22387211385683,0.0034919084686701,0.098003766640004,2.7505698851512,0.0069838169373402,0.19600753328001,5.5011397703023,0.0034919084686701,0.098003766640004,2.7505698851512,0.0069838169373402,0.19600753328001,5.5011397703023
4.5708818961488,0.21877616239496,0.0033090597428482,0.095035206860849,2.7293827385874,0.0066181194856963,0.1900704137217,5.4587654771748,0.0033090597428482,0.095035206860849,2.7293827385874,0.0066181194856963,0.1900704137217,5.4587654771748
4.677351412872,0.21379620895022,0.0031348699787798,0.092129655896169,2.7075679543336,0.0062697399575595,0.18425931179234,5.4151359086671,0.0031348699787798,0.09212965589617,2.7075679543336,0.0062697399575595,0.18425931179234,5.4151359086671
4.7863009232264,0.2089296130854,0.0029677921451959,0.089251062988291,2.6840667589994,0.0059355842903917,0.17850212597658,5.3681335179988,0.0029677921451959,0.089251062988291,2.6840667589994,0.0059355842903917,0.17850212597658,5.3681335179989
4.8977881936845,0.20417379446695,0.0028114342028101,0.086518272676157,2.6624885972377,0.0056228684056202,0.17303654535231,5.3249771944754,0.0028114342028101,0.086518272676157,2.6624885972377,0.0056228684056201,0.17303654535231,5.3249771944753
5.0118723362727,0.19952623149689,0.0026592387148005,0.083740826146727,2.6370426711625,0.005318477429601,0.16748165229345,5.274085342325,0.0026592387148005,0.083740826146727,2.6370426711625,0.005318477429601,0.16748165229345,5.2740853423251
5.1286138399136,0.1949844599758,0.0025197487857265,0.081196472251984,2.6164779376078,0.0050394975714529,0.16239294450397,5.2329558752155,0.0025197487857265,0.081196472251984,2.6164779376077,0.0050394975714529,0.16239294450397,5.2329558752155
5.2480746024977,0.19054607179632,0.0023823472842451,0.078557017535931,2.5903884983319,0.0047646945684902,0.15711403507186,5.1807769966638,0.0023823472842451,0.078557017535932,2.5903884983319,0.0047646945684902,0.15711403507186,5.1807769966637
5.3703179637025,0.18620871366629,0.0022560736971523,0.076126032932702,2.5686983973022,0.0045121473943046,0.1522520658654,5.1373967946043,0.0022560736971523,0.076126032932702,2.5686983973022,0.0045121473943046,0.1522520658654,5.1373967946043
5.4954087385762,0.181970085861,0.002133226084756,0.073657470716434,2.543294886141,0.0042664521695119,0.14731494143287,5.0865897722819,0.002133226084756,0.073657470716434,2.543294886141,0.004266452169512,0.14731494143287,5.086589772282
5.6234132519035,0.17782794100389,0.0020192535438551,0.071346187362778,2.5208713718468,0.0040385070877102,0.14269237472556,5.0417427436937,0.0020192535438551,0.071346187362777,2.5208713718468,0.0040385070877102,0.14269237472556,5.0417427436937
5.7543993733716,0.17378008287494,0.001910862244544,0.069089061900655,2.4979814677596,0.003821724489088,0.13817812380131,4.9959629355193,0.001910862244544,0.069089061900655,2.4979814677596,0.003821724489088,0.13817812380131,4.9959629355193
5.8884365535559,0.16982436524617,0.0018083730263968,0.066906442227906,2.4754140579699,0.0036167460527936,0.13381288445581,4.9508281159398,0.0018083730263968,0.066906442227907,2.4754140579699,0.0036167460527936,0.13381288445581,4.9508281159398
6.0255958607436,0.16595869074376,0.0017113248352935,0.06479065482127,2.4529702751897,0.0034226496705871,0.12958130964254,4.9059405503794,0.0017113248352935,0.06479065482127,2.4529702751897,0.003422649670587,0.12958130964254,4.9059405503794
6.1659500186148,0.16218100973589,0.0016195343156183,0.062743692094306,2.430804250123,0.0032390686312366,0.12548738418861,4.861608500246,0.0016195343156183,0.062743692094306,2.430804250123,0.0032390686312366,0.12548738418861,4.861608500246
6.3095734448019,0.15848931924611,0.0015324463691655,0.060752646413604,2.4084914947243,0.0030648927383311,0.12150529282721,4.8169829894487,0.0015324463691656,0.060752646413605,2.4084914947244,0.0030648927383311,0.12150529282721,4.8169829894487
6.4565422903466,0.15488166189125,0.0014506107012566,0.05884787610289,2.387320401553,0.0029012214025133,0.11769575220578,4.7746408031061,0.0014506107012566,0.05884787610289,2.387320401553,0.0029012214025133,0.11769575220578,4.774640803106
6.606934480076,0.15135612484362,0.0013740729803324,0.057041339568669,2.3679342119085,0.0027481459606648,0.11408267913734,4.7358684238171,0.0013740729803324,0.05704133956867,2.3679342119086,0.0027481459606648,0.11408267913734,4.7358684238171
6.7608297539198,0.14791083881682,0.0013014954870049,0.055286943731958,2.3485645380568,0.0026029909740098,0.11057388746392,4.6971290761137,0.0013014954870049,0.055286943731959,2.3485645380569,0.0026029909740098,0.11057388746392,4.6971290761137
6.9183097091894,0.14454397707459,0.0012329455660494,0.053594943740658,2.3297200409001,0.0024658911320988,0.10718988748132,4.6594400818003,0.0012329455660494,0.053594943740658,2.3297200409002,0.0024658911320988,0.10718988748132,4.6594400818003
7.0794578438414,0.14125375446228,0.0011689790544863,0.051998000742723,2.3129516913614,0.0023379581089727,0.10399600148545,4.6259033827228,0.0011689790544863,0.051998000742723,2.3129516913614,0.0023379581089727,0.10399600148545,4.6259033827228
7.2443596007499,0.13803842646029,0.0011054174863238,0.050316015998799,2.2902672495356,0.0022108349726476,0.1006320319976,4.5805344990713,0.0011054174863238,0.050316015998799,2.2902672495356,0.0022108349726476,0.1006320319976,4.5805344990713
7.4131024130092,0.13489628825917,0.0010493792473243,0.048877883006025,2.2766292103091,0.0020987584946486,0.097755766012051,4.5532584206183,0.0010493792473243,0.048877883006025,2.2766292103091,0.0020987584946486,0.09775576601205,4.5532584206183
7.5857757502918,0.13182567385564,0.00099368646726482,0.047361919092823,2.2574035715003,0.0019873729345296,0.094723838185647,4.5148071430007,0.00099368646726483,0.047361919092824,2.2574035715003,0.0019873729345297,0.094723838185647,4.5148071430007
7.7624711662869,0.12882495516931,0.00094322456448023,0.046003938993103,2.2437524239494,0.0018864491289605,0.092007877986206,4.4875048478988,0.00094322456448024,0.046003938993103,2.2437524239494,0.0018864491289605,0.092007877986205,4.4875048478988
7.9432823472428,0.12589254117942,0.0008979563261022,0.044816210427717,2.2367376438226,0.0017959126522044,0.089632420855436,4.4734752876452,0.00089795632610219,0.044816210427717,2.2367376438226,0.0017959126522044,0.089632420855434,4.4734752876452
8.128305161641,0.12302687708124,0.00085801058071761,0.043820018816351,2.2379608040024,0.0017160211614352,0.087640037632701,4.4759216080048,0.00085801058071759,0.04382001881635,2.2379608040024,0.0017160211614352,0.087640037632701,4.4759216080048
8.3176377110267,0.12022644346174,0.0008069375132129,0.042171575070401,2.2039398525883,0.0016138750264258,0.084343150140801,4.4078797051767,0.0008069375132129,0.042171575070401,2.2039398525883,0.0016138750264258,0.084343150140802,4.4078797051767
8.5113803820238,0.11748975549395,0.00076551089644745,0.040938440353241,2.1893299054704,0.0015310217928949,0.081876880706482,4.3786598109408,0.00076551089644745,0.040938440353241,2.1893299054704,0.0015310217928949,0.081876880706482,4.3786598109408
8.7096358995608,0.11481536214969,0.00072511564464533,0.039681418771093,2.1715363712185,0.0014502312892907,0.079362837542187,4.343072742437,0.00072511564464534,0.039681418771094,2.1715363712185,0.0014502312892907,0.079362837542187,4.343072742437
8.9125093813375,0.1122018454302,0.00068993801230118,0.03863580713078,2.1635647928254,0.0013798760246024,0.077271614261559,4.3271295856509,0.00068993801230118,0.038635807130779,2.1635647928254,0.0013798760246024,0.077271614261559,4.3271295856509
9.1201083935591,0.10964781961432,0.00066183874779399,0.037925569053939,2.1732616787085,0.001323677495588,0.075851138107878,4.3465233574171,0.00066183874779399,0.037925569053939,2.1732616787085,0.001323677495588,0.075851138107879,4.3465233574171
9.3325430079699,0.10715193052376,0.00064538842568697,0.03784435334965,2.219121111335,0.0012907768513739,0.075688706699301,4.43824222267,0.00064538842568697,0.037844353349651,2.219121111335,0.0012907768513739,0.075688706699301,4.43824222267
9.5499258602144,0.10471285480509,0.00062668362837003,0.037603499661365,2.2563589070614,0.0012533672567401,0.075206999322731,4.5127178141229,0.00062668362837004,0.037603499661365,2.2563589070614,0.0012533672567401,0.075206999322731,4.5127178141229
9.7723722095581,0.10232929922808,0.00060739390831511,0.037294977391614,2.2899724867168,0.0012147878166302,0.074589954783229,4.5799449734337,0.00060739390831512,0.037294977391614,2.2899724867169,0.0012147878166302,0.074589954783229,4.5799449734337
10,0.1,0.0005887045811134,0.036989403821876,2.3241130424195,0.0011774091622268,0.073978807643751,4.6482260848391,0.0005887045811134,0.036989403821876,2.3241130424196,0.0011774091622268,0.073978807643751,4.6482260848391
10.232929922808,0.097723722095581,0.00056740425517036,0.036481484699692,2.3455917254167,0.0011348085103407,0.072962969399383,4.6911834508334,0.00056740425517037,0.036481484699692,2.3455917254167,0.0011348085103407,0.072962969399383,4.6911834508334
10.471285480509,0.095499258602144,0.00054888217109279,0.036112623527555,2.3759590796081,0.0010977643421856,0.07222524705511,4.7519181592162,0.00054888217109279,0.036112623527555,2.3759590796081,0.0010977643421856,0.07222524705511,4.7519181592162
10.715193052376,0.093325430079699,0.00052768410404426,0.035526623044994,2.3918494707494,0.0010553682080885,0.071053246089989,4.7836989414988,0.00052768410404426,0.035526623044994,2.3918494707494,0.0010553682080885,0.071053246089989,4.7836989414988
10.964781961432,0.091201083935591,0.00050931976766718,0.03508895613554,2.4174102810132,0.0010186395353344,0.070177912271081,4.8348205620263,0.00050931976766718,0.035088956135541,2.4174102810132,0.0010186395353344,0.070177912271081,4.8348205620264
11.22018454302,0.089125093813374,0.0004887994742116,0.034459632879655,2.4293526504215,0.00097759894842319,0.068919265759309,4.858705300843,0.0004887994742116,0.034459632879655,2.4293526504215,0.00097759894842319,0.068919265759309,4.858705300843
11.481536214969,0.087096358995608,0.00047016854440524,0.033918253873234,2.44688412166,0.00094033708881048,0.067836507746468,4.89376824332,0.00047016854440524,0.033918253873234,2.44688412166,0.00094033708881048,0.067836507746469,4.89376824332
11.748975549395,0.085113803820238,0.00044952727862311,0.033184552644694,2.4497168171895,0.00089905455724621,0.066369105289387,4.8994336343789,0.00044952727862311,0.033184552644694,2.4497168171895,0.00089905455724621,0.066369105289387,4.899433634379
12.022644346174,0.083176377110267,0.00043118432081778,0.032571883774045,2.460496732761,0.00086236864163555,0.06514376754809,4.9209934655219,0.00043118432081778,0.032571883774045,2.460496732761,0.00086236864163555,0.06514376754809,4.920993465522
12.302687708124,0.08128305161641,0.0004116144536147,0.031817828205498,2.4595205120329,0.0008232289072294,0.063635656410995,4.9190410240658,0.0004116144536147,0.031817828205498,2.4595205120329,0.0008232289072294,0.063635656410995,4.9190410240658
12.589254117942,0.079432823472428,0.00039402695532868,0.031167778521724,2.4653907679206,0.00078805391065737,0.062335557043447,4.9307815358413,0.00039402695532868,0.031167778521723,2.4653907679206,0.00078805391065737,0.062335557043447,4.9307815358413
12.882495516931,0.077624711662869,0.00037579270477776,0.030417832298257,2.4621141122793,0.00075158540955551,0.060835664596515,4.9242282245585,0.00037579270477776,0.030417832298257,2.4621141122793,0.00075158540955552,0.060835664596515,4.9242282245585
13.182567385564,0.075857757502918,0.00035934176438261,0.029763747538902,2.4652872428606,0.00071868352876521,0.059527495077803,4.9305744857213,0.0003593417643826,0.029763747538902,2.4652872428606,0.00071868352876521,0.059527495077803,4.9305744857213
13.489628825917,0.074131024130092,0.00034070744028348,0.028877629089924,2.4476056676702,0.00068141488056696,0.057755258179848,4.8952113353403,0.00034070744028348,0.028877629089924,2.4476056676701,0.00068141488056697,0.057755258179849,4.8952113353403
13.803842646029,0.072443596007499,0.00032569164015512,0.028247923440021,2.4500020273571,0.00065138328031023,0.056495846880042,4.9000040547142,0.00032569164015512,0.028247923440021,2.4500020273571,0.00065138328031023,0.056495846880042,4.9000040547142
14.125375446228,0.070794578438414,0.00030787703848447,0.027324814139686,2.425141775573,0.00061575407696894,0.054649628279373,4.8502835511461,0.00030787703848447,0.027324814139686,2.425141775573,0.00061575407696895,0.054649628279373,4.8502835511461
14.454397707459,0.069183097091894,0.00029412708949343,0.026712525004065,2.4260226874096,0.00058825417898686,0.05342505000813,4.8520453748191,0.00029412708949343,0.026712525004065,2.4260226874095,0.00058825417898686,0.05342505000813,4.8520453748191
14.791083881682,0.067608297539198,0.00027821466654401,0.025855916528744,2.4029229941249,0.00055642933308803,0.051711833057489,4.8058459882497,0.00027821466654401,0.025855916528744,2.4029229941249,0.00055642933308803,0.051711833057489,4.8058459882497
15.135612484362,0.06606934480076,0.00026585340805354,0.025282624136377,2.4043742297732,0.00053170681610709,0.050565248272755,4.8087484595465,0.00026585340805355,0.025282624136377,2.4043742297732,0.00053170681610709,0.050565248272755,4.8087484595465
15.488166189125,0.064565422903466,0.00025197481051165,0.024520935983437,2.3862555954816,0.00050394962102329,0.049041871966875,4.7725111909632,0.00025197481051165,0.024520935983437,2.3862555954816,0.00050394962102329,0.049041871966874,4.7725111909632
15.848931924611,0.063095734448019,0.00023890545856221,0.023790632531559,2.3691137057226,0.00047781091712442,0.047581265063118,4.7382274114452,0.00023890545856221,0.023790632531559,2.3691137057226,0.00047781091712442,0.047581265063118,4.7382274114452
16.218100973589,0.061659500186148,0.00022714612720306,0.023146495869863,2.358659060802,0.00045429225440612,0.046292991739725,4.7173181216039,0.00022714612720306,0.023146495869863,2.358659060802,0.00045429225440612,0.046292991739726,4.717318121604
16.595869074376,0.060255958607436,0.00021348348386853,0.022260975811751,2.3212617440539,0.00042696696773707,0.044521951623502,4.6425234881077,0.00021348348386853,0.022260975811751,2.3212617440539,0.00042696696773707,0.044521951623502,4.6425234881077
16.982436524617,0.058884365535559,0.00020340817868389,0.021704427125403,2.3159450120932,0.00040681635736778,0.043408854250806,4.6318900241864,0.00020340817868389,0.021704427125403,2.3159450120932,0.00040681635736778,0.043408854250806,4.6318900241865
17.378008287494,0.057543993733716,0.0001920144581209,0.020965916280433,2.2892528499148,0.0003840289162418,0.041931832560865,4.5785056998295,0.0001920144581209,0.020965916280433,2.2892528499148,0.0003840289162418,0.041931832560865,4.5785056998296
17.782794100389,0.056234132519035,0.0001824743519798,0.020388334315114,2.2780416624847,0.00036494870395959,0.040776668630229,4.5560833249694,0.0001824743519798,0.020388334315114,2.2780416624847,0.00036494870395959,0.040776668630229,4.5560833249694
18.1970085861,0.054954087385762,0.00017336290015579,0.019821480057196,2.2662926802951,0.00034672580031159,0.039642960114392,4.5325853605902,0.00017336290015579,0.019821480057196,2.2662926802951,0.00034672580031159,0.039642960114392,4.5325853605902
18.620871366629,0.053703179637025,0.00016279536013309,0.01904679638276,2.2284446691216,0.00032559072026618,0.03809359276552,4.4568893382432,0.00016279536013309,0.01904679638276,2.2284446691216,0.00032559072026618,0.03809359276552,4.4568893382432
19.054607179632,0.052480746024977,0.00015595145507577,0.0186710760313,2.2353692050979,0.00031190291015153,0.0373421520626,4.4707384101958,0.00015595145507577,0.0186710760313,2.2353692050979,0.00031190291015153,0.0373421520626,4.4707384101958
19.49844599758,0.051286138399136,0.00014805044562635,0.018138009924118,2.2221304543568,0.00029610089125269,0.036276019848235,4.4442609087135,0.00014805044562635,0.018138009924118,2.2221304543568,0.00029610089125269,0.036276019848235,4.4442609087135
19.952623149689,0.050118723362727,0.00014065635300755,0.017633530320234,2.2106459104477,0.00028131270601509,0.035267060640468,4.4212918208953,0.00014065635300755,0.017633530320234,2.2106459104477,0.00028131270601509,0.035267060640468,4.4212918208953
20.417379446695,0.048977881936845,0.00013590871517555,0.017435211624098,2.2366969181074,0.00027181743035109,0.034870423248196,4.4733938362148,0.00013590871517555,0.017435211624098,2.2366969181074,0.00027181743035109,0.034870423248196,4.4733938362148
20.89296130854,0.047863009232264,0.00012934886712142,0.0169801900058,2.2290636095205,0.00025869773424285,0.0339603800116,4.458127219041,0.00012934886712143,0.0169801900058,2.2290636095205,0.00025869773424286,0.033960380011601,4.4581272190411
21.379620895022,0.04677351412872,0.00012455901982546,0.016732279028411,2.2476827601639,0.00024911803965093,0.033464558056823,4.4953655203279,0.00012455901982546,0.016732279028411,2.2476827601639,0.00024911803965093,0.033464558056823,4.495365520328
21.877616239496,0.045708818961488,0.00011896354591941,0.016352863697069,2.2478831563752,0.00023792709183882,0.032705727394137,4.4957663127504,0.00011896354591941,0.016352863697069,2.2478831563752,0.00023792709183882,0.032705727394137,4.4957663127503
22.387211385683,0.044668359215096,0.00011443297412046,0.016096486944365,2.2641803548458,0.00022886594824092,0.032192973888731,4.5283607096917,0.00011443297412046,0.016096486944365,2.2641803548458,0.00022886594824091,0.032192973888731,4.5283607096917
22.908676527678,0.043651583224017,0.00010788213676559,0.015528498196663,2.2351638878614,0.00021576427353118,0.031056996393326,4.4703277757228,0.00010788213676559,0.015528498196663,2.2351638878614,0.00021576427353118,0.031056996393326,4.4703277757228
23.442288153199,0.042657951880159,0.00010384833275131,0.015296055288812,2.2529905025888,0.00020769666550263,0.030592110577624,4.5059810051776,0.00010384833275131,0.015296055288812,2.2529905025888,0.00020769666550263,0.030592110577624,4.5059810051776
23.988329190195,0.041686938347034,9.7767215613436e-05,0.01473578115254,2.2210231191827,0.00019553443122687,0.02947156230508,4.4420462383653,9.7767215613436e-05,0.01473578115254,2.2210231191827,0.00019553443122687,0.02947156230508,4.4420462383653
24.54708915685,0.040738027780411,9.3770918650436e-05,0.014462657015391,2.230632385341,0.00018754183730088,0.028925314030783,4.4612647706821,9.3770918650436e-05,0.014462657015391,2.230632385341,0.00018754183730087,0.028925314030782,4.461264770682
25.118864315096,0.03981071705535,8.8554851428546e-05,0.013976301957946,2.2058307734535,0.0001771097028571,0.027952603915893,4.411661546907,8.8554851428546e-05,0.013976301957946,2.2058307734535,0.00017710970285709,0.027952603915892,4.4116615469069
25.703957827689,0.038904514499428,8.5434296785038e-05,0.013797873701457,2.2283945188941,0.00017086859357008,0.027595747402914,4.4567890377882,8.5434296785038e-05,0.013797873701457,2.2283945188941,0.00017086859357008,0.027595747402913,4.4567890377882
26.302679918954,0.038018939632056,8.1211685903109e-05,0.013421419241071,2.2180858880274,0.00016242337180622,0.026842838482143,4.4361717760549,8.1211685903109e-05,0.013421419241071,2.2180858880274,0.00016242337180622,0.026842838482143,4.4361717760549
26.915348039269,0.037153522909717,7.6769807637288e-05,0.01298285984189,2.1955851507473,0.00015353961527457,0.025965719683779,4.3911703014945,7.6769807637287e-05,0.01298285984189,2.1955851507473,0.00015353961527458,0.02596571968378,4.3911703014946
27.542287033382,0.03630780547701,7.3634928305891e-05,0.012742768244022,2.2051782524499,0.00014726985661178,0.025485536488044,4.4103565048998,7.3634928305891e-05,0.012742768244022,2.2051782524499,0.00014726985661178,0.025485536488045,4.4103565048999
28.183829312645,0.035481338923358,6.9097850621379e-05,0.012236140484781,2.1668276598604,0.00013819570124276,0.024472280969562,4.3336553197207,6.9097850621379e-05,0.012236140484781,2.1668276598604,0.00013819570124276,0.024472280969563,4.3336553197207
28.840315031266,0.034673685045253,6.5494111563124e-05,0.01186812663029,2.1506121138363,0.00013098822312625,0.02373625326058,4.3012242276725,6.5494111563124e-05,0.01186812663029,2.1506121138363,0.00013098822312625,0.02373625326058,4.3012242276726
29.512092266664,0.03388441561392,6.2188349209261e-05,0.011531583414832,2.1383011085526,0.00012437669841852,0.023063166829663,4.2766022171051,6.2188349209261e-05,0.011531583414831,2.1383011085525,0.00012437669841852,0.023063166829663,4.2766022171051
30.19951720402,0.033113112148259,5.8726561393157e-05,0.011143317086039,2.1144353208203,0.00011745312278632,0.022286634172079,4.2288706416406,5.8726561393158e-05,0.011143317086039,2.1144353208203,0.00011745312278632,0.022286634172079,4.2288706416407
30.902954325136,0.032359365692963,5.6809195977629e-05,0.011030585340414,2.1417978349856,0.00011361839195526,0.022061170680829,4.2835956699713,5.6809195977629e-05,0.011030585340414,2.1417978349856,0.00011361839195526,0.022061170680829,4.2835956699714
31.622776601684,0.031622776601684,5.4412079122038e-05,0.010811233247377,2.1481032560257,0.00010882415824408,0.021622466494753,4.2962065120514,5.4412079122038e-05,0.010811233247376,2.1481032560257,0.00010882415824408,0.021622466494753,4.2962065120515
32.359365692963,0.030902954325136,5.2804152849937e-05,0.01073613578941,2.1828701999294,0.00010560830569987,0.021472271578819,4.3657403998587,5.2804152849936e-05,0.01073613578941,2.1828701999294,0.00010560830569987,0.021472271578819,4.3657403998588
33.113112148259,0.03019951720402,4.9669017708479e-05,0.010333929333749,2.1500343755878,9.9338035416958e-05,0.020667858667497,4.3000687511756,4.9669017708479e-05,0.010333929333749,2.1500343755878,9.9338035416959e-05,0.020667858667497,4.3000687511756
33.88441561392,0.029512092266664,4.7858002125308e-05,0.01018906847487,2.1692739306951,9.5716004250611e-05,0.020378136949738,4.3385478613899,4.7858002125308e-05,0.01018906847487,2.1692739306951,9.5716004250613e-05,0.020378136949739,4.33854786139
34.673685045253,0.028840315031266,4.5306866915731e-05,0.0098706089583338,2.1504228352306,9.0613733831457e-05,0.019741217916667,4.3008456704609,4.5306866915731e-05,0.0098706089583339,2.1504228352306,9.061373383146e-05,0.019741217916667,4.300845670461
35.481338923358,0.028183829312645,4.2886383410133e-05,0.0095609124240717,2.1314701570096,8.5772766820269e-05,0.019121824848144,4.2629403140193,4.2886383410133e-05,0.0095609124240718,2.1314701570096,8.5772766820266e-05,0.019121824848144,4.2629403140192
36.30780547701,0.027542287033382,4.1027112064354e-05,0.0093594615374805,2.1351617470459,8.2054224128711e-05,0.018718923074962,4.270323494092,4.1027112064354e-05,0.0093594615374805,2.1351617470459,8.2054224128709e-05,0.018718923074961,4.2703234940919
37.153522909717,0.026915348039269,3.9201236082044e-05,0.0091512343579593,2.1362869808244,7.8402472164092e-05,0.01830246871592,4.2725739616491,3.9201236082044e-05,0.0091512343579594,2.1362869808244,7.8402472164089e-05,0.018302468715919,4.2725739616489
38.018939632056,0.026302679918954,3.8126459325075e-05,0.009107651243106,2.1756363594848,7.6252918650154e-05,0.018215302486213,4.3512727189698,3.8126459325075e-05,0.0091076512431061,2.1756363594848,7.6252918650151e-05,0.018215302486212,4.3512727189697
38.904514499428,0.025703957827689,3.5976058257483e-05,0.0087941424077153,2.1496779923379,7.1952116514971e-05,0.017588284815432,4.299355984676,3.5976058257483e-05,0.0087941424077153,2.1496779923379,7.1952116514968e-05,0.017588284815431,4.2993559846758
39.81071705535,0.025118864315096,3.426138916331e-05,0.0085700801609128,2.1437039115484,6.852277832662e-05,0.017140160321826,4.2874078230968,3.4261389163311e-05,0.0085700801609129,2.1437039115485,6.8522778326621e-05,0.017140160321826,4.2874078230969
40.738027780411,0.02454708915685,3.3023276991398e-05,0.0084527900779051,2.163615080349,6.6046553982796e-05,0.01690558015581,4.3272301606979,3.3023276991399e-05,0.0084527900779052,2.163615080349,6.6046553982797e-05,0.01690558015581,4.327230160698
41.686938347034,0.023988329190195,3.0883905461299e-05,0.0080893221399961,2.1188101604129,6.1767810922598e-05,0.016178644279992,4.2376203208257,3.0883905461299e-05,0.0080893221399962,2.1188101604129,6.1767810922599e-05,0.016178644279992,4.2376203208258
42.657951880159,0.023442288153199,2.9162182321373e-05,0.0078162769134842,2.0949798651897,5.8324364642746e-05,0.015632553826969,4.1899597303794,2.9162182321372e-05,0.0078162769134841,2.0949798651897,5.8324364642747e-05,0.015632553826969,4.1899597303795
43.651583224017,0.022908676527678,2.8727449749252e-05,0.0078791068467935,2.161010644699,5.7454899498505e-05,0.015758213693587,4.322021289398,2.8727449749252e-05,0.0078791068467934,2.1610106446989,5.7454899498505e-05,0.015758213693587,4.3220212893981
44.668359215096,0.022387211385683,2.7252908987673e-05,0.0076487907877675,2.1467066338313,5.4505817975346e-05,0.015297581575535,4.2934132676626,2.7252908987672e-05,0.0076487907877674,2.1467066338313,5.4505817975347e-05,0.015297581575535,4.2934132676627
45.708818961488,0.021877616239496,2.5700975137397e-05,0.0073812432488927,2.1198710013165,5.1401950274787e-05,0.014762486497783,4.2397420026324,2.5700975137397e-05,0.0073812432488927,2.1198710013165,5.1401950274791e-05,0.014762486497785,4.2397420026327
46.77351412872,0.021379620895022,2.4813234051258e-05,0.0072922792022887,2.143103791077,4.9626468102509e-05,0.014584558404575,4.2862075821534,2.4813234051258e-05,0.0072922792022887,2.143103791077,4.9626468102513e-05,0.014584558404577,4.2862075821538
47.863009232264,0.02089296130854,2.3049345701984e-05,0.0069316802001001,2.0845793636703,4.6098691403961e-05,0.013863360400198,4.16915872734,2.3049345701984e-05,0.0069316802001001,2.0845793636703,4.6098691403965e-05,0.013863360400199,4.1691587273404
48.977881936845,0.020417379446695,2.2368147330236e-05,0.006883509733372,2.1183116129326,4.4736294660473e-05,0.013767019466744,4.2366232258654,2.2368147330236e-05,0.0068835097333719,2.1183116129326,4.4736294660472e-05,0.013767019466744,4.2366232258653
50.118723362727,0.019952623149689,2.1949242751903e-05,0.0069119320168942,2.1766037555909,4.3898485503807e-05,0.013823864033789,4.3532075111818,2.1949242751903e-05,0.0069119320168942,2.1766037555908,4.3898485503806e-05,0.013823864033789,4.3532075111817
51.286138399136,0.01949844599758,2.0936523826485e-05,0.0067465926982879,2.1740243707034,4.1873047652971e-05,0.013493185396576,4.348048741407,2.0936523826485e-05,0.0067465926982878,2.1740243707034,4.187304765297e-05,0.013493185396576,4.3480487414069
52.480746024977,0.019054607179632,2.0277103038752e-05,0.006686299472488,2.2047824361475,4.0554206077509e-05,0.013372598944978,4.4095648722956,2.0277103038752e-05,0.0066862994724881,2.2047824361475,4.0554206077506e-05,0.013372598944977,4.4095648722953
53.703179637025,0.018620871366629,1.9286934436291e-05,0.0065079337076675,2.1959529796348,3.8573868872588e-05,0.013015867415337,4.3919059592702,1.9286934436291e-05,0.0065079337076676,2.1959529796348,3.8573868872584e-05,0.013015867415336,4.3919059592698
54.954087385762,0.0181970085861,1.7944798544803e-05,0.0061961012138914,2.1394316663369,3.5889597089607e-05,0.012392202427783,4.2788633326738,1.7944798544803e-05,0.0061961012138916,2.1394316663369,3.5889597089607e-05,0.012392202427783,4.2788633326739
56.234132519035,0.017782794100389,1.7826846259681e-05,0.0062987509280407,2.2255346052556,3.5653692519364e-05,0.012597501856082,4.4510692105114,1.7826846259682e-05,0.0062987509280408,2.2255346052557,3.5653692519364e-05,0.012597501856082,4.4510692105115
57.543993733716,0.017378008287494,1.7115814925816e-05,0.0061883874688834,2.2374709957439,3.4231629851638e-05,0.012376774937769,4.4749419914885,1.7115814925816e-05,0.0061883874688834,2.2374709957438,3.4231629851636e-05,0.012376774937768,4.4749419914882
58.884365535559,0.016982436524617,1.6478031550444e-05,0.0060965655308194,2.2556159792383,3.2956063100889e-05,0.012193131061639,4.5112319584765,1.6478031550445e-05,0.0060965655308194,2.2556159792383,3.2956063100889e-05,0.012193131061639,4.5112319584766
60.255958607436,0.016595869074376,1.58480844865e-05,0.006000075207037,2.2716248465717,3.1696168972999e-05,0.012000150414074,4.5432496931433,1.58480844865e-05,0.006000075207037,2.2716248465717,3.1696168973e-05,0.012000150414074,4.5432496931433
61.659500186148,0.016218100973589,1.5147756646564e-05,0.0058685152255551,2.2735690674291,3.0295513293128e-05,0.01173703045111,4.5471381348582,1.5147756646564e-05,0.0058685152255552,2.2735690674291,3.0295513293128e-05,0.01173703045111,4.5471381348583
63.095734448019,0.015848931924611,1.4389806564779e-05,0.0057047270807018,2.2615947558981,2.8779613129558e-05,0.011409454161404,4.5231895117962,1.4389806564779e-05,0.0057047270807018,2.2615947558981,2.8779613129558e-05,0.011409454161404,4.5231895117962
64.565422903466,0.015488166189125,1.3587297473825e-05,0.0055120481161493,2.2361087253205,2.717459494765e-05,0.011024096232298,4.4722174506409,1.3587297473825e-05,0.0055120481161493,2.2361087253205,2.717459494765e-05,0.011024096232299,4.4722174506409
66.06934480076,0.015135612484362,1.3903868917938e-05,0.0057718572420695,2.3960479072016,2.7807737835875e-05,0.011543714484139,4.792095814403,1.3903868917938e-05,0.0057718572420697,2.3960479072016,2.7807737835875e-05,0.011543714484139,4.792095814403
67.608297539198,0.014791083881682,1.3981293995175e-05,0.0059391908933167,2.5229416160928,2.796258799035e-05,0.011878381786633,5.0458832321854,1.3981293995176e-05,0.0059391908933168,2.5229416160928,2.7962587990349e-05,0.011878381786633,5.0458832321854
69.183097091894,0.014454397707459,1.374409760999e-05,0.0059744254609208,2.5970245992836,2.7488195219978e-05,0.011948850921841,5.1940491985671,1.374409760999e-05,0.0059744254609209,2.5970245992837,2.7488195219978e-05,0.011948850921841,5.1940491985671
70.794578438414,0.014125375446228,1.320045062528e-05,0.0058717650994972,2.6118521528079,2.640090125056e-05,0.011743530198994,5.2237043056156,1.3200450625281e-05,0.0058717650994973,2.611852152808,2.640090125056e-05,0.011743530198994,5.2237043056156
72.443596007499,0.013803842646029,1.2977307271866e-05,0.0059069664483423,2.6887128347099,2.5954614543733e-05,0.011813932896685,5.3774256694199,1.2977307271866e-05,0.0059069664483422,2.6887128347099,2.5954614543731e-05,0.011813932896684,5.3774256694196
74.131024130092,0.013489628825917,1.3255836660502e-05,0.006174290515951,2.8758549423705,2.6511673321005e-05,0.012348581031902,5.7517098847411,1.3255836660502e-05,0.006174290515951,2.8758549423705,2.6511673321004e-05,0.012348581031901,5.7517098847408
75.857757502918,0.013182567385564,1.3157798867659e-05,0.006271380620942,2.989118110735,2.6315597735317e-05,0.012542761241884,5.97823622147,1.3157798867659e-05,0.006271380620942,2.989118110735,2.6315597735316e-05,0.012542761241883,5.9782362214697
77.624711662869,0.012882495516931,1.2683470998156e-05,0.0061861156716322,3.0171572993211,2.5366941996312e-05,0.012372231343264,6.0343145986421,1.2683470998156e-05,0.0061861156716322,3.0171572993211,2.5366941996311e-05,0.012372231343264,6.0343145986418
79.432823472428,0.012589254117942,1.2536278834301e-05,0.0062567465018851,3.1226871471414,2.5072557668604e-05,0.012513493003771,6.2453742942834,1.2536278834301e-05,0.0062567465018855,3.1226871471416,2.5072557668602e-05,0.012513493003771,6.2453742942831
81.28305161641,0.012302687708124,1.2516174979973e-05,0.0063922174790952,3.2646111424161,2.5032349959949e-05,0.012784434958192,6.5292222848328,1.2516174979974e-05,0.0063922174790956,3.2646111424163,2.5032349959948e-05,0.012784434958191,6.5292222848324
83.176377110267,0.012022644346174,1.2053973583232e-05,0.0062995590555448,3.2922292404473,2.4107947166467e-05,0.012599118111091,6.5844584808951,1.2053973583233e-05,0.0062995590555452,3.2922292404475,2.4107947166466e-05,0.01259911811109,6.5844584808947
85.113803820238,0.011748975549395,1.1621802183651e-05,0.0062151754821591,3.3237879688204,2.3243604367302e-05,0.012430350964318,6.6475759376406,1.1621802183652e-05,0.0062151754821595,3.3237879688206,2.3243604367303e-05,0.012430350964318,6.6475759376408
87.096358995608,0.011481536214969,1.1310286010038e-05,0.0061894705885799,3.3871421229221,2.2620572020075e-05,0.012378941177159,6.7742842458441,1.1310286010038e-05,0.0061894705885803,3.3871421229224,2.2620572020075e-05,0.01237894117716,6.7742842458443
89.125093813375,0.01122018454302,1.0552420158765e-05,0.0059092449284997,3.3091153592852,2.1104840317529e-05,0.011818489856999,6.6182307185702,1.0552420158766e-05,0.0059092449285002,3.3091153592854,2.110484031753e-05,0.011818489856999,6.6182307185703
91.201083935591,0.010964781961432,9.9040552250379e-06,0.0056753541795973,3.2521673528682,1.980811045007e-05,0.011350708359191,6.5043347057344,9.9040552250372e-06,0.0056753541795969,3.252167352868,1.9808110450068e-05,0.01135070835919,6.504334705734
93.325430079699,0.010715193052376,9.0826176905414e-06,0.0053258747684352,3.122991962834,1.8165235381077e-05,0.010651749536867,6.2459839256661,9.0826176905407e-06,0.0053258747684348,3.1229919628338,1.8165235381076e-05,0.010651749536866,6.2459839256655
95.499258602144,0.010471285480509,8.4886605686409e-06,0.0050935325316948,3.0563212466378,1.6977321137281e-05,0.010187065063389,6.1126424932752,8.4886605686403e-06,0.0050935325316945,3.0563212466376,1.6977321137281e-05,0.010187065063389,6.1126424932752
97.723722095581,0.010232929922808,8.083855275399e-06,0.0049636190881367,3.0477431389813,1.6167710550797e-05,0.0099272381762728,6.0954862779623,8.0838552753985e-06,0.0049636190881364,3.0477431389811,1.6167710550797e-05,0.0099272381762727,6.0954862779622
100,0.01,7.5278844380244e-06,0.0047299098110613,2.9718903106123,1.5055768876048e-05,0.0094598196221219,5.9437806212242,7.5278844380239e-06,0.004729909811061,2.9718903106121,1.5055768876048e-05,0.0094598196221217,5.9437806212241
(test/tests/vectorpostprocessors/response_spectra_calculator/gold/response_spectra_calculator_out_accel_spec.csv)

Input Parameters

  • regularize_dtdt for response spectra calculation. The acceleration response will be regularized to this dt prior to the response spectrum calculation.

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:dt for response spectra calculation. The acceleration response will be regularized to this dt prior to the response spectrum calculation.

  • vectorpostprocessorName of the ResponseHistoryBuilder vectorpostprocessor, for which response spectra are calculated.

    C++ Type:VectorPostprocessorName

    Unit:(no unit assumed)

    Controllable:No

    Description:Name of the ResponseHistoryBuilder vectorpostprocessor, for which response spectra are calculated.

Required Parameters

  • damping_ratio0.05Damping ratio for response spectra calculation.

    Default:0.05

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Damping ratio for response spectra calculation.

  • end_frequency100End frequency for the response spectra calculation.

    Default:100

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:End frequency for the response spectra calculation.

  • num_frequencies401Number of frequencies for the response spectra calculation.

    Default:401

    C++ Type:unsigned int

    Controllable:No

    Description:Number of frequencies for the response spectra calculation.

  • parallel_typeREPLICATEDSet how the data is represented within the VectorPostprocessor (VPP); 'distributed' indicates that data within the VPP is distributed and no auto communication is performed, this setting will result in parallel output within the CSV output; 'replicated' indicates that the data within the VPP is correct on processor 0, the data will automatically be broadcast to all processors unless the '_auto_broadcast' param is set to false within the validParams function.

    Default:REPLICATED

    C++ Type:MooseEnum

    Options:DISTRIBUTED, REPLICATED

    Controllable:No

    Description:Set how the data is represented within the VectorPostprocessor (VPP); 'distributed' indicates that data within the VPP is distributed and no auto communication is performed, this setting will result in parallel output within the CSV output; 'replicated' indicates that the data within the VPP is correct on processor 0, the data will automatically be broadcast to all processors unless the '_auto_broadcast' param is set to false within the validParams function.

  • start_frequency0.01Start frequency for the response spectra calculation.

    Default:0.01

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Start frequency for the response spectra calculation.

Optional Parameters

  • allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

    Default:False

    C++ Type:bool

    Controllable:No

    Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

  • execution_order_group0Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.

    Default:0

    C++ Type:int

    Controllable:No

    Description:Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.

  • force_postauxFalseForces the UserObject to be executed in POSTAUX

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Forces the UserObject to be executed in POSTAUX

  • force_preauxFalseForces the UserObject to be executed in PREAUX

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Forces the UserObject to be executed in PREAUX

  • force_preicFalseForces the UserObject to be executed in PREIC during initial setup

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Forces the UserObject to be executed in PREIC during initial setup

Execution Scheduling Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:Yes

    Description:Set the enabled status of the MooseObject.

  • outputsVector of output names where you would like to restrict the output of variables(s) associated with this object

    C++ Type:std::vector<OutputName>

    Controllable:No

    Description:Vector of output names where you would like to restrict the output of variables(s) associated with this object

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

Advanced Parameters

  • prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.

    C++ Type:MaterialPropertyName

    Unit:(no unit assumed)

    Controllable:No

    Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.

  • use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.

    Default:False

    C++ Type:bool

    Controllable:No

    Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.

Material Property Retrieval Parameters

Input Files