subcycling from field without e-field
This commit is contained in:
commit
af5c2365b2
98 changed files with 738882 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.*.swp
|
||||
*.gz
|
||||
log.*
|
||||
postProcessing
|
||||
*~
|
||||
processor*
|
||||
[0-9]*
|
||||
[0-9]*.[0-9]*
|
||||
!0.org
|
||||
constant/extendedFeatureEdgeMesh
|
||||
*.eMesh
|
||||
constant/polyMesh/*
|
||||
!constant/polyMesh/blockMeshDict
|
||||
constant/cellToRegion
|
||||
*.OpenFOAM
|
||||
*.foam
|
||||
10173
0.org/C2H2
Normal file
10173
0.org/C2H2
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C2H3
Normal file
10173
0.org/C2H3
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C2H4
Normal file
10173
0.org/C2H4
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C2H5
Normal file
10173
0.org/C2H5
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C2H6
Normal file
10173
0.org/C2H6
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C3H7
Normal file
10173
0.org/C3H7
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/C3H8
Normal file
10173
0.org/C3H8
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH2(S)
Normal file
10173
0.org/CH2(S)
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH2CHO
Normal file
10173
0.org/CH2CHO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH2CO
Normal file
10173
0.org/CH2CO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH2O
Normal file
10173
0.org/CH2O
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH2OH
Normal file
10173
0.org/CH2OH
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH3CHO
Normal file
10173
0.org/CH3CHO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH3O
Normal file
10173
0.org/CH3O
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/CH3OH
Normal file
10173
0.org/CH3OH
Normal file
File diff suppressed because it is too large
Load diff
65
0.org/E-
Normal file
65
0.org/E-
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.x |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "1.00003";
|
||||
object E-;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 0 0 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
nzLow
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
nzUpp
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
coLow
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
coUpp
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
10173
0.org/H2CN
Normal file
10173
0.org/H2CN
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/H2O2
Normal file
10173
0.org/H2O2
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/H3O()
Normal file
10173
0.org/H3O()
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HCCO
Normal file
10173
0.org/HCCO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HCCOH
Normal file
10173
0.org/HCCOH
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HCNN
Normal file
10173
0.org/HCNN
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HCNO
Normal file
10173
0.org/HCNO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HCO()
Normal file
10173
0.org/HCO()
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HNCO
Normal file
10173
0.org/HNCO
Normal file
File diff suppressed because it is too large
Load diff
10173
0.org/HOCN
Normal file
10173
0.org/HOCN
Normal file
File diff suppressed because it is too large
Load diff
10063
0.org/rhoq
Normal file
10063
0.org/rhoq
Normal file
File diff suppressed because it is too large
Load diff
86
CH4_O2_N2_diffusion.csv
Normal file
86
CH4_O2_N2_diffusion.csv
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
z (m),u (m/s),V (1/s),T (K),rho (kg/m3),H2,H,O,O2,OH,H2O,HO2,H2O2,C,CH,He,CH2,CH2(S),CH3,CH4,CO,CO2,HCO,CH2O,CH2OH,CH3O,CH3OH,C2H,C2H2,C2H3,C2H4,C2H5,C2H6,HCCO,CH2CO,HCCOH,N,NH,NH2,NH3,NNH,NO,NO2,N2O,HNO,CN,HCN,H2CN,HCNN,HCNO,HOCN,HNCO,NCO,N2,AR,C3H7,C3H8,CH2CHO,CH3CHO
|
||||
0.0,0.20006473622324492,1.7429854295592412e-20,300.0,1.029677096807465,2.8687244584738874e-05,6.5159808461362512e-13,6.7886845236183385e-14,3.625239937122742e-08,2.5045958521773291e-16,7.7735321086997096e-06,1.8426868900614729e-12,3.0622531892435504e-13,5.1116967693632697e-17,0.0,0.0,9.1240717780464219e-16,1.0941464181611113e-17,9.4585640088114171e-11,0.1404376424100052,1.7179218081670089e-06,6.3492636114412675e-07,4.7207714405039593e-14,3.0691321803286514e-10,4.7768136986616651e-17,9.6439649565587584e-13,6.7628824279793658e-11,0.0,5.3147959540075126e-08,1.4878736888328546e-14,1.721258550685628e-08,6.2098943643955736e-12,6.5135383470823319e-09,1.5763268892551615e-14,1.9293772409523505e-10,1.6094972546247013e-11,2.4076215830765867e-17,8.4701461950547936e-17,2.2746032201538796e-13,1.2274461390242699e-09,8.0713034722715765e-22,6.0831131788337314e-09,1.8856645369287303e-11,3.188939678329886e-12,4.4912413260290521e-13,4.3923533087281367e-19,8.3115595402471128e-10,1.1726744571838075e-13,0.0,6.3304408968711243e-11,4.6411307431661864e-13,3.022954019126109e-10,2.2212239845375027e-18,0.85952342160528905,1.4956876362529911e-20,8.4812390058161496e-14,1.0184373882908158e-11,3.2561543253601791e-12,9.3393441578195637e-13
|
||||
0.0005263157894736842,0.19516771002929933,9.9338786428472581,300.36624285426461,1.0279746485850754,6.7903427814048852e-05,1.2253517921807154e-12,2.8661559805563475e-13,2.1605386868182151e-07,1.3824928259610895e-15,4.3847459863963399e-05,1.1043743393565085e-11,1.8454081546409995e-12,3.3506538841674773e-17,0.0,0.0,5.1276570494779184e-15,2.0279867648500073e-22,5.3461097651537676e-10,0.14037900112466561,1.0323593710311787e-05,4.7902354960068621e-06,3.5945971219198857e-13,2.3529003091919942e-09,3.6834024350302791e-16,7.4366458143313563e-12,5.2676989754350519e-10,0.0,3.8431979040001975e-07,1.0844678168975119e-13,1.2852652260642941e-07,4.9418647524169029e-11,5.219015323913616e-08,8.0405889528718342e-14,1.6770339984370645e-09,1.3989909975448142e-10,2.5500083774342779e-17,3.5261013823537259e-16,9.3791202683012695e-13,7.0802374210136656e-09,4.8813877902333845e-21,3.6766682445217132e-08,1.3072595048521846e-10,2.4270657178413435e-11,2.7064053253317779e-12,2.6040780433041117e-18,6.4628316157788091e-09,9.1877692653447162e-13,0.0,4.8006717401134154e-10,3.5195874475491669e-12,2.292448115251294e-09,1.6618287344403759e-17,0.85949329438017774,1.4954947343985614e-20,8.4724224989314074e-13,1.021246797091422e-10,2.8413150046717556e-11,8.180111748628109e-12
|
||||
0.0010526315789473684,0.18089693040544413,19.925985861290272,302.35544948298389,1.02021350908027,0.00015888173164772614,2.3515578467919239e-12,1.2667332283344574e-12,1.258799337209417e-06,3.6463708971880231e-14,0.00024172849481544169,6.2304814971060713e-11,1.0869695939756329e-11,9.5311964001162487e-18,4.9669709249918895e-24,0.0,2.8756557643778142e-14,2.2766071324485461e-21,2.9684501245585164e-09,0.14012379363435401,6.0647184454962857e-05,3.5257043203065791e-05,2.3403065631779866e-12,1.7589971261412041e-08,2.3787837766561579e-15,5.5770133806207142e-11,4.0006692344038786e-09,0.0,2.7121634490097133e-06,9.4139947267493919e-13,9.3627512065053782e-07,3.8312431337059311e-10,4.0776993605892685e-07,4.1308099676710035e-13,1.420760441201954e-08,1.1849331053754484e-09,2.2961496025525306e-17,1.5493023616915366e-15,3.7973500500087446e-12,3.991491252694569e-08,1.0166137954035013e-20,2.172275533078072e-07,8.8346430747093533e-10,1.8019817215774946e-10,1.5728184027110679e-11,2.6759440017456728e-18,4.8997757798315502e-08,6.8613263901873965e-12,0.0,3.5515228144676873e-09,2.6037904278024768e-11,1.695951705578411e-08,1.2021134736867893e-16,0.85937400735266911,1.4947363116720533e-20,8.2451533606804537e-12,9.9665487602032622e-10,2.3787596937721318e-10,6.9806588628190966e-11
|
||||
0.0015789473684210526,0.16046310642947192,30.191684995984073,312.28406275864012,0.9858277685588409,0.00035557126636814629,5.0474159621892422e-12,5.5617785532338938e-12,6.757395195518675e-06,7.8134472233346786e-13,0.0012253993077931213,3.2396307634982707e-10,5.8966096337979768e-11,6.8595756363540365e-19,6.3093318676984913e-23,0.0,1.6142621945804599e-13,6.2553047823927675e-20,1.5522498445141643e-08,0.13902395684580957,0.00032823247953919023,0.00023737287493423627,1.3969257858745552e-11,1.2006356520971984e-07,1.4076417164748808e-14,3.7708296053588767e-10,2.7733235830865113e-08,0.0,1.7529916080685126e-05,6.5662244381334596e-12,6.238551744096279e-06,2.7194551968499066e-09,2.9098411275624975e-06,2.1885295785275557e-12,1.0966923134836024e-07,9.1421558794692036e-09,1.7375131010492677e-17,8.8611821263759586e-15,1.4355966930580619e-11,2.0694019463575139e-07,3.2364437977318381e-20,1.1822346509152947e-06,5.437345689069802e-09,1.2236353788472891e-09,8.2820475682762879e-11,5.0372758992537962e-19,3.3898560617562856e-07,4.5511942152016109e-11,0.0,2.403217045808734e-08,1.7619467710175058e-10,1.1476229911877797e-07,8.2981687395814412e-16,0.8587938607152048,1.4914256734299707e-20,7.30806959929458e-11,8.8254182570447149e-09,1.7860246085155086e-09,5.4244037227134566e-10
|
||||
0.0018421052631578947,0.15172941778776974,35.755795029504654,329.45131117154079,0.9330860835499208,0.00052206392153392742,1.0036611839142895e-11,1.3759662027324385e-11,1.666192365538082e-05,3.6339977146033058e-12,0.0028912406018248779,8.7486063515677828e-10,1.4640956851664936e-10,4.8335792230749505e-20,4.3252034028499634e-22,0.0,5.1033066674397977e-13,6.2123993564945304e-19,4.0447835254973589e-08,0.13730881037526696,0.0008140105071666792,0.00068455730394452116,4.1120414404764156e-11,3.4879686701945695e-07,4.9929790016614283e-14,1.0437749820701957e-09,8.1488434040490287e-08,1.1291532637747292e-22,4.9114562946280098e-05,2.2801980045853026e-11,1.7848100491811022e-05,8.2532896503223192e-09,8.7492336172635046e-06,7.1580378411029116e-12,3.4912885245948559e-07,2.908153953536067e-08,4.2404278168833262e-17,4.3528493243292085e-14,2.832464702525743e-11,4.9626130545094525e-07,1.1998646017117073e-19,2.9432411563791284e-06,1.437594780726822e-08,3.5509035514780135e-09,1.9606637284073642e-10,6.9885921507376611e-20,9.9417887571809089e-07,1.2310891245866412e-10,8.379573759583703e-18,6.9561846912861524e-08,5.1003530793368393e-10,3.3220313667316288e-07,2.3883599483225197e-15,0.85768119145004285,1.4858862292201909e-20,2.6020942409512019e-10,3.0973998764007204e-08,5.4599685338057554e-09,1.7336449271688665e-09
|
||||
0.0021052631578947368,0.14873978902249485,42.095042945539831,369.39027002609527,0.8309281910536584,0.00074032083913669062,2.4542101219328546e-11,3.5082393271961116e-11,3.9849119193055901e-05,1.2291009756137189e-11,0.006538620138294907,2.5244781207503863e-09,3.5265504882294667e-10,1.9473921452969883e-21,4.3622704509449522e-21,0.0,1.7634198061522296e-12,6.0420535505791766e-18,1.086916126089653e-07,0.13370189111188391,0.0019593295892303001,0.0019238136409211698,1.2784624595447117e-10,9.832794803720161e-07,2.0389382641354326e-13,2.6999181364125598e-09,2.3254201246886229e-07,5.2964084262739591e-21,0.00013397231411402908,9.5889576434473972e-11,4.9689101962153006e-05,2.4732921593570853e-08,2.5680982068365104e-05,2.6447762306504251e-11,1.0852173515663711e-06,9.0314070612194267e-08,2.0526903800419937e-16,2.7311088052406706e-13,5.3935550858914292e-11,1.1440659495319602e-06,9.8372513254213452e-19,7.1134440559590147e-06,3.6209497975271115e-08,1.0045535271465465e-08,4.4106307879883624e-10,1.9307380527323356e-20,2.828866336683924e-06,3.1152862527837754e-10,2.9968511700575507e-17,1.962641250330436e-07,1.4392113543877e-09,9.3739515342307571e-07,6.3803847750258136e-15,0.85487190480835795,1.4733592784160383e-20,9.1668582197886961e-10,1.0661967783833302e-07,1.6195020418402082e-08,5.408214217071279e-09
|
||||
0.0022368421052631577,0.15092234519358241,45.762409851429297,404.59645195504413,0.758168117916459,0.00086988231325470385,4.7924517533335302e-11,5.9656776889334399e-11,6.0921096935280252e-05,2.0847548759863918e-11,0.0096383762920651695,4.6579036687895691e-09,5.4108087494124818e-10,1.4933144371436402e-22,2.0066008433338234e-20,0.0,3.6382455781213709e-12,2.1525652991595491e-17,1.925674649926792e-07,0.1306766122004151,0.0030064822258393745,0.003207371041534143,2.5070373322902736e-10,1.6365295094015867e-06,5.2020896172603639e-13,4.0332050524751399e-09,3.8972598594145952e-07,5.6322414737673263e-20,0.00021974349245303779,2.5350624552610926e-10,8.2346115128551319e-05,4.3431901904008909e-08,4.3852283150636028e-05,5.9556345889083658e-11,1.9119331387960911e-06,1.5899530191463256e-07,7.1540426588039389e-16,9.9553651022006488e-13,7.3640212905976154e-11,1.7063464291311152e-06,4.5084841014614858e-18,1.0940265531254299e-05,5.517912284686802e-08,1.6808094580358617e-08,6.3388578201281331e-10,1.2355169568523975e-19,4.731311179155566e-06,4.5915221929344566e-10,7.0154992316105915e-17,3.2792208005161545e-07,2.4050931221924632e-09,1.5664699501450739e-06,1.3451093570932286e-14,0.85217048513415339,1.4622239155247639e-20,1.7502560746503645e-09,1.981945551892115e-07,2.7339110140014218e-08,9.5341349051710215e-09
|
||||
0.0023684210526315787,0.15596446319949489,49.875271863469592,453.68159061214828,0.6759449233590308,0.0010067766080248247,9.7106381066965117e-11,9.4985021188170214e-11,9.0675743745379962e-05,3.1942110805734823e-11,0.013762667730810509,8.4055750307880705e-09,8.0809326792273838e-10,2.4585155688736567e-23,9.3058502480053283e-20,0.0,7.1227073029030187e-12,8.5187983008832321e-17,3.4487470562706925e-07,0.12663721363906968,0.0044921435154805234,0.0051970389647415741,4.9237504643712319e-10,2.6392922020488867e-06,1.4119153408774082e-12,5.5334762498362971e-09,6.3292681557768344e-07,6.558860435775322e-19,0.00035035487512828206,6.7140130270621462e-10,0.00013253902837305094,7.4555053936857776e-08,7.2759703676960016e-05,1.2785030815736819e-10,3.2692748751757147e-06,2.7164068400297315e-07,2.4113748234742581e-15,3.3915932716649871e-12,9.8885997677907499e-11,2.4680844920957005e-06,2.3625725988852544e-17,1.638449178531972e-05,8.0102070805715528e-08,2.7325996177569146e-08,8.6642366309108809e-10,9.1933079154245393e-19,7.6653909405671979e-06,6.1967976902368491e-10,1.5595646666296614e-16,5.3247079636333778e-07,3.9063506953592302e-09,2.5441875104810812e-06,3.4799558362987307e-14,0.84822045280174685,1.4467342185257449e-20,3.2499799601535903e-09,3.5742325288480249e-07,4.4040071263999003e-08,1.6291861513181171e-08
|
||||
0.0024999999999999996,0.16317594317814077,54.436893732663265,517.34154692979291,0.5928628017021835,0.0011468814924437516,2.0754214042599859e-10,1.358655026834891e-10,0.00012997373423846958,4.5477626619407028e-11,0.018879855190252839,1.4246269743291843e-08,1.1616721660236722e-09,9.3682598134945259e-23,4.133232693091679e-19,0.0,1.2541918535193068e-11,3.8777298570475654e-16,6.2191947686216281e-07,0.12155330316126986,0.0064630789632433268,0.0080463638433474656,9.2344245870308106e-10,4.0551699740655666e-06,4.1033299621660412e-12,6.6368427765858153e-09,9.7851163346510768e-07,7.1709076760498335e-18,0.00053448544164038801,1.7281345702864667e-09,0.00020379061221442808,1.2238835328493869e-07,0.00011506574624092554,2.5083313301208751e-10,5.3098660365504348e-06,4.407855933170696e-07,8.2196600972574429e-15,1.0916539794227324e-11,1.3124619064609454e-10,3.4309309226649143e-06,1.293384859353877e-16,2.3625716769748038e-05,1.0848576927584464e-07,4.2407178058194301e-08,1.1044874249061845e-09,6.1327640813938016e-18,1.1825412106373811e-05,7.2234882731575595e-10,3.1944667095003061e-16,8.2587189092321382e-07,6.0611456590360513e-09,3.9474109029594703e-06,1.0436403195138719e-13,0.84287112954937771,1.4265304407945212e-20,5.6324505888837374e-09,6.0680770105011994e-07,6.5219682485529935e-08,2.6346305672187186e-08
|
||||
0.002631578947368421,0.17142503465822684,59.394067265899047,594.78394204742233,0.5160365813939362,0.0012868374180879045,4.5994716955919747e-10,1.7162183018310052e-10,0.00017897787352775613,6.2155248420304872e-11,0.024873555869962947,2.1755051037491013e-08,1.6033191640826254e-09,5.5783481003730748e-22,1.6433338224042822e-18,0.0,1.9137516430341006e-11,1.7240833894233803e-15,1.1282862777698832e-06,0.11546402068823271,0.008930699451450308,0.0118549600703481,1.4894618403059628e-09,5.9142633241193823e-06,1.2389341936488431e-11,6.5714110264842231e-09,1.4339773796319835e-06,6.5272223233230735e-17,0.00077722636109888083,4.1014231122012778e-09,0.0002981920556984636,1.8959085443226825e-07,0.00017257692670777163,4.3649044546658107e-10,8.1501140945404339e-06,6.7591771443799454e-07,2.7246238496808366e-14,3.1654658822726674e-11,1.754018528407405e-10,4.5796465025434501e-06,6.694200535061012e-16,3.2713868507706986e-05,1.3571720115110029e-07,6.2511452685337066e-08,1.2991073110362006e-09,3.4143479316168603e-17,1.7310849104082908e-05,6.5706659257449429e-10,5.7986778354315367e-16,1.2183832912451268e-06,8.9465163646334945e-09,5.826069642299309e-06,3.1013976014192329e-13,0.8360824719467761,1.4015671222790514e-20,8.6553383246543571e-09,9.6015688614442994e-07,8.5645878015663524e-08,3.9892165009043751e-08
|
||||
0.0027631578947368424,0.17947995403569583,64.650966927049694,684.30754861088258,0.44912100841410935,0.0014242386457978748,1.0204419372995911e-09,1.9403649271354078e-10,0.00023727196987555595,8.4814432774830357e-11,0.031586939283619345,2.9113359973068802e-08,2.1290369316090728e-09,3.2855119236240296e-21,5.6014221369285317e-18,0.0,2.5294184411030685e-11,6.3451460033165607e-15,2.0613317260670792e-06,0.10845347205656224,0.011876226118326406,0.01666294731807803,1.7748894523280639e-09,8.2123084946790924e-06,3.7091173976241231e-11,4.8833520844391622e-09,1.9974446985064722e-06,4.8794350593989351e-16,0.0010799238750217567,8.5757476168237228e-09,0.00041632832138669969,2.7331402281305616e-07,0.00024599311906806326,6.8505081827575221e-10,1.1858245313988055e-05,9.8257548551309194e-07,8.4090458802091293e-14,7.9916335024272443e-11,2.4345734963378981e-10,5.8890516896806728e-06,3.0468992614026349e-15,4.3586676704246118e-05,1.5641823212446494e-07,8.7649690338059896e-08,1.4119951624803793e-09,1.7351853817726489e-16,2.412749108260465e-05,3.7098426023510391e-10,9.0935390210451125e-16,1.7139576983707208e-06,1.2593793656872698e-08,8.1998799833956939e-06,8.460632356353506e-13,0.82790587511610692,1.3720344015710012e-20,1.021224068868587e-08,1.4146744382473688e-06,9.3643541496103045e-08,5.6076911366408772e-08
|
||||
0.0028947368421052633,0.18626014484833944,70.088056885297192,783.94081528300842,0.3928114931655409,0.0015574844245037414,2.2006017537836715e-09,2.0532611847825732e-10,0.00030402288133906031,1.3493725192198471e-10,0.038855131962490373,3.4664171491652754e-08,2.7292270323207895e-09,2.3114683930020157e-20,1.7009953262267169e-17,0.0,3.1039445016898304e-11,1.9638605380713522e-14,3.7998056973862363e-06,0.10063076389101307,0.015258554626923885,0.022456303349622307,1.5445550904710406e-09,1.0914684486464214e-05,1.030955027064543e-10,2.6267938710790392e-09,2.6607528499560444e-06,3.7362211889983403e-15,0.0014406569454381629,1.5672174615899919e-08,0.00055746649757660791,3.6034183006348398e-07,0.00033478904314384884,1.046026892755114e-09,1.6450754603613428e-05,1.3625261437050177e-06,2.3559904324700258e-13,1.7274347473080804e-10,3.6285603054872471e-10,7.3298205720904015e-06,1.1822433934369872e-14,5.6097355577341194e-05,1.6647864434991892e-07,1.1733616096351905e-07,1.464659841535549e-09,1.0717568600013362e-15,3.2205307697668201e-05,1.1274403677201064e-10,1.2226177995877166e-15,2.3109257963272022e-06,1.6993639076544449e-08,1.1060674939630484e-05,2.1891842867847907e-12,0.81845781397828765,1.3382835306147452e-20,6.1674240106926695e-09,1.944130691370229e-06,7.279942873461437e-08,7.2470063860946036e-08
|
||||
0.0029605263157894738,0.18890651191207089,72.829560824732752,837.00053219725203,0.3683769337866851,0.0016244627275230402,3.3086144375431571e-09,2.170393837059136e-10,0.00034154431711918437,2.0665565716369988e-10,0.042781337842936099,3.667075566442651e-08,3.0590620807108271e-09,1.1636682453821223e-19,3.2085912747946905e-17,0.0,3.6460735023854959e-11,3.581304761018831e-14,5.3122523710430454e-06,0.096302843916791239,0.017163064894846064,0.0258281258679883,1.4310453031075224e-09,1.2454565954145315e-05,1.6604952053782502e-10,1.8713015816459194e-09,3.0404909180094099e-06,1.2159447296738166e-14,0.0016489594186332554,2.0988578301222027e-08,0.00063907665793593417,3.9657797061195755e-07,0.0003861872589578297,1.3690711938338041e-09,1.9161869119113529e-05,1.5882904998912339e-06,4.0098196711124469e-13,2.4345603471627418e-10,4.687720541947349e-10,8.1170016037933535e-06,2.2803339551241817e-14,6.3151834475261127e-05,1.6678599315840977e-07,1.3415530628470532e-07,1.5166103446096268e-09,3.3038993755331947e-15,3.6846211333648056e-05,5.8071142529486821e-11,1.3759339695973121e-15,2.6583333000425038e-06,1.9558606928602819e-08,1.2725025051294942e-05,3.8063607031725967e-12,0.81311618850300249,1.3193001452922911e-20,3.971677090243013e-09,2.2275463770848692e-06,5.2524747184298339e-08,7.9983135675539423e-08
|
||||
0.0030263157894736843,0.1909569169172099,75.568233418378853,891.99077687118177,0.34616581916764705,0.0016899455965289649,4.9312477123176267e-09,2.3272749318308151e-10,0.00038096882685112042,3.6918012532083549e-10,0.046799776403912807,3.8025997440526928e-08,3.3927407634326615e-09,6.2090309961906166e-19,6.4558343886678815e-17,0.0,4.6172854851880129e-11,6.9920329795909981e-14,7.4300047518231932e-06,0.09179806798411165,0.019166252502225808,0.029452711174572453,1.3655159832264731e-09,1.4085467802332067e-05,2.47907661393406e-10,1.372779801463686e-09,3.444496155438115e-06,4.3103978074693879e-14,0.0018716762140711741,2.7626074747213786e-08,0.00072639889749525873,4.2112114040204081e-07,0.00044099445324853739,1.8591596172768056e-09,2.209326238003728e-05,1.8345347325478043e-06,6.6371918409908928e-13,3.3133523609161494e-10,6.1904878040775609e-10,8.9286955441603684e-06,4.247640962490429e-14,7.0578589044723318e-05,1.6373386526683474e-07,1.5183375025211936e-07,1.6046078124192689e-09,1.0557778852867579e-14,4.1790159047075109e-05,3.3898243138999825e-11,1.5056611426306818e-15,3.0317870878546895e-06,2.232054096341547e-08,1.4513155396377837e-05,6.673116791352321e-12,0.8074820078708238,1.2993250727458116e-20,2.5563264494445099e-09,2.5079004887587292e-06,3.1646871418750154e-08,8.6745333833803355e-08
|
||||
0.0031578947368421052,0.19301220502976379,80.986279335046106,1006.9130421832502,0.3076608743758245,0.0018122376063232654,1.0403530551240746e-08,2.8184293119475264e-10,0.00046210992022485659,1.5206034230698927e-09,0.054779226188092618,3.8729573242284195e-08,3.9958486278736089e-09,8.6309107730290868e-18,3.3123702391323039e-16,0.0,9.9572008357874232e-11,3.3675698946015708e-13,1.4018130156558195e-05,0.082631599934978386,0.023293982171072175,0.037139311484915775,1.4206745398407503e-09,1.7472832221131372e-05,4.2876999872627546e-10,8.4284770046462821e-10,4.2899389270192612e-06,5.1608157292636509e-13,0.0023405420741658654,4.5068238457616816e-08,0.00091033732582490394,4.204094565740467e-07,0.00055479617702893565,3.6655725035878365e-09,2.8323941712953761e-05,2.3680814334459418e-06,1.6322872697737052e-12,5.5623488854701157e-10,1.099945118119186e-09,1.0556715914218136e-05,1.3073123117836342e-13,8.5900785186618389e-05,1.4878092802318304e-07,1.8788465161950504e-07,1.9326943565850711e-09,8.5808375789952321e-14,5.2141677354223059e-05,1.6604218057770922e-11,1.7892225467720729e-15,3.8239833209495161e-06,2.8201582122396948e-08,1.8300671278645305e-05,1.915268825386226e-11,0.79583464915860413,1.2580907299914438e-20,1.322166228875196e-09,3.0080332432482681e-06,8.2849121075017567e-09,9.8199914426240252e-08
|
||||
0.0032894736842105261,0.1919813320643585,86.220379584132786,1126.9996000470981,0.2759303246671244,0.0019284162633962907,2.3064093778689227e-08,4.2643450221995391e-10,0.00054812137917120815,7.2454579477572976e-09,0.06289406598968357,3.8316308763439004e-08,4.2306126865966563e-09,1.4469286573063663e-16,3.0571978391067575e-15,0.0,3.6847950305320367e-10,2.3119096013746544e-12,2.7063219142985559e-05,0.073021015285683638,0.027672307663822268,0.045557201153894722,1.9545232171620974e-09,2.1109626118179954e-05,6.3912358696060945e-10,6.7650306834767779e-10,5.2051494228571332e-06,5.4603105786904587e-12,0.002849686495090418,7.4560227160351533e-08,0.001109760821913061,3.993331399849582e-07,0.00067142037769474174,8.6869187327338918e-09,3.5126148380609478e-05,2.9748832528601678e-06,4.0814437426259055e-12,8.7593295516345784e-10,2.1579119062695996e-09,1.2230435482744156e-05,3.9172697816811155e-13,0.00010217699406852374,1.2475364884553394e-07,2.2463737198097543e-07,2.6212643067916254e-09,6.2464267901108288e-13,6.3304334131846624e-05,1.2252175547029336e-11,3.5431384446019267e-15,4.69346973389965e-06,3.4742969598775481e-08,2.2438734033353785e-05,6.0289323477570138e-11,0.78344723744778666,1.2141794595487602e-20,9.2010603020382344e-10,3.3812668256835475e-06,3.1409083008694482e-09,1.0942391472387402e-07
|
||||
0.0034210526315789471,0.18764322939443581,91.174506595760363,1250.9301026489807,0.24966505607332765,0.0020383864840779506,5.4002661373785394e-08,8.5124844115321252e-10,0.00063780203014608108,3.3976636009438333e-08,0.071042619991259978,4.000554038781606e-08,3.6865189266414769e-09,2.3200567274506819e-15,4.0314194401134606e-14,0.0,1.8339387212684797e-09,1.7990613240795151e-11,5.3290343961426276e-05,0.063084999175298223,0.032234449498850154,0.054578530065101945,3.3781458038702047e-09,2.5025340870914667e-05,1.0349475305652994e-09,7.6709539449317023e-10,6.1857576881406811e-06,4.8296819175250313e-11,0.0033909848173133946,1.25226259619113e-07,0.0013202682299582721,4.7988604123609458e-07,0.00077870632292219397,2.3359867739976952e-08,4.2355740017502582e-05,3.6705343464757455e-06,1.0035664204436848e-11,1.3257822342248471e-09,4.6297103498404321e-09,1.392438269181486e-05,1.1674776356209753e-12,0.00011916304218286352,9.5623371985920388e-08,2.6038984565035183e-07,3.7785159528850222e-09,3.9760090981700944e-12,7.509419364677274e-05,1.3635860356520543e-11,1.1869633673146382e-14,5.6307948161918362e-06,4.2058615789220182e-08,2.6858767622190116e-05,1.9690861722742769e-10,0.77051718695292004,1.1681839658530245e-20,8.2354975579715092e-10,3.5675258990852744e-06,1.8307255043766326e-09,1.2124732450570044e-07
|
||||
0.003552631578947368,0.17991352725638521,95.770166687553257,1377.5178659621886,0.22778923693427744,0.0021420913232985269,1.3440474202730081e-07,2.2366270492131583e-09,0.00073019125423149896,1.52782083275257e-07,0.079142338054761424,4.6190820560897537e-08,2.71907535555476e-09,3.5216710551685885e-14,6.2673226764712186e-13,0.0,1.0058879606583367e-08,1.409251036593947e-10,0.00010692314651121618,0.052934944601696315,0.036917940663119625,0.064072167301707922,6.9896574247960847e-09,2.9454104235655124e-05,2.0379991078293657e-09,1.2645564884508494e-09,7.244825403895371e-06,3.6588701680602526e-10,0.0039556665149342984,2.2944118254027099e-07,0.0015351245404174368,7.7933958079862671e-07,0.00085423357037652773,6.76429294805913e-08,4.9824822551491854e-05,4.513324745226771e-06,2.3409713237940877e-11,1.9677981547419179e-09,1.0787525499159088e-08,1.5611344965105594e-05,3.5287783997928455e-12,0.00013664262659287651,6.5665020505494578e-08,2.9337828268071349e-07,5.5485255685899834e-09,2.2681132784983852e-11,8.7327886576347411e-05,2.1958258096823284e-11,5.7089305511147225e-14,6.6303439587435927e-06,5.0651207583046763e-08,3.1489708331924165e-05,6.5166049606283779e-10,0.7572341722064666,1.1206879700118381e-20,9.3592440237235314e-10,3.4664298394456654e-06,1.5153681112965679e-09,1.346167219562266e-07
|
||||
0.0036184210526315789,0.17476211380500262,97.908163043673838,1441.3777809554824,0.21824718375244945,0.0021926030701890178,2.2685152577946735e-07,4.0930132300960036e-09,0.00077847893631455213,3.3347130741665896e-07,0.083248410049306498,5.2241226430248325e-08,2.4734120108001762e-09,2.1846397599700728e-13,2.9033712659477549e-12,0.0,2.576303295843574e-08,4.2072262877752937e-10,0.00015628213159313333,0.047691309833934215,0.03934396014973298,0.069074412076682926,1.1098281068269449e-08,3.2230485433858924e-05,3.2885133150000358e-09,1.9113531451351049e-09,7.8388457225231681e-06,1.0055721680905748e-09,0.0042498553291005102,3.4165457090957738e-07,0.0016413001022246181,1.1247980602069003e-06,0.00086523097173055066,1.2440674328208397e-07,5.3656952155329464e-05,5.0709154450308676e-06,3.6278266695704504e-11,2.4494854841141148e-09,1.7829886415725291e-08,1.6457896063858576e-05,6.4681792603775353e-12,0.00014573750186308657,5.1578043495315748e-08,3.0856922200717691e-07,6.8732725771278156e-09,5.5443302656807325e-11,9.3696693273096258e-05,3.195359945666237e-11,1.5884808170268997e-13,7.1682624160110179e-06,5.6161256168538882e-08,3.3918603259491937e-05,1.2706436372349014e-09,0.75035628526574139,1.095973794639719e-20,1.1244697365971262e-09,3.2518530304353413e-06,1.6407754498510878e-09,1.4296697337912008e-07
|
||||
0.0036842105263157894,0.16877778800247112,99.932391854493432,1505.4792660076062,0.20949562919321016,0.0022411636945734326,3.8352044556150085e-07,7.6303141089073773e-09,0.00082751207479238428,7.1472749805480009e-07,0.087316383388457958,6.0359161803243124e-08,2.4714358676649336e-09,1.1086911640656833e-12,1.3025108003199125e-11,0.0,6.3823126985577622e-08,1.2090683140866618e-09,0.00022627238751107411,0.042435897373540227,0.041779657032340461,0.074151765457681498,1.8067917343607481e-08,3.5579665559470302e-05,5.610607844768897e-09,3.0520062253485885e-09,8.4794775701082792e-06,2.6571232736307839e-09,0.0045447252558897524,5.2241612576513949e-07,0.0017406369726011633,1.6629107468432558e-06,0.0008494077022939135,2.2433727598082685e-07,5.7449736808399068e-05,5.7650467717154347e-06,5.7062075714038845e-11,3.1005988462497631e-09,2.9455582657857375e-08,1.728307494339485e-05,1.1779553400145822e-11,0.00015491925325245118,3.8946433659311195e-08,3.2240860289233798e-07,8.5730604166634123e-09,1.3112904007822144e-10,0.00010009794773736178,4.7986148293263619e-11,4.4433240147954001e-13,7.7250905325024167e-06,6.2881877340183517e-08,3.6373580131345935e-05,2.4287126767144571e-09,0.74345569527347422,1.0710844024671468e-20,1.4135675289254029e-09,2.9133727017498316e-06,1.9070963772563765e-09,1.5296991419439277e-07
|
||||
0.0037499999999999999,0.16197584947468532,101.83788508796758,1569.6797168565495,0.20145686609172483,0.0022873887885562021,6.5250437413299136e-07,1.4467976493924716e-08,0.00087765653696097285,1.5139689133236884e-06,0.091340241995300109,7.1028739046997808e-08,2.7488658288008669e-09,5.5545954915332705e-12,5.7472064932662244e-11,0.0,1.5446932600663724e-07,3.3719816934213485e-09,0.00032353918539450256,0.037186823661299974,0.044218096326248763,0.079288481996751495,3.0338139279379654e-08,3.9877013834154597e-05,1.0192398444084812e-08,5.0942010743725446e-09,9.1804307951832262e-06,6.8103774283553211e-09,0.0048361280702140458,8.1980603190593142e-07,0.0018260489821885972,2.4844844914504151e-06,0.0007989168239446304,4.0049671546695128e-07,6.1171717001373842e-05,6.6770968286193191e-06,9.5660473446336297e-11,4.0675538002093549e-09,4.8945793510081359e-08,1.8072496207307234e-05,2.1432764409725308e-11,0.00016420849005544197,2.825018486847112e-08,3.3477255555965312e-07,1.0872545384930056e-08,3.0356211210181535e-10,0.00010648694811753011,7.3630910254281205e-11,1.2694998800329046e-12,8.303731380726676e-06,7.1557184594548178e-08,3.8841206758588477e-05,4.6151335661199112e-09,0.73655454974983592,1.046088908936855e-20,1.8453269608950251e-09,2.4654485082166921e-06,2.3714160877812458e-09,1.6566500944510147e-07
|
||||
0.0038157894736842108,0.1543784186788078,103.62061337015429,1633.8675060478972,0.19405877688173376,0.0023305203167138973,1.112702309830249e-06,2.7748507530681776e-08,0.00092972799507123319,3.1653264773896502e-06,0.095314528500474158,8.4957324242322754e-08,3.3605632135694091e-09,2.7589830134699371e-11,2.4639426831338081e-10,0.0,3.6212152986615064e-07,9.0531914487741008e-09,0.00045320395494272391,0.031967585363360369,0.046651903021035515,0.08446996634391532,5.2583657619133766e-08,4.5692371500696622e-05,1.9547207545137689e-08,8.7742102545786247e-09,9.9493798710673352e-06,1.6917052533448001e-08,0.0051165235588418213,1.3060023821202232e-06,0.0018859198841986765,3.6746315808134012e-06,0.00070957418310763402,7.0632768129275656e-07,6.4823477176947653e-05,7.9270928957498495e-06,1.8072290600325065e-10,5.6604425039612417e-09,8.1603386258288473e-08,1.8802526846251965e-05,3.8836026752616916e-11,0.00017366841252285624,1.9794487785710467e-08,3.456628624748419e-07,1.4199117898639101e-08,6.8712922574408437e-10,0.00011279651091117946,1.1429391679609129e-10,3.6472804908371197e-12,8.9081166951880045e-06,8.331830235962314e-08,4.1301569675006044e-05,8.7088115747583453e-09,0.72967342254500989,1.0210520753206613e-20,2.4643684150273713e-09,1.9563191500334942e-06,3.1151251243837222e-09,1.826768903249438e-07
|
||||
0.0038815789473684212,0.14601565395496263,105.27737825129944,1697.9964423174267,0.18723174880219784,0.0023691508213874082,1.8924286524284338e-06,5.3778175750718194e-08,0.00098537602727498917,6.5226319133628995e-06,0.099233654620340131,1.032393408858415e-07,4.4238757232781501e-09,1.3550732047578649e-10,1.0127351839151075e-09,0.0,8.1491263648758394e-07,2.3182767967509648e-08,0.00061561413287393571,0.026811974263250275,0.049071908926983134,0.089683318225194764,9.406171293976626e-08,5.3815524759267255e-05,3.887985587457624e-08,1.5423472979164115e-08,1.0771746635604536e-05,4.0636196157029046e-08,0.005371821224110924,2.0801969578450609e-06,0.0019027186289757283,5.2588959078818742e-06,0.00058541280093276293,1.2274582457531755e-06,6.8469481373731374e-05,9.6747426176472134e-06,4.0063278566737768e-10,8.5306858155621537e-09,1.358553684754805e-07,1.9433714617395039e-05,6.9787290463526035e-11,0.00018343662802465622,1.3636131172911293e-08,3.5528126101643155e-07,1.932956228446431e-08,1.517945654916448e-09,0.00011891930594169437,1.7940364961927634e-10,1.0361331080322795e-11,9.5421861599309961e-06,9.9765811060433839e-08,4.3719925188588907e-05,1.6278429818101259e-08,0.72283077949279362,9.9603380958096075e-21,3.3176228201784019e-09,1.45145833570672e-06,4.2547775674392074e-09,2.0639649278968953e-07
|
||||
0.0039473684210526317,0.13692542968060836,106.80569574382477,1762.1161893988058,0.18090718139497633,0.0024008241822026702,3.203202742264235e-06,1.0616388797017364e-07,0.0010477756228179291,1.3274324175028872e-05,0.10309088736967847,1.2777030505371524e-07,6.157405562163482e-09,6.5646817899180814e-10,3.9640262151280573e-09,0.0,1.7519594030992076e-06,5.6313620138734244e-08,0.00080295533693230481,0.021771356532039678,0.051464372116821797,0.094918805124102654,1.7358167473454724e-07,6.5206641045107891e-05,7.8589449556121153e-08,2.7478359890884447e-08,1.1586657898965641e-05,9.4338330717212575e-08,0.0055762875335231442,3.2595397063167193e-06,0.0018535297849821288,7.131246622401228e-06,0.00044136611823516396,2.1029819356311482e-06,7.2267183175370181e-05,1.2100284794420485e-05,1.040762574339577e-09,1.4050611517402141e-08,2.2487542735452068e-07,1.9900503255313794e-05,1.24195369654021e-10,0.00019377462014906219,9.5611260564883469e-09,3.6411380309624145e-07,2.7636876205618166e-08,3.2761708519105954e-09,0.00012468242858177655,2.9074406218722587e-10,2.8805983431149612e-11,1.0207141223485967e-05,1.2297212804969472e-07,4.6031156819603696e-05,3.0139156024299813e-08,0.7160426328171493,9.710892369701457e-21,4.4522830209113459e-09,1.0040101717917905e-06,5.9532167575815794e-09,2.4005098016365417e-07
|
||||
0.0040131578947368417,0.12714937918568031,108.20369412223525,1826.3628157284129,0.175020162639327,0.0024214962131252089,5.4100019342955276e-06,2.1788857105769756e-07,0.0011228831566603367,2.6875566247468354e-05,0.10687687740302641,1.6206267596381441e-07,8.9532472998238108e-09,3.1252353919179818e-09,1.4813053540319169e-08,0.0,3.6006821255232181e-06,1.2980258920762488e-07,0.00099703959483537032,0.016924342540047072,0.05380537855557347,0.10017338030983422,3.3028694501372724e-07,8.0823280904243194e-05,1.5879811865049938e-07,4.9478121790234812e-08,1.2265268161066029e-05,2.1202439875053203e-07,0.005685584544494986,4.9452406615079196e-06,0.0017148322062816822,8.9989813925200443e-06,0.00029987709100741194,3.5683756888330915e-06,7.646406514154753e-05,1.5349085334401649e-05,3.0570365284352974e-09,2.5122969995227479e-08,3.687696856210127e-07,2.0096011303254579e-05,2.1960878104178624e-10,0.00020513941406382917,7.1660070449955573e-09,3.7298379572942422e-07,4.1472612601168412e-08,6.9479425724532497e-09,0.00012981286037460279,5.12590505133948e-10,7.8261881455529943e-11,1.0895758198049945e-05,1.5536883757191803e-07,4.8113123828641559e-05,5.5461206588153383e-08,0.70932268450492608,9.4626940557949287e-21,5.8754002169708782e-09,6.3994737452768449e-07,8.4416834975443494e-09,2.875068578264277e-07
|
||||
0.0040789473684210526,0.11672446437051978,109.4700574062124,1890.8685766692295,0.1695182639679433,0.0024248435324514379,9.1672561662924787e-06,4.7933891572019404e-07,0.001221838888354064,5.4635309590072668e-05,0.11057724545150593,2.1280062399366627e-07,1.3516343628972749e-08,1.4395052388392999e-08,5.2993434595008732e-08,0.0,7.0832959714022597e-06,2.8431350460968144e-07,0.0011679313597764585,0.012387693306305184,0.056049390465120523,0.10545799796197383,6.46515980410611e-07,0.00010126753809783238,3.164841057278471e-07,8.9759490640141293e-08,1.2605155877147457e-05,4.608804741790128e-07,0.0056297186232066908,7.134007335694699e-06,0.0014725729691625739,1.0358663995391446e-05,0.00018134595371718828,6.0400671299179157e-06,8.1309249109245808e-05,1.9415925606340068e-05,9.6792373105766404e-09,4.7790532593557448e-08,5.9608737541033595e-07,1.9852374560949784e-05,3.8818894147692118e-10,0.00021828443826588158,6.028823678697639e-09,3.8297775251492017e-07,6.4654018664338929e-08,1.4585982720079355e-08,0.0001338851213196252,1.0464019361019066e-09,2.0749025103697174e-10,1.1581816200252787e-05,1.9949592262266076e-07,4.9742766031488526e-05,1.0183774413241467e-07,0.70268232557815791,9.2162116682635075e-21,7.4030852761136279e-09,3.6524698037132227e-07,1.2049975610405906e-08,3.5244757304284022e-07
|
||||
0.0041118421052631585,0.111273110599346,110.05327501042851,1923.1907293584059,0.16690701594915425,0.0024163610502520049,1.2089618932453201e-05,7.5655285147287705e-07,0.0012889604925213078,7.9293784141082092e-05,0.11240341072224262,2.5000190332538703e-07,1.6948335064635703e-08,3.3510588835491093e-08,1.0083670205146393e-07,0.0,9.8545724428684699e-06,4.1651216036823679e-07,0.0012297668117701359,0.010277365856081397,0.057110182945222833,0.10815169734357104,9.2217917209856041e-07,0.00011326610873985356,4.4722797798161741e-07,1.2187149852222366e-07,1.2550825634263123e-05,6.7693231374017311e-07,0.0055016237194263039,8.4088328568042659e-06,0.0013138410201093374,1.0613589393059587e-05,0.0001338875403473993,7.964383988082835e-06,8.4002513962338292e-05,2.1650464523045369e-05,1.8662420867394263e-08,6.8063416063279468e-08,7.5537125296501353e-07,1.9468504150013732e-05,5.2220147546682741e-10,0.00022605053743680621,5.8375970278819321e-09,3.8882093824836845e-07,8.2278238267925356e-08,2.1394262284484225e-08,0.00013527633841766695,1.6597884699685034e-09,3.4230543972825151e-10,1.1902455489662112e-05,2.2708593371289564e-07,5.0243505787133801e-05,1.3976488184709422e-07,0.69936414002179681,9.0926183846855765e-21,8.0272445603409512e-09,2.5921061143925969e-07,1.4605297817497356e-08,3.9222086971282945e-07
|
||||
0.0041447368421052636,0.10566419040064085,110.60320044382976,1955.4934759321902,0.16438817152955545,0.0023994795071451574,1.593600650727426e-05,1.2328758847929146e-06,0.0013721101422389337,0.00011526226641579311,0.11419680249069612,2.9727933363658998e-07,2.1374674109910274e-08,7.3750972322518952e-08,1.8755592539088491e-07,0.0,1.3453735128726872e-05,5.9791403962710659e-07,0.0012654263027056935,0.0083147686804607018,0.058103214189670738,0.11087222528152114,1.3165098764475638e-06,0.0001260193923381783,6.2270532568593705e-07,1.643470242690455e-07,1.2298805433992911e-05,9.784322609823625e-07,0.0052927195585219427,9.6503789292332509e-06,0.0011353708456824532,1.042774833557386e-05,9.4949506552868866e-05,1.049561580469178e-05,8.6725751423081304e-05,2.389291107885362e-05,3.5312115413112314e-08,9.6688279932394961e-08,9.4601256680615511e-07,1.8874277989720432e-05,7.015700691480358e-10,0.00023478418278668377,5.8954059071083108e-09,3.9515024176202384e-07,1.0431210395525424e-07,3.1269101705690163e-08,0.00013608818606200478,2.6860028753013002e-09,5.5386897693703123e-10,1.2190293308493502e-05,2.5842122331530452e-07,5.0453100915821807e-05,1.91090972631478e-07,0.69606818433520068,8.9695997648303915e-21,8.3158016874820751e-09,1.7417602764274197e-07,1.7673833260261097e-08,4.3550271232134926e-07
|
||||
0.0041776315789473686,0.099894789877138498,111.11986258948598,1987.6543103207873,0.16196859264464,0.0023723207877531394,2.0991698468134885e-05,2.0923658423989056e-06,0.0014778776838233886,0.00016805681701782338,0.11595096747628456,3.5811750068030951e-07,2.7058782586732365e-08,1.5683948123971e-07,3.3964601919091383e-07,0.0,1.7943909512639279e-05,8.3739534613132195e-07,0.0012652448615339048,0.0065294032888039881,0.05899977451712194,0.11363319955772193,1.8746362604902949e-06,0.00013886351222023471,8.4992045121745715e-07,2.188387232855731e-07,1.180288708154841e-05,1.3870406597828084e-06,0.0049894171766518437,1.0704743238362094e-05,0.00094403774806950977,9.7081278088477838e-06,6.4188903059268521e-05,1.383565723367434e-05,8.9236154016738894e-05,2.5972581877156411e-05,6.6079039367776334e-08,1.3648074384698965e-07,1.1663686416705611e-06,1.8032536587721362e-05,9.4110264150838531e-10,0.00024474942884940743,6.2212946987626573e-09,4.0178339929730495e-07,1.3121573907623673e-07,4.5569108606772578e-08,0.0001361289472576865,4.3662392670154702e-09,8.7594288433762221e-10,1.2422631495806617e-05,2.9353071271783072e-07,5.0275314688285076e-05,2.6027236605526826e-07,0.69279356942326931,8.8471739711912949e-21,8.0639360712273874e-09,1.0908016065898883e-07,2.1342264608154269e-08,4.7957879451713614e-07
|
||||
0.0042105263157894736,0.093959482412859438,111.60334541050072,2019.4717718185607,0.15966074399926702,0.002332845214342529,2.7568058357880348e-05,3.7046303933580486e-06,0.0016158090735990823,0.00024532350286885602,0.11765785087341848,4.3680428192393111e-07,3.425776906872917e-08,3.1873567029406281e-07,5.9202443545542497e-07,0.0,2.3185447013388079e-05,1.1347780925585988e-06,0.0012207168726470737,0.0049500346296419443,0.059759065064489622,0.11645309493040619,2.6432118304098978e-06,0.00015068372608898403,1.1266736817685897e-06,2.8493078977069008e-07,1.1024011825820969e-05,1.9133553970816837e-06,0.0045815107270829637,1.1357847983522417e-05,0.00074903587088206536,8.4415828149265205e-06,4.0932170730853358e-05,1.820605871976459e-05,9.1121684191691025e-05,2.763993640846702e-05,1.2095253067547439e-07,1.900853240876622e-07,1.4083105036782384e-06,1.6912699855512749e-05,1.2574555456630936e-09,0.00025626523350343847,6.8665617958499138e-09,4.0832582527942717e-07,1.6298712848328602e-07,6.5972543191199981e-08,0.00013512457182470703,6.9215904061045143e-09,1.339168612933363e-09,1.2567292973545389e-05,3.3201991703358501e-07,4.9595082355196246e-05,3.5214223703517658e-07,0.68953822694749967,8.7253381528591832e-21,7.1360786846589202e-09,6.2466174632150066e-08,2.561808900524182e-08,5.1908500397745109e-07
|
||||
0.0042434210526315786,0.087850568298464868,112.05379511920286,2050.643502316454,0.15748354680146595,0.0022789866590811766,3.5963309467623356e-05,6.8161535215786534e-06,0.001799816918096436,0.00035730096645607235,0.11930775713884637,5.3820288926857804e-07,4.3152686110166808e-08,6.0771600439987838e-07,9.7813825227819787e-07,0.0,2.8699813460057883e-05,1.4716273007578359e-06,0.0011268736897372671,0.003600982314742397,0.060324344761034737,0.11935531522151822,3.6512086935381611e-06,0.0001598196292022366,1.433112967926311e-06,3.5806559121549479e-07,9.943853103427769e-06,2.5394350299376046e-06,0.0040661894335257791,1.1368702751834076e-05,0.00056128202503580738,6.7390932348188295e-06,2.4299048213156997e-05,2.3776641641455433e-05,9.1749875199251591e-05,2.8567364653325238e-05,2.1285455594549792e-07,2.5886518021857005e-07,1.654506655697745e-06,1.5500128801398652e-05,1.6671947806138513e-09,0.00026970168029431753,7.9244214493929519e-09,4.1410056499574394e-07,1.9882504649208264e-07,9.4205120081047951e-08,0.00013268975490138496,1.0332415488277917e-08,1.9505847853034915e-09,1.25801073790952e-05,3.7275690506359826e-07,4.828558590731413e-05,4.7113195591293286e-07,0.68629871737378478,8.6040640164727253e-21,5.5950733247779976e-09,3.2012381993981935e-08,3.0307906171101958e-08,5.450610308604137e-07
|
||||
0.0042763157894736836,0.081558977919663433,112.47142627656825,2080.7502717933671,0.15546259213657523,0.0022088787302718869,4.6397786033547912e-05,1.2883823504849727e-05,0.0020501603550074797,0.00051686888859997309,0.12088958791283305,6.6728286971203957e-07,5.376834891239854e-08,1.0638244541770488e-06,1.5057738996716682e-06,0.0,3.3599481416681545e-05,1.8031318487616669e-06,0.00098527366754553366,0.0024972564819669258,0.060619686464852926,0.12236675766844257,4.8747229982119131e-06,0.00016414262409549966,1.7246808286211147e-06,4.2772345884309749e-07,8.5826802150697277e-06,3.1960131937667612e-06,0.0034532604244519047,1.0554613996494536e-05,0.00039213819671725066,4.8421238804244219e-06,1.3244717231568788e-05,3.0508808882915259e-05,9.026894593960041e-05,2.8390110817746961e-05,3.527392815016207e-07,3.4118039939158408e-07,1.8774363339562885e-06,1.3807102216772061e-05,2.1833604279208909e-09,0.00028545247599043322,9.5446010820945298e-09,4.1811022025857156e-07,2.3686449654610937e-07,1.3125561472204746e-07,0.00012832170041015515,1.3995613585853014e-08,2.6643920751615603e-09,1.2403367630944024e-05,4.135068215592524e-07,4.6224949390155396e-05,6.1993444331370637e-07,0.68307017124235281,8.4832949755898175e-21,3.7639074998846456e-09,1.4404205388169829e-08,3.4792763142774629e-08,5.4535694948007911e-07
|
||||
0.0042927631578947361,0.078340209983519996,112.66798897160267,2095.2002308570054,0.15452395593152582,0.0021670534484766074,5.242796662389275e-05,1.7993659017158988e-05,0.0022118665783355863,0.00062039307393417585,0.12165321066178361,7.4431596972717347e-07,5.9698757815554201e-08,1.3493927821239959e-06,1.807973537744753e-06,0.0,3.5428028657774891e-05,1.9464006995792373e-06,0.0008999691617207694,0.0020363108405527454,0.060630012744222694,0.12392956779152346,5.5342836801769416e-06,0.00016368728623032236,1.8462470108385311e-06,4.5671253071560688e-07,7.8216075237427116e-06,3.501329518246819e-06,0.003119156318735359,9.8366924168296499e-06,0.00031795754790197174,3.9223551876256051e-06,9.3781296720591696e-06,3.4180269443363246e-05,8.8372669772091833e-05,2.7782232167347361e-05,4.400373531911477e-07,3.8515943375090069e-07,1.9674213736039027e-06,1.286980833443335e-05,2.4842362555630259e-09,0.00029436087446847243,1.0657874722378251e-08,4.1897241825239971e-07,2.5562245193621769e-07,1.5280874292021132e-07,0.00012518821560304088,1.5494515607347411e-08,3.0212502473035853e-09,1.221657896093851e-05,4.3268678918775427e-07,4.4872926931118131e-05,7.0581256356408077e-07,0.68145154557159893,8.4228239056328074e-21,2.8802737189832801e-09,9.0409912216097049e-09,3.6822187992578215e-08,5.3168326102410103e-07
|
||||
0.0043092105263157886,0.075072644697544502,112.85644977367907,2109.169567259632,0.15363669364157095,0.0021207447604795573,5.8962979661998505e-05,2.5100825584499328e-05,0.0024023353826450201,0.00074182997475143999,0.12239446241254225,8.2950621149131864e-07,6.59493566569909e-08,1.6590677205266808e-06,2.1171860797170242e-06,0.0,3.6634783093592178e-05,2.0600698433479611e-06,0.000807456179191508,0.0016359317702378951,0.060535143147793631,0.12552880239416361,6.1891087845513645e-06,0.00016117994666461821,1.9375286431977224e-06,4.7840325952260685e-07,7.0220120939552401e-06,3.7590782085957448e-06,0.0027730290222124864,8.928945455760902e-06,0.00025186285880783907,3.0687560565242744e-06,6.4545891280209763e-06,3.7852956596545916e-05,8.5584222413934559e-05,2.6792305621082929e-05,5.3580571851054202e-07,4.2942182550153413e-07,2.0376684827503931e-06,1.1885120075256027e-05,2.8121186538623784e-09,0.0003039632115014177,1.2008470808355395e-08,4.1889933881607496e-07,2.7367504246749523e-07,1.7575304457475436e-07,0.00012136673875340317,1.6500604255700837e-08,3.3489260954961218e-09,1.195487052890614e-05,4.5031308403001295e-07,4.3304254456500017e-05,7.9813889644448127e-07,0.67983354207632962,8.3624858398681275e-21,2.0916204424746272e-09,5.4365454937774619e-09,3.8296768619724622e-08,5.0743456377865009e-07
|
||||
0.004325657894736842,0.071755638262182897,113.03685616432399,2122.5744367242874,0.15280533567849747,0.0020699613964246704,6.5961390331777711e-05,3.4961633819933339e-05,0.0026271748788615386,0.00088338721486168575,0.12311103924943449,9.2265083221220062e-07,7.2435821878018233e-08,1.9703293466327649e-06,2.4108843895172789e-06,0.0,3.7062372345885182e-05,2.1333400023453485e-06,0.00071046424254735639,0.0012936193543066625,0.060321348480139363,0.12716606830577631,6.7996505705037097e-06,0.00015639002081586464,1.9888427354445776e-06,4.9039149868382047e-07,6.200637335286824e-06,3.9448602735124248e-06,0.0024216804497598841,7.8711816999875819e-06,0.00019446911320556307,2.3126400254754425e-06,4.3062228124088405e-06,4.1290413703576882e-05,8.180831963147492e-05,2.5408137006053757e-05,6.3500204608192023e-07,4.7213086426521548e-07,2.0834144475188998e-06,1.0866250121989912e-05,3.1650039664598806e-09,0.00031426754640648187,1.3641947186651057e-08,4.1772378272658922e-07,2.9048118771591845e-07,1.9924813462973845e-07,0.00011681111472066979,1.6823019581795926e-08,3.6185552594800404e-09,1.1608874704244804e-05,4.6564181567781773e-07,4.1518988704659713e-05,8.9548409030288854e-07,0.67821539603249059,8.302200099083668e-21,1.4358763711509699e-09,3.1189965670230555e-09,3.900279742472873e-08,4.7221997027877106e-07
|
||||
0.0043421052631578945,0.068388959322711135,113.20925933798711,2135.329159863787,0.152034306030131,0.0020148097201304663,7.3359548178515141e-05,4.8509531089650542e-05,0.002892879896430871,0.0010471003782534828,0.12380035502775122,1.0232567371239223e-06,7.9068498356483157e-08,2.2529045930800032e-06,2.6624467950154322e-06,0.0,3.6600684192601746e-05,2.1570360666329467e-06,0.00061204304459871225,0.0010058737391334196,0.059975304747811334,0.12884166179857423,7.3188269865589685e-06,0.00014919085386364426,1.992546397724987e-06,4.9077408383049858e-07,5.3766558583629632e-06,4.0355625368242024e-06,0.0020729787768739467,6.7192538058590627e-06,0.00014602185254222608,1.6737702364494962e-06,2.7770856172634305e-06,4.4196814568862484e-05,7.6998633051620575e-05,2.3642635416255316e-05,7.3060215364276536e-07,5.1118313196447362e-07,2.1006619038743434e-06,9.8285584454069571e-06,3.5396504221959711e-09,0.00032525479298494938,1.5609780712918655e-08,4.1529239838732606e-07,3.0545976243909634e-07,2.2215456588084036e-07,0.00011150029553893596,1.6351817508567605e-08,3.8019421358790894e-09,1.1170564012952985e-05,4.7787942375925017e-07,3.9523826408836051e-05,9.9571588876706423e-07,0.67659636872408102,8.2420290020536218e-21,9.2774298754112376e-10,1.7005088794219866e-09,3.8722285291749146e-08,4.2676489709671827e-07
|
||||
0.004358552631578947,0.064972919772674859,113.37371361327334,2147.3500900711342,0.1513276670097951,0.0019555132879733898,8.1069833913440992e-05,6.6855623613516535e-05,0.0032068368575110698,0.0012346876694640258,0.1244594363158054,1.130500965631667e-06,8.5759002596871985e-08,2.4724440512108418e-06,2.8439014689677464e-06,0.0,3.5201313350368308e-05,2.1247835443800793e-06,0.00051535496040597674,0.00076834077590921075,0.05948509806018519,0.130554128044858,7.6952653913111205e-06,0.00013959257865860336,1.944006405080747e-06,4.7839329553285379e-07,4.5703680150122354e-06,4.0127926872007877e-06,0.0017354544509218051,5.5385497078148173e-06,0.00010637632223849571,1.1598586396408282e-06,1.7263724416993129e-06,4.6233813729321605e-05,7.1177523087947265e-05,2.1536222802111262e-05,8.1429054097728128e-07,5.4435437603342786e-07,2.0865896579007002e-06,8.7890326493186193e-06,3.9314735820101966e-09,0.00033687077302787659,1.796722663038336e-08,4.1147961430820703e-07,3.1800867129653567e-07,2.4308717589914269e-07,0.00010544717879209393,1.5096059151299173e-08,3.874882353588219e-09,1.0634602965927088e-05,4.8621208095423554e-07,3.7333140773347707e-05,1.0958366951767825e-06,0.67497579614145331,8.1818778196250405e-21,5.6171573173112566e-10,8.7772866248487626e-10,3.7287884439130287e-08,3.7302451120911141e-07
|
||||
0.0043750000000000004,0.061508508258936549,113.53027548986263,2158.5609566801472,0.1506887866635474,0.0018924291700135644,8.8980873506698036e-05,9.12441343502119e-05,0.0035772554556548399,0.0014473396166836321,0.12508487279297392,1.2432822383858222e-06,9.2431166694433697e-08,2.5966437793191259e-06,2.930234330128149e-06,0.0,3.289243629615177e-05,2.0342900201735464e-06,0.00042343201388218268,0.00057600666080152927,0.058841453574798523,0.13229985984740067,7.8793304111550998e-06,0.00012777344548335786,1.8427378571444911e-06,4.5312265369026638e-07,3.801782493918709e-06,3.866989553484431e-06,0.0014176853265550748,4.395893902994126e-06,7.5013103875872593e-05,7.672279215789539e-07,1.0316526058865802e-06,4.7065766395515536e-05,6.445205686709671e-05,1.9157807575112044e-05,8.7768837775850515e-07,5.6950162106578742e-07,2.0399425758317056e-06,7.7655270663912989e-06,4.334554292091479e-09,0.00034901965677454832,2.0770022786094287e-08,4.0620253374527528e-07,3.2752575957239913e-07,2.6054384844474133e-07,9.8705188461470413e-05,1.3195914701609643e-08,3.8213345628748519e-09,9.9999611479057482e-06,4.8986195158408407e-07,3.4969658890676411e-05,1.1919230330304642e-06,0.67335313550922649,8.1218201075128473e-21,3.1738328514855367e-10,4.2734119229032117e-10,3.4645696248576973e-08,3.1409443612255468e-07
|
||||
0.0043914473684210529,0.057997508374335253,113.67900259291605,2168.8994621261718,0.15011994665341255,0.0018260577978495738,9.6960150266861515e-05,0.00012295703131410155,0.0040130025116379853,0.0016854702392505132,0.12567284361972225,1.3603860095824369e-06,9.9033878705555462e-08,2.6026437262802145e-06,2.9044752331771613e-06,0.0,2.9786961827968734e-05,1.8883618713812053e-06,0.00033892558692253104,0.00042342675609935996,0.058039083692069504,0.13407279929507609,7.8314188224214158e-06,0.00011410056767737147,1.6931431224618086e-06,4.1605075071159724e-07,3.0891454309593428e-06,3.600889809549543e-06,0.0011275193663421821,3.350695812682122e-06,5.1094135360825083e-05,4.8305352333706569e-07,5.9105136046493967e-07,4.6427727820516808e-05,5.7020657805800803e-05,1.6602288605439773e-05,9.139074283719958e-07,5.847997908951247e-07,1.9613279797707692e-06,6.7758082245404983e-06,4.7417884249837438e-09,0.00036156055149809174,2.4069703389697804e-08,3.9943564715924497e-07,3.3343795009441667e-07,2.7309804634941547e-07,9.1371003550731557e-05,1.0896557972626767e-08,3.6373155682756232e-09,9.2715713857062918e-06,4.8816324203120629e-07,3.2464636541460546e-05,1.2792270193511308e-06,0.6717280058450591,8.0617563667712727e-21,1.6672506750191353e-10,1.9558635541845205e-10,3.0903786840360791e-08,2.5384017206248191e-07
|
||||
0.0044078947368421054,0.054442566615034889,113.81995229617888,2178.3243762528641,0.14962194041336122,0.0017570419189751479,0.00010485935200169826,0.00016317168531157481,0.0045233232842971996,0.0019484739128274972,0.12621924100355911,1.480765111619438e-06,1.0555211981892425e-07,2.4835439461133546e-06,2.7623093614202657e-06,0.0,2.6078674113527911e-05,1.6953230445864723e-06,0.00026388247068690314,0.00030497037890548056,0.057077960417140791,0.13586431769867377,7.5312829311175582e-06,9.9127860961324926e-05,1.5045400043271794e-06,3.6948315524221045e-07,2.4475244087651713e-06,3.2311371086066317e-06,0.00087124518818105666,2.4471347912080372e-06,3.3554303903289724e-05,2.8871123064607603e-07,3.2383388868734694e-07,4.4200716117852968e-05,4.9164767322163029e-05,1.3983366232979833e-05,9.1902106628773125e-07,5.8897775892371229e-07,1.8533434497230742e-06,5.8364883479278248e-06,5.1451979915712986e-09,0.00037430908587712146,2.7907892483250716e-08,3.9122387941987785e-07,3.3524472437067217e-07,2.7962234338321569e-07,8.3582277233229294e-05,8.4891908766630168e-09,3.3333225830757385e-09,8.4616220708571053e-06,4.8064862813508111e-07,2.9857325938268775e-05,1.3525033421779523e-06,0.67010021681086296,8.001765355378829e-21,8.1167536407507196e-11,8.3892739686033064e-11,2.6344657361620258e-08,1.9627884224877433e-07
|
||||
0.0044243421052631579,0.05084718060285582,113.95318034943267,2186.821849591709,0.14919373982290868,0.0016861502790024262,0.00011252238179102907,0.00021279286162796638,0.0051174554803967509,0.0022345492295659237,0.12671989724136234,1.6038945443868125e-06,1.1201228810027417e-07,2.251565334900911e-06,2.5146275797055855e-06,0.0,2.2023021921332031e-05,1.4685086136641537e-06,0.000199583792969345,0.00021506219866224138,0.055964239925953368,0.13766334222555077,6.9859121595401437e-06,8.3559409327694939e-05,1.2902785378858234e-06,3.1671411312027447e-07,1.8875922326216133e-06,2.7870328866180929e-06,0.000652876652483088,1.7092974517952755e-06,2.1215217309773281e-05,1.6343076925385295e-07,1.6929615283770304e-07,4.0468453291524582e-05,4.1222658494771175e-05,1.1421720968652297e-05,8.9297557765554843e-07,5.8150992399816836e-07,1.7204760799597163e-06,4.9619619633466629e-06,5.5363963961134842e-09,0.00038704532624825799,3.2310526312848117e-08,3.8169214274745894e-07,3.325787708957643e-07,2.7948993382808444e-07,7.5509969966669198e-05,6.240281666753834e-09,2.9341900294612185e-09,7.589960024150699e-06,4.6713296867249037e-07,2.7193537652528786e-05,1.4065786074097408e-06,0.66846978055564077,7.9417552255410452e-21,3.6531489786717867e-11,3.3637016273667868e-11,2.1384954551580379e-08,1.4486463832425446e-07
|
||||
0.0044407894736842105,0.047215577051163429,114.0787394258805,2194.4092752695256,0.14883232873668303,0.0016142436811507651,0.00011979530816430465,0.00027229690932164494,0.0058041691906212303,0.0025406546745742613,0.12717089396314341,1.7300957090015377e-06,1.1847809262964109e-07,1.9362090382552734e-06,2.1866762295202957e-06,0.0,1.7903120855206516e-05,1.2246728738042104e-06,0.0001464778800938627,0.00014840178302680452,0.054710553418888426,0.13945676528925494,6.2328062640557277e-06,6.817399471619922e-05,1.0659584429147755e-06,2.6157689398688703e-07,1.4147982818438318e-06,2.3061445860646527e-06,0.00047373153099119299,1.1404210079850411e-06,1.2901977801526954e-05,8.7459394619986205e-08,8.4286998680604445e-08,3.5528498812378456e-05,3.3547872888057959e-05,9.0302078239994799e-06,8.3960367026778433e-07,5.6272005230407977e-07,1.5687491608166634e-06,4.1634852989026346e-06,5.9071605128606827e-09,0.00039952814932292486,3.7283286644251627e-08,3.7104933991655526e-07,3.2527697430943129e-07,2.7269532529264113e-07,6.7345914768808445e-05,4.3355975039722551e-09,2.4757808686376429e-09,6.683159391093174e-06,4.4777612595578205e-07,2.452321387699284e-05,1.4370841215370456e-06,0.66683690381793215,7.8818011055968267e-21,1.5176542130545661e-11,1.258266760107388e-11,1.6487780288545722e-08,1.0190133232750463e-07
|
||||
0.004457236842105263,0.043552482968872028,114.19667799430631,2201.1352721144071,0.14853278262670197,0.0015422248839371019,0.00012653691540563924,0.00034163031346657756,0.0065912929919114804,0.0028626381095267573,0.12756890578107871,1.8606916606173346e-06,1.2503622529895647e-07,1.5775925653393616e-06,1.8134720208104534e-06,0.0,1.398717886088895e-05,9.8149032763931316e-07,0.0001042231095037694,0.00010014441713250473,0.053335465405903976,0.14123011844792432,5.3361453119430045e-06,5.3720975735597517e-05,8.4706599933116873e-07,2.0785760183121957e-07,1.0291090915314012e-06,1.8276779766657609e-06,0.00033243028969626946,7.2622617753361531e-07,7.5426577361613333e-06,4.4183968381956825e-08,3.9896887749775304e-08,2.9844502853846166e-05,2.6460894225312153e-05,6.8992644246425413e-06,7.6571265319147824e-07,5.3376775640585722e-07,1.4051488344307635e-06,3.4485336878511254e-06,6.2500251893461721e-09,0.00041151450975617627,4.280947206067139e-08,3.5958482542597724e-07,3.1344514153892926e-07,2.5985450503789374e-07,5.9287217311361455e-05,2.8575510462369116e-09,1.9989325121028603e-09,5.7721325816860769e-06,4.2310716202214712e-07,2.1897159275547911e-05,1.4411847306927084e-06,0.66520196179948399,7.8218300575977829e-21,5.8156266435643325e-12,4.3854879020230036e-12,1.2057147237820136e-08,6.8273827318357149e-08
|
||||
0.0044736842105263155,0.039862815598700155,114.30703945980626,2207.0751759094692,0.14828862229597561,0.0014709785037823097,0.00013262819615738949,0.00042019119494452649,0.0074853012881540455,0.0031955357862097035,0.12791151482160387,1.9978848930478977e-06,1.317748804538949e-07,1.2171790796931268e-06,1.4326526579361497e-06,0.0,1.0488406775253896e-05,7.5473966610686025e-07,7.1832507604062989e-05,6.6029709483016283e-05,0.05186209100923253,0.14296842959763895,4.3757913391015725e-06,4.0813150162985647e-05,6.4661107064677478e-07,1.5871889139898704e-07,7.2543297726963701e-07,1.3854750360320352e-06,0.00022532568902876632,4.4100657434172439e-07,4.2350391776839946e-06,2.104226449974199e-08,1.7920257764270182e-08,2.3951206850634228e-05,2.0206482805986996e-05,5.0862808833367652e-06,6.7956491674465527e-07,4.965140055717734e-07,1.2369228357347099e-06,2.8205346025071579e-06,6.5588010035645806e-09,0.00042278042401720881,4.8850962022479387e-08,3.4765597616444704e-07,2.9749341609827149e-07,2.4208383604391691e-07,5.1519853712138274e-05,1.7971974936456601e-09,1.5422042959268086e-09,4.8886454814009992e-06,3.9399787728348788e-07,1.9363356979146066e-05,1.4180999923736785e-06,0.6635654590841199,7.7619049933028649e-21,2.0547335065840249e-12,1.4224375617057361e-12,8.3553738849841435e-09,4.3560132576839062e-08
|
||||
0.004490131578947368,0.036151354563603494,114.40986189714629,2212.3227618146711,0.1480923886102379,0.0014013105267850548,0.00013797937225791993,0.00050689331115092622,0.0084910308705182791,0.0035339820099651157,0.12819744009625542,2.1443873914811544e-06,1.3876293706808458e-07,8.892112075863e-07,1.0771950209959602e-06,0.0,7.5393960273987741e-06,5.5600348700424639e-07,4.7886786786107093e-05,4.2449581256944628e-05,0.050316094922357016,0.14465713570054431,3.4324318456302143e-06,2.9849566743078549e-05,4.7342676842778049e-07,1.1629434301538689e-07,4.9468755013829131e-07,1.0027654613438906e-06,0.00014724255591101244,2.5444000785768811e-07,2.2742574488967625e-06,9.4107616395313147e-09,7.5929467649059296e-09,1.8347255619499481e-05,1.4928085887397055e-05,3.6119559754325729e-06,5.8926750003171277e-07,4.5329351436997377e-07,1.0708855086575535e-06,2.2790025452910502e-06,6.8289340053479799e-09,0.00043313968093984843,5.5352189413366215e-08,3.3566681347155369e-07,2.7812534686107132e-07,2.2080138226660137e-07,4.4204081356492146e-05,1.0874433606656353e-09,1.1357142658821553e-09,4.0615274865076886e-06,3.6158872780965157e-07,1.6963491714674034e-05,1.369286524431947e-06,0.66192798413589993,7.7019774941410962e-21,6.6541688096927843e-13,4.2635616761843628e-13,5.4708393729276995e-09,2.6427308484566282e-08
|
||||
0.0045065789473684205,0.032422457573033379,114.50517816227418,2216.9800213111198,0.14793632175551646,0.0013338975340081972,0.00014253375357675463,0.00060028077314373915,0.0096115693273179717,0.0038726327385809507,0.12842665289612504,2.3030693639809458e-06,1.4604092424470262e-07,6.1563081196302822e-07,7.7085942348402828e-07,0.0,5.1893044783876708e-06,3.9167870511482917e-07,3.0766067442830905e-05,2.6454143852556794e-05,0.048723463088490258,0.14628291370418925,2.5753261909149413e-06,2.099546623489591e-05,3.3175878411870302e-07,8.1601497736523927e-08,3.2530225928673529e-07,6.9038768747765205e-07,9.2320007628083058e-05,1.3730255772470435e-07,1.1449328732784392e-06,3.843114323485336e-09,2.9069996519746996e-09,1.3420855290745288e-05,1.0664859706477472e-05,2.4652243620242956e-06,5.0154427344635869e-07,4.0664618476655903e-07,9.1286965921912978e-07,1.8200188521914086e-06,7.057675601473266e-09,0.00044245677722034752,6.2246676729049189e-08,3.2403930523586882e-07,2.5627632475688135e-07,1.9752914246546605e-07,3.7463855086164497e-05,6.3861247916786128e-10,7.9823350061599357e-10,3.3134847323237498e-06,3.2718919789026313e-07,1.4730272523468108e-05,1.2982998772005946e-06,0.66029016160532072,7.6420932371606977e-21,1.8000036870162291e-13,1.0612979420381326e-13,3.3404176507128473e-09,1.5124776294082093e-08
|
||||
0.0045394736842105255,0.024925320318883074,114.67341735307394,2224.8261625025116,0.14772170578121638,0.0012074793783107094,0.00014918275038648432,0.00080173355599058636,0.012197892324392674,0.0045348999745092669,0.12871860983525574,2.6660382000381191e-06,1.6146836354858403e-07,2.5785175340992393e-07,3.535449173520537e-07,0.0,2.2559433786778088e-06,1.7838908957593873e-07,1.2139241478337233e-05,1.0191331884505575e-05,0.045475050132673722,0.14930746921808594,1.3134895066426478e-06,9.5589683218055911e-06,1.5089724489142106e-07,3.7230359390815935e-08,1.331819612620294e-07,3.0248627410878623e-07,3.4507968004174031e-05,4.0334136338574262e-08,3.0265306881346465e-07,6.4850187835132883e-10,4.6415223208110924e-10,6.4503894485629736e-06,5.043508633380297e-06,1.0736140333096619e-06,3.4808321326269794e-07,3.1064618250676373e-07,6.3484286460859455e-07,1.1302420683929806e-06,7.3879584172695316e-09,0.00045771126315918788,7.6992930659734154e-08,3.0311593498711472e-07,2.083741308856288e-07,1.4978454910849292e-07,2.5969224893118988e-05,2.2736104188764928e-10,3.5469838440026119e-10,2.0996538573675672e-06,2.5672122476054281e-07,1.0834795252013947e-05,1.1062949109709249e-06,0.65701940913056733,7.5225552490553895e-21,1.7479961197057532e-14,9.3940784572798949e-15,1.2313390653141521e-09,4.8205599086004327e-09
|
||||
0.0045723684210526305,0.017394830303611834,114.8119413838152,2231.3191465046298,0.14759352814822574,0.0010941893151167842,0.00015264667112626357,0.001011725799465859,0.015242105630680508,0.0051513912911317159,0.12880664284870846,3.0817996440953842e-06,1.7732302941160307e-07,9.1755488269340159e-08,1.4014690258645544e-07,0.0,8.6720771936031318e-07,7.1464915342455018e-08,4.365469654778592e-06,3.668872219391595e-06,0.042283299717629307,0.15197124775778487,5.931897636094217e-07,3.8808468308142816e-06,6.0752749358244807e-08,1.5057810921499697e-08,4.9407526244078886e-08,1.1562205691054678e-07,1.1593346741132532e-05,1.0674165799003276e-08,7.3311357489680201e-08,9.1956081995830401e-11,6.2345809497027007e-11,2.7024991382020364e-06,2.155125704735862e-06,4.1899584864191392e-07,2.3456874100559283e-07,2.2431500709086208e-07,4.2114215569646586e-07,6.7881458246138237e-07,7.5552576656989061e-09,0.00046852134796449284,9.2530045592669099e-08,2.8797309320618095e-07,1.6196357959965408e-07,1.0692313746316254e-07,1.7263033264088797e-05,9.0206517314128355e-11,1.3706105980644256e-10,1.265272535032673e-06,1.9172664627250733e-07,7.7427277110927093e-06,8.8522244070449434e-07,0.65375453080535206,7.4031800974315715e-21,1.4052614408434436e-15,6.9360317905916e-16,4.0357764368070102e-10,1.3924266603339948e-09
|
||||
0.0046052631578947364,0.0098441076484698416,114.92090154016618,2236.819332947,0.14752551017316215,0.00099394639773308009,0.00015331565953946092,0.0012204806002420233,0.018721062181638971,0.0057072289710359634,0.12871777403574061,3.5318762858940715e-06,1.9277980532248735e-07,2.8323528447131479e-08,4.888260259992207e-08,0.0,2.9926049281743601e-07,2.5575428762866569e-08,1.4490451018933115e-06,1.2437302189113543e-06,0.039232542339444051,0.15424456310350296,2.4735069925053132e-07,1.4235538410994194e-06,2.1988588093195393e-08,5.4803386389782349e-09,1.6803369836199892e-08,3.9206129062156322e-08,3.5433389090827297e-06,2.6007553268046978e-09,1.6620144944017117e-08,1.1465158314890474e-11,7.2746550075628743e-12,1.0024783387522475e-06,8.4179231278005053e-07,1.4819304190180922e-07,1.5575928475284747e-07,1.543598962013049e-07,2.6872368709681647e-07,3.9676965529523248e-07,7.5804290952090164e-09,0.00047546972548261491,1.0848110664559944e-07,2.8008055509124838e-07,1.2176038012371123e-07,7.2359225559784635e-08,1.1045931948565572e-05,4.2187686509818955e-11,4.6797070565278129e-11,7.3528050337607996e-07,1.3693289854603727e-07,5.3873982832279341e-06,6.6946693176551186e-07,0.65049994661704014,7.2840273773000299e-21,9.899736370818575e-17,4.5142035181781824e-17,1.2112845191852218e-10,3.7502845423348263e-10
|
||||
0.0046381578947368423,0.002281722334131848,115.00043585737814,2241.4901758309338,0.1475056465509373,0.00090545373131432352,0.00015170398132676038,0.0014208462305781533,0.022602221725272358,0.0061970392416080752,0.12848095977685936,3.9950276220250776e-06,2.0724606782771327e-07,7.6821050132200726e-09,1.5151482780383137e-08,0.0,9.3326162024824951e-08,8.2335906155569641e-09,4.4514164898381e-07,3.9604622774165705e-07,0.036359355942639587,0.15612422146088942,1.0226219923157756e-07,4.7408118808234266e-07,7.2025738706002837e-09,1.80620984869968e-09,5.2536225770491955e-09,1.1878037600302843e-08,9.8763679808374292e-07,5.8954077728834011e-10,3.5572391204700167e-09,1.3042858952752852e-12,7.5092314837645337e-13,3.3151197646025489e-07,3.010395482709326e-07,4.7624613253389076e-08,1.0268710924800211e-07,1.0176099122837812e-07,1.6563512659414212e-07,2.2608295040363497e-07,7.4899824533150965e-09,0.00047935214822403098,1.2460419137255749e-07,2.7966620473563595e-07,8.9592540273786538e-08,4.6546568514361367e-08,6.8048955959680622e-06,2.2077697947098661e-11,1.4241436264003285e-11,4.1516770118012992e-07,9.3672552388403342e-08,3.6469987480811713e-06,4.8024228700875943e-07,0.64725881825266807,7.1651449685832219e-21,6.3506172209209365e-18,2.6915508340964484e-18,3.3810983412735146e-11,9.5431087385409918e-11
|
||||
0.0046710526315789473,-0.0052854983320532222,115.05067894299076,2245.3809530989124,0.147530236677012,0.00082696345306311481,0.00014833940574113643,0.0016079419862179631,0.026849145353036515,0.0066211420606509079,0.12812287324123947,4.4541297454832518e-06,2.2042335604642377e-07,1.6214813719739149e-09,3.7218682153808121e-09,0.0,2.339977120522367e-08,2.1244179073209584e-09,1.1252069996915788e-07,1.0549070397868763e-07,0.033672039496708391,0.15762415096436846,4.495875076560168e-08,1.2831365485030015e-07,1.9062348316915986e-09,4.8132141738872085e-10,1.3434109672521453e-09,2.8007791275692197e-09,2.1769624631056941e-07,1.0371535312855915e-10,5.9445962751411964e-10,1.1067407448996994e-13,5.2130372801348842e-14,8.6748019643281057e-08,8.9494442755447453e-08,1.2218701604804537e-08,6.7495562179111228e-08,6.4212865504520359e-08,9.8028802029616726e-08,1.2399156205506827e-07,7.3107139384337782e-09,0.00048094799183142907,1.407591190834472e-07,2.8606499894489064e-07,6.5175169217428756e-08,2.8267155921701827e-08,3.9989346077981615e-06,1.1831774049626185e-11,3.4412851316596826e-12,2.2521523076489638e-07,6.1028896936587613e-08,2.3883521119771214e-06,3.2603275721525898e-07,0.64403306504308844,7.0465671032919463e-21,2.6994115240610281e-19,1.0674485324346415e-19,7.6020348621881671e-12,1.9680978292141066e-11
|
||||
0.0047368421052631574,-0.020408697272306302,115.06383099389772,2250.8125730892425,0.1477131001380903,0.00069458481899424475,0.0001378849201811711,0.0019305678993822705,0.036319565189388815,0.0072802988926065808,0.12711462317598499,5.3238085881819613e-06,2.427641667100159e-07,8.461343146823081e-11,2.577586211872864e-10,0.0,1.7463807934382063e-09,1.6389219895804553e-10,8.6537048862663959e-09,8.9354240542725622e-09,0.02884264359417613,0.15955492411678818,2.0498969280753696e-08,1.0890218614290927e-08,1.540795228722529e-10,3.9425821161641765e-11,1.0467915152723679e-10,1.8910088673300499e-10,1.3397494678144235e-08,5.1497384144254132e-12,2.8486684351085129e-11,2.4968732715832707e-15,7.548446402031383e-16,6.7623538699829812e-09,8.5834894265900702e-09,9.6971083677114016e-10,3.2311779900306433e-08,2.3992115789957466e-08,3.2516188119585056e-08,3.6612140162934016e-08,6.763764737745577e-09,0.0004792618666661834,1.729498169898252e-07,3.1592413943028789e-07,3.6626882087083871e-08,9.2912630363482118e-09,1.2656452157293672e-06,3.3570751795110615e-12,2.320929259103421e-13,6.7535937718443843e-08,2.3422367772886632e-08,9.5158837112806776e-07,1.331655994527436e-07,0.63763688913717476,6.8106631583881141e-21,2.7645459723260139e-21,1.0308198230588011e-21,5.4253709601965785e-13,1.252363251690433e-12
|
||||
0.0048684210526315783,-0.050415287444218651,114.74488608233074,2251.4588487408078,0.14868091688965002,0.00049621465251239495,0.00011038331185443494,0.0023466807538162818,0.058458812367746867,0.0079562507629630085,0.12427104791642578,6.7739717852231079e-06,2.7364182726828505e-07,1.0643283831823551e-12,5.4420290920212366e-12,0.0,4.6539922996635549e-11,4.2473675883647464e-12,2.3094247262787014e-10,2.7559891480399985e-10,0.021039861834657364,0.15981889699505911,1.0622518101899273e-08,3.8118808956356919e-10,4.1513758425209609e-12,1.0968460840704761e-12,2.8997092326936629e-12,4.0561941376599874e-12,2.6669525631154576e-10,8.6537148816032921e-14,5.0666562031367731e-13,2.6652990760740769e-17,3.7776897574540656e-18,1.795839367352076e-10,3.049076968642595e-10,3.0031163219444649e-11,1.59809419740358e-08,5.2766860304214868e-09,4.8499126242863163e-09,4.8938937652091779e-09,5.3379079204220454e-09,0.00046612216297693785,2.3692746770548574e-07,4.1367460709583819e-07,1.9741465375671484e-08,1.2354470921749401e-09,1.6923493513071322e-07,3.6029225331652398e-13,4.7651547707586062e-15,1.1275596480980841e-08,4.3708839942111073e-09,1.8315718183738839e-07,2.5828806276249569e-08,0.62502756748067545,6.342947808198612e-21,1.0156253303070736e-23,3.658026719658197e-24,1.404629150680008e-14,3.0872033373679068e-14
|
||||
0.0049999999999999992,-0.07966272612953712,113.97585224861797,2236.5299917719794,0.15062926221639342,0.0003531878127714236,8.308070680457732e-05,0.0024941298598762439,0.083852124848404902,0.0079850028848054595,0.12058028513015977,7.8209872895147412e-06,2.9072942450553117e-07,1.8168729636524204e-14,1.5280182231716649e-13,0.0,1.8487712185974402e-12,1.2671811556197714e-13,6.3261528241417465e-12,8.4761916709321768e-12,0.015066585922276042,0.156557877158961,5.672116164623875e-09,3.4889018664090908e-11,1.0849893267476887e-13,2.9847861233188313e-14,8.6064552609320646e-14,7.4051435681755933e-14,5.0008288711101234e-12,1.3775859087867845e-15,9.2500028331582168e-15,3.5857322683601079e-19,2.2274046731971861e-20,4.3525128582707047e-12,1.0795586318443679e-11,9.3036071317048006e-13,1.0970505640728437e-08,2.0539301087735724e-09,7.7373385780031014e-10,7.1400302117599878e-10,3.9292620306850911e-09,0.00044655263704907887,3.0048494209867784e-07,5.2229033281097829e-07,1.431928364207083e-08,1.4545274069779807e-10,2.1651596488498745e-08,3.6369642302505667e-14,1.3087014843444737e-16,2.2552375340693834e-09,7.5969859327324126e-10,3.3973079830781678e-08,4.5207344474422485e-09,0.61257213673500432,5.8793832387230558e-21,3.6541969073976316e-26,1.3526805055659581e-26,3.5318307797724191e-16,7.862685061601609e-16
|
||||
0.005131578947368421,-0.10761412072390933,112.76749694806684,2205.2582544922529,0.15368687044113152,0.00024818320519455549,5.9734355765331638e-05,0.0024255215580674368,0.11176404342639638,0.0075276576381741074,0.11618037211177849,8.4777678981527969e-06,2.9735119912592437e-07,7.7156458034869035e-16,9.8302068798541773e-15,0.0,1.7652489924776987e-13,7.6165628163629982e-15,2.2245516397374475e-13,2.8095531799828732e-13,0.010526075157080773,0.15059416731029274,2.9069254183297477e-09,1.1801379089293367e-11,3.8753899883123237e-15,1.0756155483277905e-15,3.7453958972617191e-15,1.2842489564456853e-15,9.7281001959640575e-14,2.236828285318721e-17,1.8285398584886307e-16,5.7355157354997949e-21,1.9069054556026207e-22,1.1013014474531141e-13,4.0808785154404308e-13,3.1511944181700579e-14,7.2204845558696232e-09,1.2311094487968692e-09,1.6745725835353916e-10,1.3916443527050786e-10,2.7385336051791089e-09,0.00042219447698160989,3.6316031203756924e-07,6.3085802426169914e-07,1.1331205938750439e-08,1.6413883468846392e-11,2.8547217197069267e-09,3.7842157383089778e-15,8.4690224616637381e-18,5.4544850520408104e-10,1.3206993943495575e-10,6.4186708064945883e-09,7.8113354083956953e-10,0.60024224512633551,5.4202228938456943e-21,1.3091070277037927e-28,5.493629776882304e-29,9.6178252677154803e-18,2.1367349083849028e-17
|
||||
0.005263157894736842,-0.13375548156526995,111.13057328526182,2157.7507304823985,0.15796841265168182,0.00017127717857324986,4.1294661723468407e-05,0.0022038755110191238,0.14158377301923461,0.0067300638574050355,0.11116674405966701,8.7965539977980267e-06,2.9697466933393627e-07,5.2100322791469691e-17,1.0858559724850953e-15,0.0,2.8908038200238709e-14,9.7496404720736379e-16,1.5216793229760964e-14,1.1267354911778157e-14,0.0071510222093430298,0.14250908517606675,1.4228356362387585e-09,5.0633315776210241e-12,3.0277141075827073e-16,8.0256494357011986e-17,3.767138935289101e-16,2.3184330295579795e-17,2.1426381447733283e-15,3.9272940138181237e-19,4.0894699442091765e-18,1.0924687347501713e-22,2.6113372734939612e-24,3.7492846535146309e-15,1.7540384561879414e-14,1.2785174246729661e-15,4.1603908151545007e-09,8.0982657814534118e-10,5.7922173233365092e-11,4.3932960127219557e-11,1.8172787672583385e-09,0.000394333681353102,4.2619573563073893e-07,7.391038338729066e-07,9.1178124926943217e-09,1.8800007404764754e-12,4.1176319491295609e-10,4.3512438405225852e-16,9.9549489757229378e-19,1.5928782530274154e-10,2.4386067370634775e-11,1.3026018974660075e-09,1.4290189070816133e-10,0.58803825233941087,4.966051954092771e-21,4.7421586353865619e-31,2.5697306574292507e-31,3.1083344091727636e-19,6.3523068360895749e-19
|
||||
0.0053947368421052629,-0.15762000435948709,109.07626805948978,2094.7269321351278,0.1636028117114679,0.00011570183422474801,2.7518395363469692e-05,0.0018909537485402544,0.17274803592239377,0.0057286047761066347,0.10562020553564758,8.899667178748035e-06,2.9458900081867949e-07,3.9822042758303923e-18,1.4272089668639863e-16,0.0,5.8006297615621006e-15,1.7048332511844569e-16,2.2205479061074354e-15,7.0129194762917908e-16,0.0047221287034731833,0.13279814222533579,6.6419573436094018e-10,2.0992231018527486e-12,4.4719126356994843e-17,1.2103167595328147e-17,7.9314209773895104e-17,4.7882223795590919e-19,5.8840872245914486e-17,7.8414064482808351e-21,1.0758605946798454e-19,2.5491223997625898e-24,5.2674640456353028e-26,2.5102839864577673e-16,9.2343396798465166e-16,6.7449805630203969e-17,2.0577163178919719e-09,5.2182705492742923e-10,2.7006896082197607e-11,2.0073949437541954e-11,1.1499727925100828e-09,0.00036433823402934811,4.9365566470219702e-07,8.4887902257337308e-07,7.393080690576467e-09,2.2859314844377175e-13,6.8346152627745225e-11,5.8565700139584419e-17,1.4542413822969134e-19,5.5746832508688271e-11,5.0249657865007748e-12,2.9802566587813874e-10,2.9302169715243873e-11,0.57597382154136068,4.5176582603847524e-21,1.9037200789031952e-33,1.4540188175611092e-33,1.3090209114226571e-20,2.1126808402419217e-20
|
||||
0.0055263157894736847,-0.17879949043080726,106.61683747145197,2017.3328561882868,0.17075294444270966,7.6345558363786985e-05,1.7691018047195273e-05,0.0015407453466450094,0.20472812890826947,0.0046463029147777125,0.099613877221977787,8.9777201495613564e-06,2.9650877809866712e-07,3.1615039869915009e-19,2.0064434900601796e-17,0.0,1.3012363523470687e-15,3.3469286441781784e-17,4.7028528338100583e-16,8.7381186282625411e-17,0.0030392159920451987,0.12192410550207906,2.9587147885230154e-10,8.1597459251969458e-13,8.3601830847825132e-18,2.5296108392162997e-18,2.3628968031381854e-17,1.2606655126937093e-20,2.2575459033895485e-18,1.8745298332801166e-22,3.4525755375855138e-21,7.5174259717000171e-26,9.1218518870371578e-28,3.1526992783287239e-17,6.650087524390556e-17,4.9364609210494745e-18,8.6527938743773568e-10,3.2073208661387572e-10,1.3522915904768724e-11,1.0421038785356052e-11,6.9357305479906395e-10,0.00033338015831787762,5.7340280731848895e-07,9.5579488874373739e-07,6.0664560812246968e-09,3.0597768202606966e-14,1.3631782256220494e-11,9.6973471767395482e-18,2.3601415937978798e-20,2.3115979573064388e-11,1.202676073322375e-12,8.0013597113440589e-11,7.0292557054187219e-12,0.56406939556115543,4.0760006361236775e-21,2.2032998047929916e-35,1.0618307167236332e-35,8.1239778094915102e-22,8.0400497014878681e-22
|
||||
0.0056578947368421057,-0.19695100982993116,103.76637668155136,1927.0185458803987,0.17963117569724332,4.9170754287067138e-05,1.0967931420443166e-05,0.0011953349638603814,0.23703912621412121,0.0035859806504486939,0.093216979197833602,9.2497107602785635e-06,3.096626213165007e-07,2.4526676574831329e-20,2.8952339082830512e-18,0.0,3.154065971888566e-16,6.9610555498741207e-18,1.1575752478289873e-16,1.8473539822689511e-17,0.0019195029308414391,0.11031821670182647,1.2617401458065191e-10,2.9653205383090452e-13,1.685852803954e-18,6.1787173606669816e-19,8.4906913189342734e-18,4.6812039334192231e-22,1.349940394071913e-19,5.7643509187383788e-24,1.3997425185323229e-22,2.7650879931370955e-27,0.0,5.0404536283654455e-18,7.367019839688245e-18,5.223362593821742e-19,3.0688501554686801e-10,1.8467058950361345e-10,6.5178947391212721e-12,5.3940493905169931e-12,3.9786509028494618e-10,0.00030227329574639139,6.7928954691797903e-07,1.0433412531573557e-06,5.0592968960496322e-09,4.6302792362375738e-15,3.3849686768613348e-12,2.0609918401352815e-18,4.075947247364591e-21,1.1198599059887944e-11,3.4449384357110687e-13,2.5833091086412131e-11,2.007127431294959e-12,0.55235115922555911,3.642229032989253e-21,2.7931345028803608e-37,1.0488976791939641e-37,8.4509691709712311e-23,3.5937423504353124e-23
|
||||
0.0057894736842105266,-0.2118006983543875,100.54169560975555,1825.4408361634019,0.19051638889566283,3.096068283108016e-05,6.5460301719330847e-06,0.00088321810536679001,0.26925106890333295,0.0026247137585178491,0.08649746033921675,9.9105320683776159e-06,3.420383641802726e-07,1.7911790750509514e-21,4.1399191843397789e-19,0.0,8.0298619263522893e-17,1.4806131612019627e-18,3.0755194481667271e-17,4.9697400085770993e-18,0.0012042945027403169,0.098366060528773072,5.1826440606448239e-11,1.0163166384846936e-13,3.4636893720974487e-19,1.6789333714516367e-19,3.4831566809418776e-18,2.5486904208064565e-23,1.3244961373356117e-20,2.5953892516165428e-25,7.42318395578071e-24,8.187728633936556e-29,0.0,8.4076959015351385e-19,1.255412731470785e-18,8.1293432339544121e-20,9.1292614127765502e-11,9.7488216543686334e-11,2.8860810295566378e-12,2.6496384035610766e-12,2.1620542917720909e-10,0.00027150361830055223,8.3697271282368777e-07,1.0875748380189883e-06,4.290439265412045e-09,8.0277623250156627e-16,1.0739035225726222e-12,5.8154603681895495e-19,7.206670694250732e-22,6.2363081199290539e-12,1.2038187836065094e-13,1.0098470733368327e-11,6.754919508062838e-13,0.54085199164167053,3.217716534681667e-21,0.0,0.0,1.4811443942349756e-23,1.9605203699335488e-24
|
||||
0.0059210526315789476,-0.22314542270512933,96.963279900563919,1714.3816206647061,0.20377617608823853,1.9189835953060977e-05,3.746075634620347e-06,0.00062007073010171218,0.300993013074835,0.0018117070761157028,0.079523462184400803,1.1092445235456644e-05,4.0594119155519412e-07,1.229547076324239e-22,5.6295666959820633e-20,0.0,2.0775812027081444e-17,3.0994514073959189e-19,8.4594269120122809e-18,1.5015990372118921e-18,0.00076461039686081113,0.086396332176044394,2.0681298421357209e-11,3.376104702311832e-14,7.0781122813899643e-20,4.9655637182286049e-20,1.5704754088922903e-18,1.9557534547343662e-24,2.0876201276243225e-21,2.0455768560925681e-26,5.3335527619085198e-25,0.0,0.0,1.3652838120446627e-19,2.9352255580782084e-19,1.8559180866877466e-20,2.2794809081456679e-11,4.6321686782880689e-11,1.1526364434209639e-12,1.2241526848182709e-12,1.1051256212925159e-10,0.00024134091316847472,1.0991647417274655e-06,1.0718352594377491e-06,3.6835762590918137e-09,1.5924235179932425e-16,4.4110971422240088e-13,2.2269036363106727e-19,1.2442347212372325e-22,3.9164025926394582e-12,5.1726206796549862e-14,4.7682994491127978e-12,2.6382679278304007e-13,0.52961285425471849,2.8040870954536268e-21,0.0,0.0,3.897443415188357e-24,1.4092893817239481e-25
|
||||
0.0060526315789473685,-0.23085498444023966,93.056329780794442,1595.696359719547,0.2198957195923421,1.1923393992871168e-05,2.0395362687315535e-06,0.00041123500756935538,0.33194756952829152,0.0011697752540994117,0.072364344345037093,1.2835932847704307e-05,5.2641730207687388e-07,7.8376756554388555e-24,6.9013926401095783e-21,0.0,5.2339866529196523e-18,6.0771821293846127e-20,2.3089906868380017e-18,4.9320791182976114e-19,0.00050247133658598401,0.074678583884370819,8.0819768384340877e-12,1.1608450545841553e-14,1.4459315550830199e-20,1.5658491415623203e-20,7.4655006558584923e-19,1.9633824027468028e-25,5.0227201466618842e-22,2.9411755059017809e-27,5.3855927593884188e-26,0.0,0.0,2.0761369645899219e-20,8.5528853527329825e-20,6.1235550528764243e-21,4.8281472508693719e-12,1.9640159589894917e-11,4.1741190128971495e-13,5.4497564746343225e-13,5.2501800175738688e-11,0.00021192623743069005,1.5833957669525011e-06,9.9782387951450953e-07,3.172572279322131e-09,3.5457806027397333e-17,2.3288220170801994e-13,1.1590712245321626e-19,1.9730767608445126e-23,2.7100927971726181e-12,2.7154068530027122e-14,2.6966989699033257e-12,1.1867031435871418e-13,0.51868418464217358,2.4032370370036986e-21,0.0,0.0,1.4047501850685704e-24,1.5726013248685846e-26
|
||||
0.0061842105263157894,-0.23487861386466383,88.851895703639997,1471.3053345634901,0.23951370036429187,7.7045082579313317e-06,1.0421808759044217e-06,0.00025484215884092292,0.36183818126933687,0.00069919629459362024,0.065092191730691071,1.5032620451688275e-05,7.6270761902779043e-07,4.2832054736054899e-25,7.1189346555202491e-22,0.0,1.2141737917277694e-18,1.0468239056932548e-20,6.0122445200084871e-19,1.8253209128438924e-19,0.00034818671679383002,0.063428911844922248,3.0914980153278409e-12,4.7017544595618567e-15,3.12495572406317e-21,5.1541232173210863e-21,3.5799540875417661e-19,2.4169646332803974e-26,1.776564811950559e-22,6.6326114590266134e-28,8.9035296919037508e-27,0.0,0.0,2.8435371805286636e-21,3.001596857446288e-20,2.8682753461143441e-21,8.8553694672022618e-13,7.4811450225903654e-12,1.4312420749351949e-13,2.4936398964202028e-13,2.2741039404365048e-11,0.00018329585570095851,2.5419109932412123e-06,8.8291672562499782e-07,2.7043613532942935e-09,8.4366584211073214e-18,1.518633223963355e-13,7.9451223050724436e-20,2.6670154317687216e-24,2.0117935463100263e-12,1.6986462354373016e-14,1.7808130941418255e-12,6.0474325263934119e-14,0.5081272245412175,2.0173532232423302e-21,0.0,0.0,6.7568303813173333e-25,3.5212879918357392e-27
|
||||
0.0062500000000000003,-0.23554632185045196,86.651686272789604,1407.7420628636507,0.2508498736769051,6.3499530898757039e-06,7.2342720098650499e-07,0.00019497820643661572,0.37600232272866874,0.00052478012952656902,0.061516279270653028,1.6159965195061054e-05,9.7076587422762461e-07,9.5014446856122665e-26,2.0903520412921462e-22,0.0,5.5444584104336991e-19,4.0318644002222408e-21,2.892727700979295e-19,1.1262191769090987e-19,0.0002954139606957318,0.058151728687484354,1.8846969626719458e-12,3.2534427540260098e-15,1.5056331222665828e-21,2.9411383018367085e-21,2.4226946458935512e-19,8.353494307306172e-27,1.1214288163308737e-22,3.2703410623059468e-28,3.5439523624798867e-27,6.4397487036802935e-31,5.96527173018241e-30,9.7871969191653752e-22,1.7957966075851717e-20,2.1090746302658611e-21,3.5787748442926979e-13,4.4479319683895182e-12,8.1231058166554598e-14,1.6998458637447209e-13,1.4349611728499698e-11,0.00016953296349475923,3.3418867797069419e-06,8.1943870384012321e-07,2.4754701408506152e-09,4.0729636046265471e-18,1.2827067304658893e-13,7.0614182281550072e-20,8.9918072003284458e-25,1.7607811901823938e-12,1.3991059970122635e-14,1.4980150970824826e-12,4.4145809091718835e-14,0.50311659611598647,1.8346855935592804e-21,0.0,0.0,4.9213315397378392e-25,1.8947901766133839e-27
|
||||
0.0063157894736842104,-0.23531622120753923,84.390192902293549,1343.5091023576731,0.2633865199632704,5.3635124243121661e-06,4.9025621125741762e-07,0.00014581903738598444,0.38980455994002355,0.0003854881880687745,0.057942623994588077,1.7198571013930621e-05,1.2881736497293291e-06,1.9401967822778721e-26,5.7034446240443822e-23,0.0,2.4164509509279323e-19,1.4590548654789041e-21,1.3562044335889259e-19,7.2965201648369116e-20,0.00025402039963988931,0.053053693375493573,1.133777145844143e-12,2.4204068417724221e-15,7.5918877781207085e-22,1.6894374285347466e-21,1.6178070707943731e-19,2.9151931511750525e-27,7.5450971485907355e-23,1.6773925916994122e-28,1.6194292408321049e-27,1.7982637752499458e-30,2.4202009264874372e-29,3.2253534169397851e-22,1.1091312473661663e-20,1.6442237661125958e-21,1.4070280309053036e-13,2.6021866772840944e-12,4.656147929815791e-14,1.1928711837731052e-13,8.7498580674931083e-12,0.00015594342142611468,4.4249108580110707e-06,7.5352309366194141e-07,2.2419696769717138e-09,1.9385523247637577e-18,1.1114343802907243e-13,6.5614095121485352e-20,2.8295935203099618e-25,1.5532558266583469e-12,1.1833543258800821e-14,1.2858699877423232e-12,3.2705150379172339e-14,0.49822833043836373,1.656749113708189e-21,0.0,0.0,3.7944376168868424e-25,1.1886206014137389e-27
|
||||
0.0063815789473684204,-0.23421153078511292,82.073666144370108,1278.8836846221284,0.2772645382536151,4.6504441958405818e-06,3.2278503468278064e-07,0.00010639507140153803,0.4032159225470815,0.0002773881474492447,0.054381557025197862,1.7980282422992562e-05,1.755554206193225e-06,1.7633565175558315e-26,1.425476367407954e-23,0.0,9.9270489506274482e-20,4.8898581319426838e-22,6.1084471534749417e-20,4.996553574595556e-20,0.00022090317113613041,0.048150957070705352,6.687799238804421e-13,1.8881686211562752e-15,3.945113434330958e-22,9.7561667456478769e-22,1.0623358863736728e-19,1.006995637112127e-27,5.3185134133690772e-23,8.7072489236678773e-29,8.5362170540657664e-28,2.1779127671651295e-30,3.9054997500235306e-29,1.0048463175805663e-22,7.0223543573533121e-21,1.33937868311746e-21,5.358714939231381e-14,1.5017633952329141e-12,2.7215619785686087e-14,8.6722419086209845e-14,5.1238042704466103e-12,0.00014253438859683742,5.8202376525405438e-06,6.8711247054607746e-07,1.9982644919001373e-09,8.997490061865435e-19,9.7888157054819696e-14,6.3149293304331693e-20,8.1897345632379796e-26,1.3767244057675194e-12,1.0205737655980691e-14,1.1186206819135319e-12,2.4399035031765585e-14,0.49347312415409261,1.4838890519129182e-21,0.0,0.0,3.0588201102822177e-25,8.2060128536207393e-28
|
||||
0.0064473684210526313,-0.23226451131951226,79.709034612255437,1214.1566840870148,0.29264170466167067,4.1338495774588563e-06,2.0540321271161449e-07,7.5638664467004744e-05,0.41620769611721975,0.00019597508871470201,0.050843900597131952,1.8307420760141755e-05,2.3466770447831972e-06,1.7494053852162313e-26,3.2207684257188348e-24,0.0,3.7963924360390722e-20,1.4964311755037498e-22,2.6279026877573717e-20,3.6265067113224233e-20,0.00019375650132598342,0.043458136135279005,3.8419619825454899e-13,1.4969791555652467e-15,2.0522282049415839e-22,5.6881770372246896e-22,6.878638930536037e-20,3.3972384687956277e-28,3.8779776031289804e-23,4.4805312747781844e-29,5.1685147889241314e-28,2.0059287841153102e-30,4.928567955406179e-29,2.9607815248791259e-23,4.5429798825546403e-21,1.1244284127277441e-21,1.9903773282402253e-14,8.5828385049923112e-13,1.6444847890638362e-14,6.5482649155203699e-14,2.8621149376583548e-12,0.0001293479570093934,7.4990215748205939e-06,6.2168621552237971e-07,1.742211968035305e-09,4.0406345194150669e-19,8.6980409268143573e-14,6.2487123700190477e-20,2.1539965788906569e-26,1.2226518073825156e-12,8.9154542900606091e-15,9.8045352091520517e-13,1.8215468817705452e-14,0.48886243313172983,1.3164705778668861e-21,0.0,0.0,2.5407395434652343e-25,5.9658772899037787e-28
|
||||
0.0065131578947368422,-0.22951737056594745,77.303961488738139,1149.6334137315093,0.30969304328810987,3.7537421380284594e-06,1.2557114313646926e-07,5.2405246555582046e-05,0.42875100377001729,0.00013648236695057146,0.047340959096042919,1.8004928139912595e-05,2.9359157208271535e-06,9.199370420547809e-27,6.4889526686636607e-25,0.0,1.3334098146906604e-20,4.121001544272692e-23,1.0811481628768266e-20,2.7806434233875317e-20,0.0001709144595340132,0.038988547582957112,2.1332863972186739e-13,1.1706581734100318e-15,1.0301516648871126e-22,3.3666602413757284e-22,4.436371311056464e-20,1.111531260055598e-28,2.9017575097077099e-23,2.2479997302484746e-29,3.5262923197767078e-28,1.5523892625780927e-30,5.4265048740876272e-29,8.3930305165977081e-24,3.0036795856272228e-21,9.6145532060544885e-22,7.3200605353792165e-15,4.8677678005888459e-13,1.0415358925235712e-14,5.1272111903956188e-14,1.5132513885832692e-12,0.00011647270004133999,9.354939658263941e-06,5.5830779467156564e-07,1.4765148216018721e-09,1.747244713680489e-19,7.7536076219429237e-14,6.3200681337714834e-20,5.0842519588772857e-27,1.0852826259864215e-12,7.8422005592519226e-15,8.6182208417635503e-13,1.3531938746721849e-14,0.48440847989246211,1.1548784289779026e-21,0.0,0.0,2.1262499019848581e-25,4.4154583209197867e-28
|
||||
0.0065789473684210523,-0.22602298340804441,74.866896254910728,1085.6330954980087,0.32861048204081966,3.4654727537570978e-06,7.3253295074836472e-08,3.5475395145397104e-05,0.44081641168883884,9.4224532274572777e-05,0.043884440125576969,1.6974489368993923e-05,3.3813262379031547e-06,0.0,1.1494799183884299e-25,0.0,4.23951382029456e-21,1.0069639127428612e-23,4.3085338051447558e-21,2.2326265187986881e-20,0.00015120906977466027,0.034754375555272984,1.135511807834722e-13,8.8305200037213661e-16,4.8235510201785882e-23,2.0261551170360746e-22,2.8962173943862681e-20,3.5233076020430325e-29,2.2202472873260476e-23,1.0846178378814716e-29,2.6323455290314342e-28,1.0599911529908622e-30,5.4601860348900861e-29,2.4012191030882172e-24,2.034526941503752e-21,8.2962413883413195e-22,2.724433978781096e-15,2.7346230711183505e-13,6.9769938004274718e-15,4.1424107769906743e-14,7.5072287964935624e-13,0.00010404152027900979,1.1208449239040446e-05,4.977073880719379e-07,1.2094489158829537e-09,7.2598297684330968e-20,6.9059531252362587e-14,6.5049940554920862e-20,1.0631745497829117e-27,9.6083767161166227e-13,6.9118342145083221e-15,7.571168805102352e-13,9.9440544970111452e-15,0.48012422020211215,9.9951565778377399e-22,0.0,0.0,1.7269789649436039e-25,3.2365675375026919e-28
|
||||
0.0066447368421052623,-0.22184546683886444,72.407115590600142,1022.4873870850899,0.34960122395674287,3.2373667684239309e-06,4.0512284061401892e-08,2.3587723570264905e-05,0.45237358315223741,6.492802298035125e-05,0.040486393994275137,1.5242309415955603e-05,3.6189820789541475e-06,4.7462382244598928e-27,1.7675118863018254e-26,0.0,1.2027249194362562e-21,2.1623899937621371e-24,1.7162873037193991e-21,1.8556660323950811e-20,0.0001338462335667664,0.030766755556668579,5.7475697346136486e-14,6.3501707118232249e-16,2.0586955845952901e-23,1.2345747046844642e-22,1.9466984547944531e-20,1.0848655248619833e-29,1.7354760726814834e-23,4.9776059093048902e-30,2.088351146808123e-28,6.6743637177946997e-31,5.1962050020948362e-29,7.5257325557289181e-25,1.4151341900450296e-21,7.1753739559361871e-22,1.0473648999554142e-15,1.5121709048582721e-13,4.9460810383560777e-15,3.4305861774043871e-14,3.4643391476942545e-13,9.2211097381051887e-05,1.2842590705833233e-05,4.4037233065994894e-07,9.5403483882057808e-10,2.8982773290723653e-20,6.1287753493791791e-14,6.7980227987236835e-20,1.9460971435553194e-28,8.469414335042113e-13,6.0807500482901543e-15,6.631358307397313e-13,7.1806770318420268e-15,0.47602327112952075,8.5080112600893268e-22,0.0,0.0,1.292146794478546e-25,2.303401997963601e-28
|
||||
0.0067105263157894732,-0.21706072187442618,69.934746041539313,960.53864152801191,0.37288387837424963,3.0478985879789873e-06,2.1155781771506196e-08,1.5516705765798537e-05,0.46339111348202583,4.4970105642457596e-05,0.037159252766734735,1.2989668774820987e-05,3.6669825912845047e-06,0.0,2.3397155817260006e-27,0.0,3.0081721784663185e-22,4.1093065649897897e-25,7.1922006872871751e-22,1.5787824008282289e-20,0.00011830190875774773,0.027035762714234145,2.7508831878116894e-14,4.3522210570253646e-16,7.9509682127700941e-24,7.5693104519668047e-23,1.3619033237942889e-20,3.2544653091075064e-30,1.3848404361895126e-23,2.163514569057452e-30,1.7213306347391323e-28,4.053321229795014e-31,4.8225328043742068e-29,2.7741767693481434e-25,1.0110262781436733e-21,6.1910862513233532e-22,4.1996047803709258e-16,8.1617071232315019e-14,3.6839563339019055e-15,2.892770380725184e-14,1.477664559948313e-13,8.1128342316125763e-05,1.406073417269764e-05,3.8662632868063918e-07,7.2510976022529449e-10,1.1124713259365555e-20,5.4091800490198031e-14,7.2292976446433257e-20,3.0939941480186374e-29,7.4219804690565162e-13,5.3251244292902406e-15,5.7808056612004793e-13,5.0593369281097091e-15,0.47211978018150086,7.0916533573310894e-22,0.0,0.0,8.4924930323889116e-26,1.5803408230528147e-28
|
||||
0.0067763157894736841,-0.21175560669129126,67.460754754630713,900.13218774978134,0.39868371756302645,2.8829145487345167e-06,1.0449733412373289e-08,1.0173370414276284e-05,0.47383672558140627,3.1488099676036346e-05,0.033915947487846196,1.0516697912261969e-05,3.5788184105610238e-06,0.0,2.667257178315237e-28,0.0,6.591912919215824e-23,7.3128160567489202e-26,3.337661662094845e-22,1.3623109625606199e-20,0.00010423957084747183,0.023570277180721671,1.2448737478043141e-14,2.8699392819613039e-16,2.8094305452625044e-24,4.6613849844118366e-23,9.9266684168040099e-21,9.5110563289032723e-31,1.1254077081635227e-23,8.951501699377862e-31,1.4507645543714775e-28,2.4668932223846166e-31,4.469133850497273e-29,1.1981030184519804e-25,7.3999931895897394e-22,5.3121871454966902e-22,1.7532775097405011e-16,4.272795838369013e-14,2.8512857738482802e-15,2.4691723838739781e-14,5.8209077265923971e-14,7.0899239475861111e-05,1.4739418009644567e-05,3.3668770555045507e-07,5.3452741324125518e-10,4.1047704897503084e-21,4.7415743225409769e-14,7.9092217653147565e-20,4.2737929155362149e-30,6.4586699716775786e-13,4.6332597435491814e-15,5.0092656348355622e-13,3.4553791716270153e-15,0.46842818394742081,5.7504348256464883e-22,0.0,0.0,4.8323634126992304e-26,1.0523555391798202e-28
|
||||
0.0068421052631578941,-0.20602799016438333,64.996896442572975,841.61345125538128,0.42722255770043144,2.7333085533203798e-06,4.9292759857815744e-09,6.682890004109771e-06,0.4836778569086484,2.2364704483199988e-05,0.030770065790952268,8.1359273659873308e-06,3.4064956703276811e-06,0.0,2.6416437500482179e-29,0.0,1.2682611011844595e-23,1.4437709541529656e-26,1.7448855372020112e-22,1.1840750977673803e-20,9.1448130916684905e-05,0.020377742628410536,5.3679383402767487e-15,1.8474793813200156e-16,9.3417033418707916e-25,2.8931871348147864e-23,7.488035146321519e-21,2.6957867801497311e-31,9.2736114057650979e-24,3.5600296039510284e-31,1.2365081631132883e-28,1.5405495344490162e-31,4.1845922998053393e-29,5.7250369093135222e-26,5.5235940166818877e-22,4.5234778923647814e-22,7.5783862099141678e-17,2.1678627052054823e-14,2.2682401420424109e-15,2.12344809659395e-14,2.1326040154343598e-14,6.1575008552860371e-05,1.4850525272832678e-05,2.9070574423025384e-07,3.8694933835226558e-10,1.4525520963956069e-21,4.1240790301312484e-14,9.0863984320718753e-20,5.1818379882678838e-31,5.5761252539405799e-13,4.0002246580077342e-15,4.3105930497144099e-13,2.2758269928276963e-15,0.46496284165809171,4.4886595031721476e-22,0.0,0.0,2.4367311357631937e-26,6.8923831866244994e-29
|
||||
0.0069078947368421042,-0.1999878910116181,62.555611708138642,785.32972694000591,0.4586999532974879,2.5933055134740206e-06,2.2546212582114321e-09,4.4060406804571013e-06,0.49288259575305143,1.6122469506714579e-05,0.027736000501730369,6.0678707018309007e-06,3.1874624074126457e-06,5.3972431492139063e-27,2.3295232692364389e-30,0.0,2.1626056719117205e-24,4.0005246314430557e-27,1.0010515451282424e-22,1.0316288049078527e-20,7.9797630056055975e-05,0.017463834322848114,2.2353306097091532e-15,1.177000165803671e-16,3.042107207727294e-25,1.8150437047676492e-23,5.7902286007351046e-21,7.3528221606616478e-32,7.7069114331472934e-24,1.3710756617045229e-31,1.0575781966030082e-28,9.9437201495857267e-32,3.9594618735928073e-29,2.8830053441999596e-26,4.1834488593978404e-22,3.8177829059375582e-22,3.3771274143269419e-17,1.0701258219309592e-14,1.8380135216690153e-15,1.8331693522977868e-14,7.3602001666510913e-15,5.3158520769035047e-05,1.4447893403222993e-05,2.4877925316847255e-07,2.7915318083485236e-10,4.9069596563639159e-22,3.5565504679001872e-14,1.1048396930812418e-19,5.6045236479577781e-32,4.7731496077062984e-13,3.4243610379243367e-15,3.68082030395935e-13,1.4406199642497163e-15,0.46173753691537822,3.9374563227865222e-22,0.0,0.0,1.1320692998967952e-26,4.4891811408037426e-29
|
||||
0.0069736842105263151,-0.19375803284458298,60.149864637706848,731.62909627531667,0.4932656440804398,2.4592982243878507e-06,1.0056679505715862e-09,2.9088503647413988e-06,0.50142093131965859,1.1775000716297132e-05,0.024829019003009597,4.4064722017880061e-06,2.9453534027530686e-06,0.0,1.833089911937682e-31,0.0,3.2810609571218865e-25,1.5452817695352712e-27,6.0119160305025729e-23,8.9795585947198937e-21,6.9208860308493178e-05,0.014832038789503982,9.024701168086583e-16,7.4834315544044382e-17,1.0076251426877726e-25,1.145520961140443e-23,4.5488242270553523e-21,1.9126415046316189e-32,6.4265473844043841e-24,5.080588101799486e-32,9.0286804111596721e-29,6.6054382596824088e-32,3.7608267445110207e-29,1.4918798844105149e-26,3.2004942150603455e-22,3.1914586691313942e-22,1.5297012801509391e-17,5.1267225138771095e-15,1.5067110242317826e-15,1.5842164495087558e-14,2.4016770488132914e-15,4.5621791389855987e-05,1.3634335757629396e-05,2.1096284534338618e-07,2.0300669815907867e-10,1.5727911184583603e-22,3.0395228571074903e-14,1.3615430739030456e-19,5.4418008546218236e-33,4.0493740994316197e-13,2.9052351741845998e-15,3.1171582772574129e-13,8.7455071157989271e-16,0.45876483875316498,3.4273306545431015e-22,0.0,0.0,4.951256109142353e-27,2.9233152325417707e-29
|
||||
0.007105263157894736,-0.18116931706741002,55.482811269757043,633.00428317546175,0.5721442020907893,2.1947676920884894e-06,2.1829287418076951e-10,1.3348757036133486e-06,0.51690271413201505,6.6208411940537327e-06,0.019285056018662938,2.2367846853787128e-06,2.4224671511915324e-06,0.0,1.0182337352547849e-33,0.0,6.8641813409003658e-27,3.4603952343680634e-28,2.3623447692578435e-23,6.6745384381825105e-21,5.0463745156283006e-05,0.010260766613486832,1.5460029605817546e-16,3.2602754296169745e-17,1.5376755774613627e-26,4.7991781690005455e-24,2.8750631421421073e-21,1.1067312033207407e-33,4.4119227470026221e-24,6.9754826997534498e-33,6.3962293548121206e-29,3.1695128384128652e-32,3.3413799791735966e-29,4.2539493769080692e-27,1.9026071077197184e-22,2.1307823506332195e-22,3.7360148136014545e-18,1.1883208481481352e-15,1.029246440797432e-15,1.1693366824997962e-14,2.5242531515016588e-16,3.262649927334128e-05,1.1106976760620442e-05,1.4543428501083059e-07,1.1566876416001695e-10,1.3630091730570764e-23,2.1290162436828409e-14,1.809073521219877e-19,5.2018688280894452e-35,2.7950826217512259e-13,2.005417155460639e-15,2.1477651419319835e-13,2.9660287122618424e-16,0.45344231050943939,2.5059901962386773e-22,0.0,0.0,9.7322982266503961e-28,1.2981209751020598e-29
|
||||
0.0072368421052631578,-0.16929723043099093,51.09089339613945,547.76378614703071,0.6632754615809717,1.939041839447218e-06,4.7975309072633028e-11,6.2162218598902533e-07,0.5294733917895954,3.8290219131691189e-06,0.014459336162056047,1.0967030773427744e-06,1.9200611171627586e-06,4.2710089429986311e-29,5.1455000591959319e-36,0.0,3.1742986159935499e-28,7.8298412667997508e-29,8.8911485851196129e-24,4.824483658243881e-21,3.5532846371364952e-05,0.0067734150358258203,2.5543554383071716e-17,1.4737267241681357e-17,3.4290842384834348e-27,1.9069096720065455e-24,1.796136757711844e-21,5.0257306892636492e-35,2.9346934068592952e-24,8.4852987701443932e-34,4.3336252023759806e-29,1.5592256276426165e-32,2.7665248640842832e-29,1.220114640083509e-27,1.1174970938219663e-22,1.3488824077610105e-22,9.4869997029968968e-19,2.4922922804736539e-16,7.0656168874425066e-16,8.4502799509187182e-15,2.3540935050320372e-17,2.2593304044933167e-05,8.3178059031006895e-06,9.5623492538452763e-08,6.7468441746602673e-11,9.156309587757915e-25,1.4213032349230234e-14,1.6065565095935671e-19,1.7056225815842216e-36,1.8405308180398255e-13,1.3205604030467165e-15,1.4131626990548952e-13,8.93088489419031e-17,0.44921791086678325,1.7625575204731753e-22,0.0,0.0,1.7661102036329325e-28,5.7503733584269451e-30
|
||||
0.0073684210526315788,-0.15927935728164586,47.05324866252041,477.68364759674301,0.7626296744862795,1.6926191044172287e-06,1.0920443743265755e-11,2.9473642549229868e-07,0.53915775506736563,2.2487955632468687e-06,0.010457577987920751,5.307686698655939e-07,1.4653558472268318e-06,1.4478187078989873e-27,0.0,0.0,5.8130540964597931e-29,1.6969142193538899e-29,3.2240241302074372e-24,3.3806865690806847e-21,2.4172731878967693e-05,0.0042733738347171405,4.1241671105832943e-18,6.8455135059498307e-18,1.0045203127415969e-27,6.9806095068428804e-25,1.091286119593525e-21,1.9342503042020451e-36,1.8793518363151321e-24,9.6145414560318843e-35,2.7996101519199388e-29,7.6135227992562427e-33,2.1009662377008563e-29,3.4477342790896665e-28,6.4014165941775767e-23,8.1062164211987133e-23,2.413140622831266e-19,4.7419657381992715e-17,4.8499858100402188e-16,5.9422897199265608e-15,2.060463456813643e-18,1.5155413009474717e-05,5.8173920043499116e-06,6.0065988127563797e-08,3.878086591245005e-11,5.0676653667379976e-26,9.0483439530835799e-15,1.1431044891838436e-19,1.7196649853240834e-36,1.158066460775652e-13,8.3090252248817181e-16,8.888643758280644e-14,2.5187312813007699e-17,0.44605985518158314,1.1940221312575015e-22,0.0,0.0,3.0690775605865216e-29,2.5152444337152576e-30
|
||||
0.0074999999999999997,-0.15208049974164475,43.417637869909903,423.44294464449484,0.8621629701451575,1.459833988328462e-06,2.6315444319529628e-12,1.4345764656681978e-07,0.54617458529304763,1.3348799358847446e-06,0.0073312525923464149,2.5872180757386182e-07,1.0788748873238665e-06,0.0,7.8756393038414666e-38,0.0,1.3475627154810824e-29,3.6548748413618923e-30,1.17511019779949e-24,2.3079306773219692e-21,1.6006164813145718e-05,0.0026049116524392668,6.6737988492550377e-19,3.2440166508521598e-18,3.3222391721589031e-28,2.3525752121400156e-25,6.4593321640775969e-22,7.5539834024740381e-38,1.1667890262115108e-24,1.1011550562684728e-35,1.7416852755627228e-29,3.648509770196567e-33,1.4815555763384244e-29,9.6801338808226032e-29,3.5838333031119904e-23,4.682896212841146e-23,6.1359970012137713e-20,8.6922055120309857e-18,3.3329692835587047e-16,4.0739267852023327e-15,1.8688863596767437e-19,9.9179683767696076e-06,3.8697878377081302e-06,3.6448879242038535e-08,2.1980119571136168e-11,2.7087110989707102e-27,5.5484944832442247e-15,7.3231777205636599e-20,9.3288999429623642e-39,7.0397163551500467e-14,5.050939407846032e-16,5.4024521876990369e-14,7.091285391966188e-18,0.44385514429924755,7.8551117567174217e-23,0.0,0.0,5.2954129655689209e-30,1.0875699288642202e-30
|
||||
0.0076315789473684215,-0.14823113367678292,40.186308702614866,384.20393075650497,0.951729999822129,1.246196498326919e-06,6.8828628753325471e-13,7.1794984593183509e-08,0.55093255502795313,8.034937818832703e-07,0.0050477444974879023,1.2934713859324189e-07,7.7456916136835325e-07,4.5031313345632397e-31,1.6306542043926047e-38,0.0,3.2640670945737971e-30,8.1349783486145176e-31,4.4326358728615706e-25,1.5568125437378772e-21,1.0492105248336261e-05,0.0015734443005726987,1.134757816765103e-19,1.5775532667768199e-18,1.1734856949183231e-28,7.5547638035245857e-26,3.804603929996371e-22,3.8099787424370572e-39,7.1796599732853406e-25,1.4091312442371239e-36,1.0698729083462639e-29,1.7259298995965872e-33,1.0020762295003106e-29,2.8151613426062516e-29,2.0085240072662387e-23,2.6824783677017842e-23,1.523720616185698e-20,1.6927980490382543e-18,2.3046992632074336e-16,2.7556451987630627e-15,1.9992507166149271e-20,6.4387641089007076e-06,2.5156483696615981e-06,2.1923668753353812e-08,1.2546460126332135e-11,1.7512786238846114e-28,3.3601117554795893e-15,4.5192199266500514e-20,8.2781748516491706e-40,4.2414293518113811e-14,3.0431921965899232e-16,3.2547166838105266e-14,2.0273299084173376e-18,0.4424237623177098,5.1101602229953253e-23,0.0,0.0,9.5029169557320061e-31,4.7380105928778196e-31
|
||||
0.0078947368421052634,-0.14896324775782874,34.649023767449521,338.98136576377817,1.0807737064484482,8.8036824061560286e-07,7.5254340593828889e-14,2.3615353173826543e-08,0.5560919920661983,3.2563461512883498e-07,0.0023381153773141556,4.1370433810022863e-08,3.7617581628592644e-07,0.0,0.0,0.0,3.1991204639450163e-31,6.7961240027459491e-32,9.6127573486236831e-26,7.0338155253370719e-22,4.5262723010411857e-06,0.00059084198910840113,5.1283685956981767e-21,4.6620860689384379e-19,1.800713796421585e-29,9.1496135339192654e-27,1.3845909018793027e-22,3.5030421165139442e-41,2.7816455795248942e-25,4.6408017362349491e-38,4.1023617636012027e-30,3.8739393419609695e-34,4.3043194976166289e-30,3.1268572603439146e-30,6.7910154080089011e-24,9.2349078558164593e-24,1.5900538815216747e-21,1.1858310117805717e-19,1.1388840471070652e-16,1.2471248415015223e-15,5.9039549087485267e-22,2.7443940531090028e-06,1.04085883497118e-06,8.1794764121626053e-09,4.5746259343894175e-12,2.19430988234289e-30,1.2596932850575194e-15,1.700949110265986e-20,4.055618699840987e-38,1.5866385659125624e-14,1.1384008189839875e-16,1.2174728158260253e-14,2.9084255611673987e-19,0.44096908369357363,2.1706330412609904e-23,0.0,0.0,4.6516884459552087e-32,1.1638941913201507e-31
|
||||
0.0084210526315789472,-0.16518512280898537,25.32952543510828,308.27917845444023,1.1899926976090485,4.1076612920195685e-07,3.2184585284697705e-15,5.283434959824524e-09,0.55924007007201215,7.690471310364952e-08,0.00049556458329703273,7.7807074990211241e-09,7.7725568753701443e-08,0.0,0.0,0.0,6.8664441197585915e-28,2.1345197308404333e-33,1.2928936972873823e-26,1.4591784405017293e-22,8.7782616692540142e-07,9.2225430898563608e-05,4.0080951655535092e-23,6.6443364391456721e-20,6.8759884514588966e-31,2.7346086537843866e-28,2.1066600414318988e-23,1.2574261628479618e-43,4.5539151685696125e-26,3.9116711114401555e-40,6.5362654788195386e-31,1.9605582623897516e-35,7.1354601051483748e-31,8.4582964002029988e-32,9.2661687390294475e-25,1.2657359153174879e-24,8.7713754824134934e-23,3.1070680392016864e-21,3.0490478124330224e-17,2.5752462025863347e-16,8.1983700395432559e-24,5.2732358093452319e-07,1.7868817224864118e-07,1.2653905362435795e-09,8.2723681769935481e-13,9.8202641900121593e-33,1.9433058568413438e-16,2.6050275434937469e-21,0.0,2.4640196539349804e-15,1.7679149729361339e-17,1.8906971361104896e-15,2.6218971274549677e-20,0.44016997634909255,4.0897968060339617e-24,0.0,0.0,3.4332314289094305e-34,1.3856796944638048e-32
|
||||
0.0089473684210526309,-0.18336870042220435,16.755741310046346,301.51806410619059,1.2170347127237873,1.8231978213734092e-07,1.7968803305836112e-16,1.2719197043140823e-09,0.55985895399094199,1.8391437040829373e-08,9.4270969657460693e-05,1.4333121156610103e-09,1.3877404310326222e-08,0.0,0.0,0.0,2.6150205587589277e-29,7.9751474350295379e-35,2.1602214496163848e-27,2.7407901133652543e-23,1.5405043789203827e-07,1.2866556480623822e-05,3.8616269415655324e-25,9.0338072648093703e-21,2.2795176119941669e-32,8.3508379004763032e-30,2.8679494460198925e-24,2.4560748488590889e-45,6.6799776657641154e-27,7.5003276561727301e-42,9.2921481603567448e-32,7.5890480660392206e-37,1.0714553062052494e-31,2.3541306907756141e-33,1.1256409666914309e-25,1.5390490330497196e-25,6.9454295142225789e-24,1.352126227251286e-22,7.7422352001686678e-18,4.784134156783555e-17,3.4571718787250648e-25,9.1864650888023105e-08,2.7175265513273169e-08,1.749606640514828e-10,1.423257941187197e-13,1.8714306871673459e-34,2.6645975186743233e-17,3.5429724959717532e-22,0.0,3.4204173850414461e-16,2.4541229360663279e-18,2.6245583620498714e-16,3.287561973701401e-21,0.44003341792360656,6.9511392137519232e-25,0.0,0.0,2.4655968424084641e-36,1.6176572152759867e-33
|
||||
0.0094736842105263147,-0.19575554790704885,8.360531015448009,300.22969790687716,1.2223278456911002,7.8933504339246447e-08,1.0807074992575334e-17,3.0308367103786436e-10,0.55996755008698607,4.3186528719946976e-09,1.7018300442337413e-05,2.4648104697707216e-10,2.3171078609917656e-09,0.0,5.6020567911847097e-40,0.0,0.0,3.2582633264721458e-36,3.7687323878394767e-28,4.8949877829961154e-24,2.568300368994179e-08,1.6965897923755293e-06,3.8680759423249715e-27,1.1778490482045282e-21,6.9124702809861091e-34,2.4996975246444098e-31,3.6900005659147359e-25,7.1386766054598182e-47,9.2707285027537391e-28,1.9878791543465191e-43,1.2482459057534399e-32,2.4085340387413656e-38,1.4125397886923634e-32,6.2824504641486238e-35,1.289671600148096e-26,1.7636811440734429e-26,0.0,6.7190711641596671e-24,1.8989962447699496e-18,8.4364671563250963e-18,1.9680169198839951e-26,1.5208148288855848e-08,3.9015062324288976e-09,2.2862496884563171e-11,2.3548253298108397e-14,5.1462452257904968e-36,3.4481646068787487e-18,4.546937320935469e-23,1.02953402928658e-42,4.4875400774103577e-17,3.2197751921601528e-19,3.4433829760939296e-17,4.2812679752479614e-22,0.44001360408840529,1.1211725391195327e-25,0.0,0.0,1.7253132396821379e-38,1.8248760281148147e-34
|
||||
0.01,-0.20000053211702071,0.0,300.0,1.2232769518417772,3.393006995892486e-08,5.8593448163160575e-18,7.1825076968173199e-11,0.55998555958321894,1.0081253987454595e-09,3.0246913757780664e-06,4.0470263493093239e-11,3.7819507584413014e-10,1.7511346663442372e-33,1.5663430634867211e-40,0.0,0.0,5.8624575785409535e-37,6.6560952102975818e-29,8.6100764914332499e-25,4.2155863203285326e-09,2.1990681106633709e-07,5.0156512873103371e-28,1.5158789943730061e-22,8.8364339733136041e-35,3.1954440644008567e-32,4.66695191753619e-26,9.8319675787206882e-48,1.2651358388761431e-28,2.6892355836244254e-44,1.6482304620855007e-33,2.9778802445435245e-39,1.7333344982550851e-33,1.2133063633644375e-35,1.4515310920252774e-27,1.9850309288266122e-27,0.0,1.6576037539966806e-24,4.6096736909971065e-19,1.4646859963633012e-18,3.2048552870696477e-27,2.478859325990682e-09,5.5048098432499786e-10,2.9365605140896142e-12,3.8497385622952535e-15,8.4236170215616702e-37,4.3848077884106359e-19,5.733990065410459e-24,1.9882736732180194e-43,5.7873354910273971e-18,4.1523683188572574e-20,4.4407430722818876e-18,5.5449749245651387e-23,0.44001115314204131,1.7798601337797216e-26,0.0,0.0,1.9334077976259952e-39,2.0364101184464484e-35
|
||||
|
2042
cantera-transport.cti
Normal file
2042
cantera-transport.cti
Normal file
File diff suppressed because it is too large
Load diff
41
constant/chemistryProperties
Normal file
41
constant/chemistryProperties
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object chemistryProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver EulerImplicit;
|
||||
chemistryThermo psi;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
EulerImplicitCoeffs
|
||||
{
|
||||
cTauChem 1;
|
||||
equilibriumRateLimiter off;
|
||||
}
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver rodas23;
|
||||
absTol 1e-12;
|
||||
relTol 0.01;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
28
constant/combustionProperties
Normal file
28
constant/combustionProperties
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object combustionProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel laminar<psiChemistryCombustion>;
|
||||
|
||||
active true; false; //
|
||||
|
||||
laminarCoeffs
|
||||
{
|
||||
integrateReactionRate true;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
22
constant/g
Normal file
22
constant/g
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class uniformDimensionedVectorField;
|
||||
location "constant";
|
||||
object g;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -2 0 0 0 0];
|
||||
value ( 0 0 0 );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
449
constant/gri/GRI30/grimech30.dat
Normal file
449
constant/gri/GRI30/grimech30.dat
Normal file
|
|
@ -0,0 +1,449 @@
|
|||
! GRI-Mech Version 3.0 7/30/99 CHEMKIN-II format
|
||||
! See README30 file at anonymous FTP site unix.sri.com, directory gri;
|
||||
! WorldWideWeb home page http://www.me.berkeley.edu/gri_mech/ or
|
||||
! through http://www.gri.org , under 'Basic Research',
|
||||
! for additional information, contacts, and disclaimer
|
||||
ELEMENTS
|
||||
O H C N AR
|
||||
END
|
||||
SPECIES
|
||||
H2 H O O2 OH H2O HO2 H2O2
|
||||
C CH CH2 CH2(S) CH3 CH4 CO CO2
|
||||
HCO CH2O CH2OH CH3O CH3OH C2H C2H2 C2H3
|
||||
C2H4 C2H5 C2H6 HCCO CH2CO HCCOH N NH
|
||||
NH2 NH3 NNH NO NO2 N2O HNO CN
|
||||
HCN H2CN HCNN HCNO HOCN HNCO NCO N2
|
||||
AR C3H7 C3H8 CH2CHO CH3CHO
|
||||
END
|
||||
!THERMO
|
||||
! Insert GRI-Mech thermodynamics here or use in default file
|
||||
!END
|
||||
REACTIONS
|
||||
2O+M<=>O2+M 1.200E+17 -1.000 .00
|
||||
H2/ 2.40/ H2O/15.40/ CH4/ 2.00/ CO/ 1.75/ CO2/ 3.60/ C2H6/ 3.00/ AR/ .83/
|
||||
O+H+M<=>OH+M 5.000E+17 -1.000 .00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+H2<=>H+OH 3.870E+04 2.700 6260.00
|
||||
O+HO2<=>OH+O2 2.000E+13 .000 .00
|
||||
O+H2O2<=>OH+HO2 9.630E+06 2.000 4000.00
|
||||
O+CH<=>H+CO 5.700E+13 .000 .00
|
||||
O+CH2<=>H+HCO 8.000E+13 .000 .00
|
||||
O+CH2(S)<=>H2+CO 1.500E+13 .000 .00
|
||||
O+CH2(S)<=>H+HCO 1.500E+13 .000 .00
|
||||
O+CH3<=>H+CH2O 5.060E+13 .000 .00
|
||||
O+CH4<=>OH+CH3 1.020E+09 1.500 8600.00
|
||||
O+CO(+M)<=>CO2(+M) 1.800E+10 .000 2385.00
|
||||
LOW/ 6.020E+14 .000 3000.00/
|
||||
H2/2.00/ O2/6.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/3.50/ C2H6/3.00/ AR/ .50/
|
||||
O+HCO<=>OH+CO 3.000E+13 .000 .00
|
||||
O+HCO<=>H+CO2 3.000E+13 .000 .00
|
||||
O+CH2O<=>OH+HCO 3.900E+13 .000 3540.00
|
||||
O+CH2OH<=>OH+CH2O 1.000E+13 .000 .00
|
||||
O+CH3O<=>OH+CH2O 1.000E+13 .000 .00
|
||||
O+CH3OH<=>OH+CH2OH 3.880E+05 2.500 3100.00
|
||||
O+CH3OH<=>OH+CH3O 1.300E+05 2.500 5000.00
|
||||
O+C2H<=>CH+CO 5.000E+13 .000 .00
|
||||
O+C2H2<=>H+HCCO 1.350E+07 2.000 1900.00
|
||||
O+C2H2<=>OH+C2H 4.600E+19 -1.410 28950.00
|
||||
O+C2H2<=>CO+CH2 6.940E+06 2.000 1900.00
|
||||
O+C2H3<=>H+CH2CO 3.000E+13 .000 .00
|
||||
O+C2H4<=>CH3+HCO 1.250E+07 1.830 220.00
|
||||
O+C2H5<=>CH3+CH2O 2.240E+13 .000 .00
|
||||
O+C2H6<=>OH+C2H5 8.980E+07 1.920 5690.00
|
||||
O+HCCO<=>H+2CO 1.000E+14 .000 .00
|
||||
O+CH2CO<=>OH+HCCO 1.000E+13 .000 8000.00
|
||||
O+CH2CO<=>CH2+CO2 1.750E+12 .000 1350.00
|
||||
O2+CO<=>O+CO2 2.500E+12 .000 47800.00
|
||||
O2+CH2O<=>HO2+HCO 1.000E+14 .000 40000.00
|
||||
H+O2+M<=>HO2+M 2.800E+18 -.860 .00
|
||||
O2/ .00/ H2O/ .00/ CO/ .75/ CO2/1.50/ C2H6/1.50/ N2/ .00/ AR/ .00/
|
||||
H+2O2<=>HO2+O2 2.080E+19 -1.240 .00
|
||||
H+O2+H2O<=>HO2+H2O 11.26E+18 -.760 .00
|
||||
H+O2+N2<=>HO2+N2 2.600E+19 -1.240 .00
|
||||
H+O2+AR<=>HO2+AR 7.000E+17 -.800 .00
|
||||
H+O2<=>O+OH 2.650E+16 -.6707 17041.00
|
||||
2H+M<=>H2+M 1.000E+18 -1.000 .00
|
||||
H2/ .00/ H2O/ .00/ CH4/2.00/ CO2/ .00/ C2H6/3.00/ AR/ .63/
|
||||
2H+H2<=>2H2 9.000E+16 -.600 .00
|
||||
2H+H2O<=>H2+H2O 6.000E+19 -1.250 .00
|
||||
2H+CO2<=>H2+CO2 5.500E+20 -2.000 .00
|
||||
H+OH+M<=>H2O+M 2.200E+22 -2.000 .00
|
||||
H2/ .73/ H2O/3.65/ CH4/2.00/ C2H6/3.00/ AR/ .38/
|
||||
H+HO2<=>O+H2O 3.970E+12 .000 671.00
|
||||
H+HO2<=>O2+H2 4.480E+13 .000 1068.00
|
||||
H+HO2<=>2OH 0.840E+14 .000 635.00
|
||||
H+H2O2<=>HO2+H2 1.210E+07 2.000 5200.00
|
||||
H+H2O2<=>OH+H2O 1.000E+13 .000 3600.00
|
||||
H+CH<=>C+H2 1.650E+14 .000 .00
|
||||
H+CH2(+M)<=>CH3(+M) 6.000E+14 .000 .00
|
||||
LOW / 1.040E+26 -2.760 1600.00/
|
||||
TROE/ .5620 91.00 5836.00 8552.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+CH2(S)<=>CH+H2 3.000E+13 .000 .00
|
||||
H+CH3(+M)<=>CH4(+M) 13.90E+15 -.534 536.00
|
||||
LOW / 2.620E+33 -4.760 2440.00/
|
||||
TROE/ .7830 74.00 2941.00 6964.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/3.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+CH4<=>CH3+H2 6.600E+08 1.620 10840.00
|
||||
H+HCO(+M)<=>CH2O(+M) 1.090E+12 .480 -260.00
|
||||
LOW / 2.470E+24 -2.570 425.00/
|
||||
TROE/ .7824 271.00 2755.00 6570.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+HCO<=>H2+CO 7.340E+13 .000 .00
|
||||
H+CH2O(+M)<=>CH2OH(+M) 5.400E+11 .454 3600.00
|
||||
LOW / 1.270E+32 -4.820 6530.00/
|
||||
TROE/ .7187 103.00 1291.00 4160.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2O(+M)<=>CH3O(+M) 5.400E+11 .454 2600.00
|
||||
LOW / 2.200E+30 -4.800 5560.00/
|
||||
TROE/ .7580 94.00 1555.00 4200.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2O<=>HCO+H2 5.740E+07 1.900 2742.00
|
||||
H+CH2OH(+M)<=>CH3OH(+M) 1.055E+12 .500 86.00
|
||||
LOW / 4.360E+31 -4.650 5080.00/
|
||||
TROE/ .600 100.00 90000.0 10000.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2OH<=>H2+CH2O 2.000E+13 .000 .00
|
||||
H+CH2OH<=>OH+CH3 1.650E+11 .650 -284.00
|
||||
H+CH2OH<=>CH2(S)+H2O 3.280E+13 -.090 610.00
|
||||
H+CH3O(+M)<=>CH3OH(+M) 2.430E+12 .515 50.00
|
||||
LOW / 4.660E+41 -7.440 14080.0/
|
||||
TROE/ .700 100.00 90000.0 10000.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH3O<=>H+CH2OH 4.150E+07 1.630 1924.00
|
||||
H+CH3O<=>H2+CH2O 2.000E+13 .000 .00
|
||||
H+CH3O<=>OH+CH3 1.500E+12 .500 -110.00
|
||||
H+CH3O<=>CH2(S)+H2O 2.620E+14 -.230 1070.00
|
||||
H+CH3OH<=>CH2OH+H2 1.700E+07 2.100 4870.00
|
||||
H+CH3OH<=>CH3O+H2 4.200E+06 2.100 4870.00
|
||||
H+C2H(+M)<=>C2H2(+M) 1.000E+17 -1.000 .00
|
||||
LOW / 3.750E+33 -4.800 1900.00/
|
||||
TROE/ .6464 132.00 1315.00 5566.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H2(+M)<=>C2H3(+M) 5.600E+12 .000 2400.00
|
||||
LOW / 3.800E+40 -7.270 7220.00/
|
||||
TROE/ .7507 98.50 1302.00 4167.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H3(+M)<=>C2H4(+M) 6.080E+12 .270 280.00
|
||||
LOW / 1.400E+30 -3.860 3320.00/
|
||||
TROE/ .7820 207.50 2663.00 6095.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H3<=>H2+C2H2 3.000E+13 .000 .00
|
||||
H+C2H4(+M)<=>C2H5(+M) 0.540E+12 .454 1820.00
|
||||
LOW / 0.600E+42 -7.620 6970.00/
|
||||
TROE/ .9753 210.00 984.00 4374.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H4<=>C2H3+H2 1.325E+06 2.530 12240.00
|
||||
H+C2H5(+M)<=>C2H6(+M) 5.210E+17 -.990 1580.00
|
||||
LOW / 1.990E+41 -7.080 6685.00/
|
||||
TROE/ .8422 125.00 2219.00 6882.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H5<=>H2+C2H4 2.000E+12 .000 .00
|
||||
H+C2H6<=>C2H5+H2 1.150E+08 1.900 7530.00
|
||||
H+HCCO<=>CH2(S)+CO 1.000E+14 .000 .00
|
||||
H+CH2CO<=>HCCO+H2 5.000E+13 .000 8000.00
|
||||
H+CH2CO<=>CH3+CO 1.130E+13 .000 3428.00
|
||||
H+HCCOH<=>H+CH2CO 1.000E+13 .000 .00
|
||||
H2+CO(+M)<=>CH2O(+M) 4.300E+07 1.500 79600.00
|
||||
LOW / 5.070E+27 -3.420 84350.00/
|
||||
TROE/ .9320 197.00 1540.00 10300.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
OH+H2<=>H+H2O 2.160E+08 1.510 3430.00
|
||||
2OH(+M)<=>H2O2(+M) 7.400E+13 -.370 .00
|
||||
LOW / 2.300E+18 -.900 -1700.00/
|
||||
TROE/ .7346 94.00 1756.00 5182.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
2OH<=>O+H2O 3.570E+04 2.400 -2110.00
|
||||
OH+HO2<=>O2+H2O 1.450E+13 .000 -500.00
|
||||
DUPLICATE
|
||||
OH+H2O2<=>HO2+H2O 2.000E+12 .000 427.00
|
||||
DUPLICATE
|
||||
OH+H2O2<=>HO2+H2O 1.700E+18 .000 29410.00
|
||||
DUPLICATE
|
||||
OH+C<=>H+CO 5.000E+13 .000 .00
|
||||
OH+CH<=>H+HCO 3.000E+13 .000 .00
|
||||
OH+CH2<=>H+CH2O 2.000E+13 .000 .00
|
||||
OH+CH2<=>CH+H2O 1.130E+07 2.000 3000.00
|
||||
OH+CH2(S)<=>H+CH2O 3.000E+13 .000 .00
|
||||
OH+CH3(+M)<=>CH3OH(+M) 2.790E+18 -1.430 1330.00
|
||||
LOW / 4.000E+36 -5.920 3140.00/
|
||||
TROE/ .4120 195.0 5900.00 6394.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
OH+CH3<=>CH2+H2O 5.600E+07 1.600 5420.00
|
||||
OH+CH3<=>CH2(S)+H2O 6.440E+17 -1.340 1417.00
|
||||
OH+CH4<=>CH3+H2O 1.000E+08 1.600 3120.00
|
||||
OH+CO<=>H+CO2 4.760E+07 1.228 70.00
|
||||
OH+HCO<=>H2O+CO 5.000E+13 .000 .00
|
||||
OH+CH2O<=>HCO+H2O 3.430E+09 1.180 -447.00
|
||||
OH+CH2OH<=>H2O+CH2O 5.000E+12 .000 .00
|
||||
OH+CH3O<=>H2O+CH2O 5.000E+12 .000 .00
|
||||
OH+CH3OH<=>CH2OH+H2O 1.440E+06 2.000 -840.00
|
||||
OH+CH3OH<=>CH3O+H2O 6.300E+06 2.000 1500.00
|
||||
OH+C2H<=>H+HCCO 2.000E+13 .000 .00
|
||||
OH+C2H2<=>H+CH2CO 2.180E-04 4.500 -1000.00
|
||||
OH+C2H2<=>H+HCCOH 5.040E+05 2.300 13500.00
|
||||
OH+C2H2<=>C2H+H2O 3.370E+07 2.000 14000.00
|
||||
OH+C2H2<=>CH3+CO 4.830E-04 4.000 -2000.00
|
||||
OH+C2H3<=>H2O+C2H2 5.000E+12 .000 .00
|
||||
OH+C2H4<=>C2H3+H2O 3.600E+06 2.000 2500.00
|
||||
OH+C2H6<=>C2H5+H2O 3.540E+06 2.120 870.00
|
||||
OH+CH2CO<=>HCCO+H2O 7.500E+12 .000 2000.00
|
||||
2HO2<=>O2+H2O2 1.300E+11 .000 -1630.00
|
||||
DUPLICATE
|
||||
2HO2<=>O2+H2O2 4.200E+14 .000 12000.00
|
||||
DUPLICATE
|
||||
HO2+CH2<=>OH+CH2O 2.000E+13 .000 .00
|
||||
HO2+CH3<=>O2+CH4 1.000E+12 .000 .00
|
||||
HO2+CH3<=>OH+CH3O 3.780E+13 .000 .00
|
||||
HO2+CO<=>OH+CO2 1.500E+14 .000 23600.00
|
||||
HO2+CH2O<=>HCO+H2O2 5.600E+06 2.000 12000.00
|
||||
C+O2<=>O+CO 5.800E+13 .000 576.00
|
||||
C+CH2<=>H+C2H 5.000E+13 .000 .00
|
||||
C+CH3<=>H+C2H2 5.000E+13 .000 .00
|
||||
CH+O2<=>O+HCO 6.710E+13 .000 .00
|
||||
CH+H2<=>H+CH2 1.080E+14 .000 3110.00
|
||||
CH+H2O<=>H+CH2O 5.710E+12 .000 -755.00
|
||||
CH+CH2<=>H+C2H2 4.000E+13 .000 .00
|
||||
CH+CH3<=>H+C2H3 3.000E+13 .000 .00
|
||||
CH+CH4<=>H+C2H4 6.000E+13 .000 .00
|
||||
CH+CO(+M)<=>HCCO(+M) 5.000E+13 .000 .00
|
||||
LOW / 2.690E+28 -3.740 1936.00/
|
||||
TROE/ .5757 237.00 1652.00 5069.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH+CO2<=>HCO+CO 1.900E+14 .000 15792.00
|
||||
CH+CH2O<=>H+CH2CO 9.460E+13 .000 -515.00
|
||||
CH+HCCO<=>CO+C2H2 5.000E+13 .000 .00
|
||||
CH2+O2=>OH+H+CO 5.000E+12 .000 1500.00
|
||||
CH2+H2<=>H+CH3 5.000E+05 2.000 7230.00
|
||||
2CH2<=>H2+C2H2 1.600E+15 .000 11944.00
|
||||
CH2+CH3<=>H+C2H4 4.000E+13 .000 .00
|
||||
CH2+CH4<=>2CH3 2.460E+06 2.000 8270.00
|
||||
CH2+CO(+M)<=>CH2CO(+M) 8.100E+11 .500 4510.00
|
||||
LOW / 2.690E+33 -5.110 7095.00/
|
||||
TROE/ .5907 275.00 1226.00 5185.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH2+HCCO<=>C2H3+CO 3.000E+13 .000 .00
|
||||
CH2(S)+N2<=>CH2+N2 1.500E+13 .000 600.00
|
||||
CH2(S)+AR<=>CH2+AR 9.000E+12 .000 600.00
|
||||
CH2(S)+O2<=>H+OH+CO 2.800E+13 .000 .00
|
||||
CH2(S)+O2<=>CO+H2O 1.200E+13 .000 .00
|
||||
CH2(S)+H2<=>CH3+H 7.000E+13 .000 .00
|
||||
CH2(S)+H2O(+M)<=>CH3OH(+M) 4.820E+17 -1.160 1145.00
|
||||
LOW / 1.880E+38 -6.360 5040.00/
|
||||
TROE/ .6027 208.00 3922.00 10180.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
CH2(S)+H2O<=>CH2+H2O 3.000E+13 .000 .00
|
||||
CH2(S)+CH3<=>H+C2H4 1.200E+13 .000 -570.00
|
||||
CH2(S)+CH4<=>2CH3 1.600E+13 .000 -570.00
|
||||
CH2(S)+CO<=>CH2+CO 9.000E+12 .000 .00
|
||||
CH2(S)+CO2<=>CH2+CO2 7.000E+12 .000 .00
|
||||
CH2(S)+CO2<=>CO+CH2O 1.400E+13 .000 .00
|
||||
CH2(S)+C2H6<=>CH3+C2H5 4.000E+13 .000 -550.00
|
||||
CH3+O2<=>O+CH3O 3.560E+13 .000 30480.00
|
||||
CH3+O2<=>OH+CH2O 2.310E+12 .000 20315.00
|
||||
CH3+H2O2<=>HO2+CH4 2.450E+04 2.470 5180.00
|
||||
2CH3(+M)<=>C2H6(+M) 6.770E+16 -1.180 654.00
|
||||
LOW / 3.400E+41 -7.030 2762.00/
|
||||
TROE/ .6190 73.20 1180.00 9999.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
2CH3<=>H+C2H5 6.840E+12 .100 10600.00
|
||||
CH3+HCO<=>CH4+CO 2.648E+13 .000 .00
|
||||
CH3+CH2O<=>HCO+CH4 3.320E+03 2.810 5860.00
|
||||
CH3+CH3OH<=>CH2OH+CH4 3.000E+07 1.500 9940.00
|
||||
CH3+CH3OH<=>CH3O+CH4 1.000E+07 1.500 9940.00
|
||||
CH3+C2H4<=>C2H3+CH4 2.270E+05 2.000 9200.00
|
||||
CH3+C2H6<=>C2H5+CH4 6.140E+06 1.740 10450.00
|
||||
HCO+H2O<=>H+CO+H2O 1.500E+18 -1.000 17000.00
|
||||
HCO+M<=>H+CO+M 1.870E+17 -1.000 17000.00
|
||||
H2/2.00/ H2O/ .00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
HCO+O2<=>HO2+CO 13.45E+12 .000 400.00
|
||||
CH2OH+O2<=>HO2+CH2O 1.800E+13 .000 900.00
|
||||
CH3O+O2<=>HO2+CH2O 4.280E-13 7.600 -3530.00
|
||||
C2H+O2<=>HCO+CO 1.000E+13 .000 -755.00
|
||||
C2H+H2<=>H+C2H2 5.680E+10 0.900 1993.00
|
||||
C2H3+O2<=>HCO+CH2O 4.580E+16 -1.390 1015.00
|
||||
C2H4(+M)<=>H2+C2H2(+M) 8.000E+12 .440 86770.00
|
||||
LOW / 1.580E+51 -9.300 97800.00/
|
||||
TROE/ .7345 180.00 1035.00 5417.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
C2H5+O2<=>HO2+C2H4 8.400E+11 .000 3875.00
|
||||
HCCO+O2<=>OH+2CO 3.200E+12 .000 854.00
|
||||
2HCCO<=>2CO+C2H2 1.000E+13 .000 .00
|
||||
N+NO<=>N2+O 2.700E+13 .000 355.00
|
||||
N+O2<=>NO+O 9.000E+09 1.000 6500.00
|
||||
N+OH<=>NO+H 3.360E+13 .000 385.00
|
||||
N2O+O<=>N2+O2 1.400E+12 .000 10810.00
|
||||
N2O+O<=>2NO 2.900E+13 .000 23150.00
|
||||
N2O+H<=>N2+OH 3.870E+14 .000 18880.00
|
||||
N2O+OH<=>N2+HO2 2.000E+12 .000 21060.00
|
||||
N2O(+M)<=>N2+O(+M) 7.910E+10 .000 56020.00
|
||||
LOW / 6.370E+14 .000 56640.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .625/
|
||||
HO2+NO<=>NO2+OH 2.110E+12 .000 -480.00
|
||||
NO+O+M<=>NO2+M 1.060E+20 -1.410 .00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NO2+O<=>NO+O2 3.900E+12 .000 -240.00
|
||||
NO2+H<=>NO+OH 1.320E+14 .000 360.00
|
||||
NH+O<=>NO+H 4.000E+13 .000 .00
|
||||
NH+H<=>N+H2 3.200E+13 .000 330.00
|
||||
NH+OH<=>HNO+H 2.000E+13 .000 .00
|
||||
NH+OH<=>N+H2O 2.000E+09 1.200 .00
|
||||
NH+O2<=>HNO+O 4.610E+05 2.000 6500.00
|
||||
NH+O2<=>NO+OH 1.280E+06 1.500 100.00
|
||||
NH+N<=>N2+H 1.500E+13 .000 .00
|
||||
NH+H2O<=>HNO+H2 2.000E+13 .000 13850.00
|
||||
NH+NO<=>N2+OH 2.160E+13 -.230 .00
|
||||
NH+NO<=>N2O+H 3.650E+14 -.450 .00
|
||||
NH2+O<=>OH+NH 3.000E+12 .000 .00
|
||||
NH2+O<=>H+HNO 3.900E+13 .000 .00
|
||||
NH2+H<=>NH+H2 4.000E+13 .000 3650.00
|
||||
NH2+OH<=>NH+H2O 9.000E+07 1.500 -460.00
|
||||
NNH<=>N2+H 3.300E+08 .000 .00
|
||||
NNH+M<=>N2+H+M 1.300E+14 -.110 4980.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NNH+O2<=>HO2+N2 5.000E+12 .000 .00
|
||||
NNH+O<=>OH+N2 2.500E+13 .000 .00
|
||||
NNH+O<=>NH+NO 7.000E+13 .000 .00
|
||||
NNH+H<=>H2+N2 5.000E+13 .000 .00
|
||||
NNH+OH<=>H2O+N2 2.000E+13 .000 .00
|
||||
NNH+CH3<=>CH4+N2 2.500E+13 .000 .00
|
||||
H+NO+M<=>HNO+M 4.480E+19 -1.320 740.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HNO+O<=>NO+OH 2.500E+13 .000 .00
|
||||
HNO+H<=>H2+NO 9.000E+11 .720 660.00
|
||||
HNO+OH<=>NO+H2O 1.300E+07 1.900 -950.00
|
||||
HNO+O2<=>HO2+NO 1.000E+13 .000 13000.00
|
||||
CN+O<=>CO+N 7.700E+13 .000 .00
|
||||
CN+OH<=>NCO+H 4.000E+13 .000 .00
|
||||
CN+H2O<=>HCN+OH 8.000E+12 .000 7460.00
|
||||
CN+O2<=>NCO+O 6.140E+12 .000 -440.00
|
||||
CN+H2<=>HCN+H 2.950E+05 2.450 2240.00
|
||||
NCO+O<=>NO+CO 2.350E+13 .000 .00
|
||||
NCO+H<=>NH+CO 5.400E+13 .000 .00
|
||||
NCO+OH<=>NO+H+CO 0.250E+13 .000 .00
|
||||
NCO+N<=>N2+CO 2.000E+13 .000 .00
|
||||
NCO+O2<=>NO+CO2 2.000E+12 .000 20000.00
|
||||
NCO+M<=>N+CO+M 3.100E+14 .000 54050.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NCO+NO<=>N2O+CO 1.900E+17 -1.520 740.00
|
||||
NCO+NO<=>N2+CO2 3.800E+18 -2.000 800.00
|
||||
HCN+M<=>H+CN+M 1.040E+29 -3.300 126600.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HCN+O<=>NCO+H 2.030E+04 2.640 4980.00
|
||||
HCN+O<=>NH+CO 5.070E+03 2.640 4980.00
|
||||
HCN+O<=>CN+OH 3.910E+09 1.580 26600.00
|
||||
HCN+OH<=>HOCN+H 1.100E+06 2.030 13370.00
|
||||
HCN+OH<=>HNCO+H 4.400E+03 2.260 6400.00
|
||||
HCN+OH<=>NH2+CO 1.600E+02 2.560 9000.00
|
||||
H+HCN(+M)<=>H2CN(+M) 3.300E+13 .000 .00
|
||||
LOW / 1.400E+26 -3.400 1900.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H2CN+N<=>N2+CH2 6.000E+13 .000 400.00
|
||||
C+N2<=>CN+N 6.300E+13 .000 46020.00
|
||||
CH+N2<=>HCN+N 3.120E+09 0.880 20130.00
|
||||
CH+N2(+M)<=>HCNN(+M) 3.100E+12 .150 .00
|
||||
LOW / 1.300E+25 -3.160 740.00/
|
||||
TROE/ .6670 235.00 2117.00 4536.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ 1.0/
|
||||
CH2+N2<=>HCN+NH 1.000E+13 .000 74000.00
|
||||
CH2(S)+N2<=>NH+HCN 1.000E+11 .000 65000.00
|
||||
C+NO<=>CN+O 1.900E+13 .000 .00
|
||||
C+NO<=>CO+N 2.900E+13 .000 .00
|
||||
CH+NO<=>HCN+O 4.100E+13 .000 .00
|
||||
CH+NO<=>H+NCO 1.620E+13 .000 .00
|
||||
CH+NO<=>N+HCO 2.460E+13 .000 .00
|
||||
CH2+NO<=>H+HNCO 3.100E+17 -1.380 1270.00
|
||||
CH2+NO<=>OH+HCN 2.900E+14 -.690 760.00
|
||||
CH2+NO<=>H+HCNO 3.800E+13 -.360 580.00
|
||||
CH2(S)+NO<=>H+HNCO 3.100E+17 -1.380 1270.00
|
||||
CH2(S)+NO<=>OH+HCN 2.900E+14 -.690 760.00
|
||||
CH2(S)+NO<=>H+HCNO 3.800E+13 -.360 580.00
|
||||
CH3+NO<=>HCN+H2O 9.600E+13 .000 28800.00
|
||||
CH3+NO<=>H2CN+OH 1.000E+12 .000 21750.00
|
||||
HCNN+O<=>CO+H+N2 2.200E+13 .000 .00
|
||||
HCNN+O<=>HCN+NO 2.000E+12 .000 .00
|
||||
HCNN+O2<=>O+HCO+N2 1.200E+13 .000 .00
|
||||
HCNN+OH<=>H+HCO+N2 1.200E+13 .000 .00
|
||||
HCNN+H<=>CH2+N2 1.000E+14 .000 .00
|
||||
HNCO+O<=>NH+CO2 9.800E+07 1.410 8500.00
|
||||
HNCO+O<=>HNO+CO 1.500E+08 1.570 44000.00
|
||||
HNCO+O<=>NCO+OH 2.200E+06 2.110 11400.00
|
||||
HNCO+H<=>NH2+CO 2.250E+07 1.700 3800.00
|
||||
HNCO+H<=>H2+NCO 1.050E+05 2.500 13300.00
|
||||
HNCO+OH<=>NCO+H2O 3.300E+07 1.500 3600.00
|
||||
HNCO+OH<=>NH2+CO2 3.300E+06 1.500 3600.00
|
||||
HNCO+M<=>NH+CO+M 1.180E+16 .000 84720.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HCNO+H<=>H+HNCO 2.100E+15 -.690 2850.00
|
||||
HCNO+H<=>OH+HCN 2.700E+11 .180 2120.00
|
||||
HCNO+H<=>NH2+CO 1.700E+14 -.750 2890.00
|
||||
HOCN+H<=>H+HNCO 2.000E+07 2.000 2000.00
|
||||
HCCO+NO<=>HCNO+CO 0.900E+13 .000 .00
|
||||
CH3+N<=>H2CN+H 6.100E+14 -.310 290.00
|
||||
CH3+N<=>HCN+H2 3.700E+12 .150 -90.00
|
||||
NH3+H<=>NH2+H2 5.400E+05 2.400 9915.00
|
||||
NH3+OH<=>NH2+H2O 5.000E+07 1.600 955.00
|
||||
NH3+O<=>NH2+OH 9.400E+06 1.940 6460.00
|
||||
NH+CO2<=>HNO+CO 1.000E+13 .000 14350.00
|
||||
CN+NO2<=>NCO+NO 6.160E+15 -0.752 345.00
|
||||
NCO+NO2<=>N2O+CO2 3.250E+12 .000 -705.00
|
||||
N+CO2<=>NO+CO 3.000E+12 .000 11300.00
|
||||
O+CH3=>H+H2+CO 3.370E+13 .000 .00
|
||||
O+C2H4<=>H+CH2CHO 6.700E+06 1.830 220.00
|
||||
O+C2H5<=>H+CH3CHO 1.096E+14 .000 .00
|
||||
OH+HO2<=>O2+H2O 0.500E+16 .000 17330.00
|
||||
DUPLICATE
|
||||
OH+CH3=>H2+CH2O 8.000E+09 .500 -1755.00
|
||||
CH+H2(+M)<=>CH3(+M) 1.970E+12 .430 -370.00
|
||||
LOW/ 4.820E+25 -2.80 590.0 /
|
||||
TROE/ .578 122.0 2535.0 9365.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH2+O2=>2H+CO2 5.800E+12 .000 1500.00
|
||||
CH2+O2<=>O+CH2O 2.400E+12 .000 1500.00
|
||||
CH2+CH2=>2H+C2H2 2.000E+14 .000 10989.00
|
||||
CH2(S)+H2O=>H2+CH2O 6.820E+10 .250 -935.00
|
||||
C2H3+O2<=>O+CH2CHO 3.030E+11 .290 11.00
|
||||
C2H3+O2<=>HO2+C2H2 1.337E+06 1.610 -384.00
|
||||
O+CH3CHO<=>OH+CH2CHO 2.920E+12 .000 1808.00
|
||||
O+CH3CHO=>OH+CH3+CO 2.920E+12 .000 1808.00
|
||||
O2+CH3CHO=>HO2+CH3+CO 3.010E+13 .000 39150.00
|
||||
H+CH3CHO<=>CH2CHO+H2 2.050E+09 1.160 2405.00
|
||||
H+CH3CHO=>CH3+H2+CO 2.050E+09 1.160 2405.00
|
||||
OH+CH3CHO=>CH3+H2O+CO 2.343E+10 0.730 -1113.00
|
||||
HO2+CH3CHO=>CH3+H2O2+CO 3.010E+12 .000 11923.00
|
||||
CH3+CH3CHO=>CH3+CH4+CO 2.720E+06 1.770 5920.00
|
||||
H+CH2CO(+M)<=>CH2CHO(+M) 4.865E+11 0.422 -1755.00
|
||||
LOW/ 1.012E+42 -7.63 3854.0/
|
||||
TROE/ 0.465 201.0 1773.0 5333.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+CH2CHO=>H+CH2+CO2 1.500E+14 .000 .00
|
||||
O2+CH2CHO=>OH+CO+CH2O 1.810E+10 .000 .00
|
||||
O2+CH2CHO=>OH+2HCO 2.350E+10 .000 .00
|
||||
H+CH2CHO<=>CH3+HCO 2.200E+13 .000 .00
|
||||
H+CH2CHO<=>CH2CO+H2 1.100E+13 .000 .00
|
||||
OH+CH2CHO<=>H2O+CH2CO 1.200E+13 .000 .00
|
||||
OH+CH2CHO<=>HCO+CH2OH 3.010E+13 .000 .00
|
||||
CH3+C2H5(+M)<=>C3H8(+M) .9430E+13 .000 .00
|
||||
LOW/ 2.710E+74 -16.82 13065.0 /
|
||||
TROE/ .1527 291.0 2742.0 7748.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+C3H8<=>OH+C3H7 1.930E+05 2.680 3716.00
|
||||
H+C3H8<=>C3H7+H2 1.320E+06 2.540 6756.00
|
||||
OH+C3H8<=>C3H7+H2O 3.160E+07 1.800 934.00
|
||||
C3H7+H2O2<=>HO2+C3H8 3.780E+02 2.720 1500.00
|
||||
CH3+C3H8<=>C3H7+CH4 0.903E+00 3.650 7154.00
|
||||
CH3+C2H4(+M)<=>C3H7(+M) 2.550E+06 1.600 5700.00
|
||||
LOW/ 3.00E+63 -14.6 18170./
|
||||
TROE/ .1894 277.0 8748.0 7891.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+C3H7<=>C2H5+CH2O 9.640E+13 .000 .00
|
||||
H+C3H7(+M)<=>C3H8(+M) 3.613E+13 .000 .00
|
||||
LOW/ 4.420E+61 -13.545 11357.0/
|
||||
TROE/ .315 369.0 3285.0 6667.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C3H7<=>CH3+C2H5 4.060E+06 2.190 890.00
|
||||
OH+C3H7<=>C2H5+CH2OH 2.410E+13 .000 .00
|
||||
HO2+C3H7<=>O2+C3H8 2.550E+10 0.255 -943.00
|
||||
HO2+C3H7=>OH+C2H5+CH2O 2.410E+13 .000 .00
|
||||
CH3+C3H7<=>2C2H5 1.927E+13 -0.320 .00
|
||||
END
|
||||
222
constant/gri/GRI30/thermo30.dat
Normal file
222
constant/gri/GRI30/thermo30.dat
Normal file
|
|
@ -0,0 +1,222 @@
|
|||
THERMO ALL
|
||||
300.000 1000.000 5000.000
|
||||
! GRI-Mech Version 3.0 Thermodynamics released 7/30/99
|
||||
! NASA Polynomial format for CHEMKIN-II
|
||||
! see README file for disclaimer
|
||||
O L 1/90O 1 G 200.000 3500.000 1000.000 1
|
||||
2.56942078E+00-8.59741137E-05 4.19484589E-08-1.00177799E-11 1.22833691E-15 2
|
||||
2.92175791E+04 4.78433864E+00 3.16826710E+00-3.27931884E-03 6.64306396E-06 3
|
||||
-6.12806624E-09 2.11265971E-12 2.91222592E+04 2.05193346E+00 4
|
||||
O2 TPIS89O 2 G 200.000 3500.000 1000.000 1
|
||||
3.28253784E+00 1.48308754E-03-7.57966669E-07 2.09470555E-10-2.16717794E-14 2
|
||||
-1.08845772E+03 5.45323129E+00 3.78245636E+00-2.99673416E-03 9.84730201E-06 3
|
||||
-9.68129509E-09 3.24372837E-12-1.06394356E+03 3.65767573E+00 4
|
||||
H L 7/88H 1 G 200.000 3500.000 1000.000 1
|
||||
2.50000001E+00-2.30842973E-11 1.61561948E-14-4.73515235E-18 4.98197357E-22 2
|
||||
2.54736599E+04-4.46682914E-01 2.50000000E+00 7.05332819E-13-1.99591964E-15 3
|
||||
2.30081632E-18-9.27732332E-22 2.54736599E+04-4.46682853E-01 4
|
||||
H2 TPIS78H 2 G 200.000 3500.000 1000.000 1
|
||||
3.33727920E+00-4.94024731E-05 4.99456778E-07-1.79566394E-10 2.00255376E-14 2
|
||||
-9.50158922E+02-3.20502331E+00 2.34433112E+00 7.98052075E-03-1.94781510E-05 3
|
||||
2.01572094E-08-7.37611761E-12-9.17935173E+02 6.83010238E-01 4
|
||||
OH RUS 78O 1H 1 G 200.000 3500.000 1000.000 1
|
||||
3.09288767E+00 5.48429716E-04 1.26505228E-07-8.79461556E-11 1.17412376E-14 2
|
||||
3.85865700E+03 4.47669610E+00 3.99201543E+00-2.40131752E-03 4.61793841E-06 3
|
||||
-3.88113333E-09 1.36411470E-12 3.61508056E+03-1.03925458E-01 4
|
||||
H2O L 8/89H 2O 1 G 200.000 3500.000 1000.000 1
|
||||
3.03399249E+00 2.17691804E-03-1.64072518E-07-9.70419870E-11 1.68200992E-14 2
|
||||
-3.00042971E+04 4.96677010E+00 4.19864056E+00-2.03643410E-03 6.52040211E-06 3
|
||||
-5.48797062E-09 1.77197817E-12-3.02937267E+04-8.49032208E-01 4
|
||||
HO2 L 5/89H 1O 2 G 200.000 3500.000 1000.000 1
|
||||
4.01721090E+00 2.23982013E-03-6.33658150E-07 1.14246370E-10-1.07908535E-14 2
|
||||
1.11856713E+02 3.78510215E+00 4.30179801E+00-4.74912051E-03 2.11582891E-05 3
|
||||
-2.42763894E-08 9.29225124E-12 2.94808040E+02 3.71666245E+00 4
|
||||
H2O2 L 7/88H 2O 2 G 200.000 3500.000 1000.000 1
|
||||
4.16500285E+00 4.90831694E-03-1.90139225E-06 3.71185986E-10-2.87908305E-14 2
|
||||
-1.78617877E+04 2.91615662E+00 4.27611269E+00-5.42822417E-04 1.67335701E-05 3
|
||||
-2.15770813E-08 8.62454363E-12-1.77025821E+04 3.43505074E+00 4
|
||||
C L11/88C 1 G 200.000 3500.000 1000.000 1
|
||||
2.49266888E+00 4.79889284E-05-7.24335020E-08 3.74291029E-11-4.87277893E-15 2
|
||||
8.54512953E+04 4.80150373E+00 2.55423955E+00-3.21537724E-04 7.33792245E-07 3
|
||||
-7.32234889E-10 2.66521446E-13 8.54438832E+04 4.53130848E+00 4
|
||||
CH TPIS79C 1H 1 G 200.000 3500.000 1000.000 1
|
||||
2.87846473E+00 9.70913681E-04 1.44445655E-07-1.30687849E-10 1.76079383E-14 2
|
||||
7.10124364E+04 5.48497999E+00 3.48981665E+00 3.23835541E-04-1.68899065E-06 3
|
||||
3.16217327E-09-1.40609067E-12 7.07972934E+04 2.08401108E+00 4
|
||||
CH2 L S/93C 1H 2 G 200.000 3500.000 1000.000 1
|
||||
2.87410113E+00 3.65639292E-03-1.40894597E-06 2.60179549E-10-1.87727567E-14 2
|
||||
4.62636040E+04 6.17119324E+00 3.76267867E+00 9.68872143E-04 2.79489841E-06 3
|
||||
-3.85091153E-09 1.68741719E-12 4.60040401E+04 1.56253185E+00 4
|
||||
CH2(S) L S/93C 1H 2 G 200.000 3500.000 1000.000 1
|
||||
2.29203842E+00 4.65588637E-03-2.01191947E-06 4.17906000E-10-3.39716365E-14 2
|
||||
5.09259997E+04 8.62650169E+00 4.19860411E+00-2.36661419E-03 8.23296220E-06 3
|
||||
-6.68815981E-09 1.94314737E-12 5.04968163E+04-7.69118967E-01 4
|
||||
CH3 L11/89C 1H 3 G 200.000 3500.000 1000.000 1
|
||||
2.28571772E+00 7.23990037E-03-2.98714348E-06 5.95684644E-10-4.67154394E-14 2
|
||||
1.67755843E+04 8.48007179E+00 3.67359040E+00 2.01095175E-03 5.73021856E-06 3
|
||||
-6.87117425E-09 2.54385734E-12 1.64449988E+04 1.60456433E+00 4
|
||||
CH4 L 8/88C 1H 4 G 200.000 3500.000 1000.000 1
|
||||
7.48514950E-02 1.33909467E-02-5.73285809E-06 1.22292535E-09-1.01815230E-13 2
|
||||
-9.46834459E+03 1.84373180E+01 5.14987613E+00-1.36709788E-02 4.91800599E-05 3
|
||||
-4.84743026E-08 1.66693956E-11-1.02466476E+04-4.64130376E+00 4
|
||||
CO TPIS79C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
2.71518561E+00 2.06252743E-03-9.98825771E-07 2.30053008E-10-2.03647716E-14 2
|
||||
-1.41518724E+04 7.81868772E+00 3.57953347E+00-6.10353680E-04 1.01681433E-06 3
|
||||
9.07005884E-10-9.04424499E-13-1.43440860E+04 3.50840928E+00 4
|
||||
CO2 L 7/88C 1O 2 G 200.000 3500.000 1000.000 1
|
||||
3.85746029E+00 4.41437026E-03-2.21481404E-06 5.23490188E-10-4.72084164E-14 2
|
||||
-4.87591660E+04 2.27163806E+00 2.35677352E+00 8.98459677E-03-7.12356269E-06 3
|
||||
2.45919022E-09-1.43699548E-13-4.83719697E+04 9.90105222E+00 4
|
||||
HCO L12/89H 1C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
2.77217438E+00 4.95695526E-03-2.48445613E-06 5.89161778E-10-5.33508711E-14 2
|
||||
4.01191815E+03 9.79834492E+00 4.22118584E+00-3.24392532E-03 1.37799446E-05 3
|
||||
-1.33144093E-08 4.33768865E-12 3.83956496E+03 3.39437243E+00 4
|
||||
CH2O L 8/88H 2C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
1.76069008E+00 9.20000082E-03-4.42258813E-06 1.00641212E-09-8.83855640E-14 2
|
||||
-1.39958323E+04 1.36563230E+01 4.79372315E+00-9.90833369E-03 3.73220008E-05 3
|
||||
-3.79285261E-08 1.31772652E-11-1.43089567E+04 6.02812900E-01 4
|
||||
CH2OH GUNL93C 1H 3O 1 G 200.000 3500.000 1000.000 1
|
||||
3.69266569E+00 8.64576797E-03-3.75101120E-06 7.87234636E-10-6.48554201E-14 2
|
||||
-3.24250627E+03 5.81043215E+00 3.86388918E+00 5.59672304E-03 5.93271791E-06 3
|
||||
-1.04532012E-08 4.36967278E-12-3.19391367E+03 5.47302243E+00 4
|
||||
CH3O 121686C 1H 3O 1 G 300.00 3000.00 1000.000 1
|
||||
0.03770799E+02 0.07871497E-01-0.02656384E-04 0.03944431E-08-0.02112616E-12 2
|
||||
0.12783252E+03 0.02929575E+02 0.02106204E+02 0.07216595E-01 0.05338472E-04 3
|
||||
-0.07377636E-07 0.02075610E-10 0.09786011E+04 0.13152177E+02 4
|
||||
CH3OH L 8/88C 1H 4O 1 G 200.000 3500.000 1000.000 1
|
||||
1.78970791E+00 1.40938292E-02-6.36500835E-06 1.38171085E-09-1.17060220E-13 2
|
||||
-2.53748747E+04 1.45023623E+01 5.71539582E+00-1.52309129E-02 6.52441155E-05 3
|
||||
-7.10806889E-08 2.61352698E-11-2.56427656E+04-1.50409823E+00 4
|
||||
C2H L 1/91C 2H 1 G 200.000 3500.000 1000.000 1
|
||||
3.16780652E+00 4.75221902E-03-1.83787077E-06 3.04190252E-10-1.77232770E-14 2
|
||||
6.71210650E+04 6.63589475E+00 2.88965733E+00 1.34099611E-02-2.84769501E-05 3
|
||||
2.94791045E-08-1.09331511E-11 6.68393932E+04 6.22296438E+00 4
|
||||
C2H2 L 1/91C 2H 2 G 200.000 3500.000 1000.000 1
|
||||
4.14756964E+00 5.96166664E-03-2.37294852E-06 4.67412171E-10-3.61235213E-14 2
|
||||
2.59359992E+04-1.23028121E+00 8.08681094E-01 2.33615629E-02-3.55171815E-05 3
|
||||
2.80152437E-08-8.50072974E-12 2.64289807E+04 1.39397051E+01 4
|
||||
C2H3 L 2/92C 2H 3 G 200.000 3500.000 1000.000 1
|
||||
3.01672400E+00 1.03302292E-02-4.68082349E-06 1.01763288E-09-8.62607041E-14 2
|
||||
3.46128739E+04 7.78732378E+00 3.21246645E+00 1.51479162E-03 2.59209412E-05 3
|
||||
-3.57657847E-08 1.47150873E-11 3.48598468E+04 8.51054025E+00 4
|
||||
C2H4 L 1/91C 2H 4 G 200.000 3500.000 1000.000 1
|
||||
2.03611116E+00 1.46454151E-02-6.71077915E-06 1.47222923E-09-1.25706061E-13 2
|
||||
4.93988614E+03 1.03053693E+01 3.95920148E+00-7.57052247E-03 5.70990292E-05 3
|
||||
-6.91588753E-08 2.69884373E-11 5.08977593E+03 4.09733096E+00 4
|
||||
C2H5 L12/92C 2H 5 G 200.000 3500.000 1000.000 1
|
||||
1.95465642E+00 1.73972722E-02-7.98206668E-06 1.75217689E-09-1.49641576E-13 2
|
||||
1.28575200E+04 1.34624343E+01 4.30646568E+00-4.18658892E-03 4.97142807E-05 3
|
||||
-5.99126606E-08 2.30509004E-11 1.28416265E+04 4.70720924E+00 4
|
||||
C2H6 L 8/88C 2H 6 G 200.000 3500.000 1000.000 1
|
||||
1.07188150E+00 2.16852677E-02-1.00256067E-05 2.21412001E-09-1.90002890E-13 2
|
||||
-1.14263932E+04 1.51156107E+01 4.29142492E+00-5.50154270E-03 5.99438288E-05 3
|
||||
-7.08466285E-08 2.68685771E-11-1.15222055E+04 2.66682316E+00 4
|
||||
CH2CO L 5/90C 2H 2O 1 G 200.000 3500.000 1000.000 1
|
||||
4.51129732E+00 9.00359745E-03-4.16939635E-06 9.23345882E-10-7.94838201E-14 2
|
||||
-7.55105311E+03 6.32247205E-01 2.13583630E+00 1.81188721E-02-1.73947474E-05 3
|
||||
9.34397568E-09-2.01457615E-12-7.04291804E+03 1.22156480E+01 4
|
||||
HCCO SRIC91H 1C 2O 1 G 300.00 4000.00 1000.000 1
|
||||
0.56282058E+01 0.40853401E-02-0.15934547E-05 0.28626052E-09-0.19407832E-13 2
|
||||
0.19327215E+05-0.39302595E+01 0.22517214E+01 0.17655021E-01-0.23729101E-04 3
|
||||
0.17275759E-07-0.50664811E-11 0.20059449E+05 0.12490417E+02 4
|
||||
HCCOH SRI91C 2O 1H 2 G 300.000 5000.000 1000.000 1
|
||||
0.59238291E+01 0.67923600E-02-0.25658564E-05 0.44987841E-09-0.29940101E-13 2
|
||||
0.72646260E+04-0.76017742E+01 0.12423733E+01 0.31072201E-01-0.50866864E-04 3
|
||||
0.43137131E-07-0.14014594E-10 0.80316143E+04 0.13874319E+02 4
|
||||
H2CN 41687H 2C 1N 1 G 300.00 4000.000 1000.000 1
|
||||
0.52097030E+01 0.29692911E-02-0.28555891E-06-0.16355500E-09 0.30432589E-13 2
|
||||
0.27677109E+05-0.44444780E+01 0.28516610E+01 0.56952331E-02 0.10711400E-05 3
|
||||
-0.16226120E-08-0.23511081E-12 0.28637820E+05 0.89927511E+01 4
|
||||
HCN GRI/98H 1C 1N 1 G 200.000 6000.000 1000.000 1
|
||||
0.38022392E+01 0.31464228E-02-0.10632185E-05 0.16619757E-09-0.97997570E-14 2
|
||||
0.14407292E+05 0.15754601E+01 0.22589886E+01 0.10051170E-01-0.13351763E-04 3
|
||||
0.10092349E-07-0.30089028E-11 0.14712633E+05 0.89164419E+01 4
|
||||
HNO And93 H 1N 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.29792509E+01 0.34944059E-02-0.78549778E-06 0.57479594E-10-0.19335916E-15 2
|
||||
0.11750582E+05 0.86063728E+01 0.45334916E+01-0.56696171E-02 0.18473207E-04 3
|
||||
-0.17137094E-07 0.55454573E-11 0.11548297E+05 0.17498417E+01 4
|
||||
N L 6/88N 1 G 200.000 6000.000 1000.000 1
|
||||
0.24159429E+01 0.17489065E-03-0.11902369E-06 0.30226245E-10-0.20360982E-14 2
|
||||
0.56133773E+05 0.46496096E+01 0.25000000E+01 0.00000000E+00 0.00000000E+00 3
|
||||
0.00000000E+00 0.00000000E+00 0.56104637E+05 0.41939087E+01 4
|
||||
NNH T07/93N 2H 1 G 200.000 6000.000 1000.000 1
|
||||
0.37667544E+01 0.28915082E-02-0.10416620E-05 0.16842594E-09-0.10091896E-13 2
|
||||
0.28650697E+05 0.44705067E+01 0.43446927E+01-0.48497072E-02 0.20059459E-04 3
|
||||
-0.21726464E-07 0.79469539E-11 0.28791973E+05 0.29779410E+01 4
|
||||
N2O L 7/88N 2O 1 G 200.000 6000.000 1000.000 1
|
||||
0.48230729E+01 0.26270251E-02-0.95850874E-06 0.16000712E-09-0.97752303E-14 2
|
||||
0.80734048E+04-0.22017207E+01 0.22571502E+01 0.11304728E-01-0.13671319E-04 3
|
||||
0.96819806E-08-0.29307182E-11 0.87417744E+04 0.10757992E+02 4
|
||||
NH And94 N 1H 1 G 200.000 6000.000 1000.000 1
|
||||
0.27836928E+01 0.13298430E-02-0.42478047E-06 0.78348501E-10-0.55044470E-14 2
|
||||
0.42120848E+05 0.57407799E+01 0.34929085E+01 0.31179198E-03-0.14890484E-05 3
|
||||
0.24816442E-08-0.10356967E-11 0.41880629E+05 0.18483278E+01 4
|
||||
NH2 And89 N 1H 2 G 200.000 6000.000 1000.000 1
|
||||
0.28347421E+01 0.32073082E-02-0.93390804E-06 0.13702953E-09-0.79206144E-14 2
|
||||
0.22171957E+05 0.65204163E+01 0.42040029E+01-0.21061385E-02 0.71068348E-05 3
|
||||
-0.56115197E-08 0.16440717E-11 0.21885910E+05-0.14184248E+00 4
|
||||
NH3 J 6/77N 1H 3 G 200.000 6000.000 1000.000 1
|
||||
0.26344521E+01 0.56662560E-02-0.17278676E-05 0.23867161E-09-0.12578786E-13 2
|
||||
-0.65446958E+04 0.65662928E+01 0.42860274E+01-0.46605230E-02 0.21718513E-04 3
|
||||
-0.22808887E-07 0.82638046E-11-0.67417285E+04-0.62537277E+00 4
|
||||
NO RUS 78N 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.32606056E+01 0.11911043E-02-0.42917048E-06 0.69457669E-10-0.40336099E-14 2
|
||||
0.99209746E+04 0.63693027E+01 0.42184763E+01-0.46389760E-02 0.11041022E-04 3
|
||||
-0.93361354E-08 0.28035770E-11 0.98446230E+04 0.22808464E+01 4
|
||||
NO2 L 7/88N 1O 2 G 200.000 6000.000 1000.000 1
|
||||
0.48847542E+01 0.21723956E-02-0.82806906E-06 0.15747510E-09-0.10510895E-13 2
|
||||
0.23164983E+04-0.11741695E+00 0.39440312E+01-0.15854290E-02 0.16657812E-04 3
|
||||
-0.20475426E-07 0.78350564E-11 0.28966179E+04 0.63119917E+01 4
|
||||
HCNO BDEA94H 1N 1C 1O 1G 300.000 5000.000 1382.000 1
|
||||
6.59860456E+00 3.02778626E-03-1.07704346E-06 1.71666528E-10-1.01439391E-14 2
|
||||
1.79661339E+04-1.03306599E+01 2.64727989E+00 1.27505342E-02-1.04794236E-05 3
|
||||
4.41432836E-09-7.57521466E-13 1.92990252E+04 1.07332972E+01 4
|
||||
HOCN BDEA94H 1N 1C 1O 1G 300.000 5000.000 1368.000 1
|
||||
5.89784885E+00 3.16789393E-03-1.11801064E-06 1.77243144E-10-1.04339177E-14 2
|
||||
-3.70653331E+03-6.18167825E+00 3.78604952E+00 6.88667922E-03-3.21487864E-06 3
|
||||
5.17195767E-10 1.19360788E-14-2.82698400E+03 5.63292162E+00 4
|
||||
HNCO BDEA94H 1N 1C 1O 1G 300.000 5000.000 1478.000 1
|
||||
6.22395134E+00 3.17864004E-03-1.09378755E-06 1.70735163E-10-9.95021955E-15 2
|
||||
-1.66599344E+04-8.38224741E+00 3.63096317E+00 7.30282357E-03-2.28050003E-06 3
|
||||
-6.61271298E-10 3.62235752E-13-1.55873636E+04 6.19457727E+00 4
|
||||
NCO EA 93 N 1C 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.51521845E+01 0.23051761E-02-0.88033153E-06 0.14789098E-09-0.90977996E-14 2
|
||||
0.14004123E+05-0.25442660E+01 0.28269308E+01 0.88051688E-02-0.83866134E-05 3
|
||||
0.48016964E-08-0.13313595E-11 0.14682477E+05 0.95504646E+01 4
|
||||
CN HBH92 C 1N 1 G 200.000 6000.000 1000.000 1
|
||||
0.37459805E+01 0.43450775E-04 0.29705984E-06-0.68651806E-10 0.44134173E-14 2
|
||||
0.51536188E+05 0.27867601E+01 0.36129351E+01-0.95551327E-03 0.21442977E-05 3
|
||||
-0.31516323E-09-0.46430356E-12 0.51708340E+05 0.39804995E+01 4
|
||||
HCNN SRI/94C 1N 2H 1 G 300.000 5000.000 1000.000 1
|
||||
0.58946362E+01 0.39895959E-02-0.15982380E-05 0.29249395E-09-0.20094686E-13 2
|
||||
0.53452941E+05-0.51030502E+01 0.25243194E+01 0.15960619E-01-0.18816354E-04 3
|
||||
0.12125540E-07-0.32357378E-11 0.54261984E+05 0.11675870E+02 4
|
||||
N2 121286N 2 G 300.000 5000.000 1000.000 1
|
||||
0.02926640E+02 0.14879768E-02-0.05684760E-05 0.10097038E-09-0.06753351E-13 2
|
||||
-0.09227977E+04 0.05980528E+02 0.03298677E+02 0.14082404E-02-0.03963222E-04 3
|
||||
0.05641515E-07-0.02444854E-10-0.10208999E+04 0.03950372E+02 4
|
||||
AR 120186AR 1 G 300.000 5000.000 1000.000 1
|
||||
0.02500000E+02 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 2
|
||||
-0.07453750E+04 0.04366000E+02 0.02500000E+02 0.00000000E+00 0.00000000E+00 3
|
||||
0.00000000E+00 0.00000000E+00-0.07453750E+04 0.04366000E+02 4
|
||||
C3H8 L 4/85C 3H 8 G 300.000 5000.000 1000.000 1
|
||||
0.75341368E+01 0.18872239E-01-0.62718491E-05 0.91475649E-09-0.47838069E-13 2
|
||||
-0.16467516E+05-0.17892349E+02 0.93355381E+00 0.26424579E-01 0.61059727E-05 3
|
||||
-0.21977499E-07 0.95149253E-11-0.13958520E+05 0.19201691E+02 4
|
||||
C3H7 L 9/84C 3H 7 G 300.000 5000.000 1000.000 1
|
||||
0.77026987E+01 0.16044203E-01-0.52833220E-05 0.76298590E-09-0.39392284E-13 2
|
||||
0.82984336E+04-0.15480180E+02 0.10515518E+01 0.25991980E-01 0.23800540E-05 3
|
||||
-0.19609569E-07 0.93732470E-11 0.10631863E+05 0.21122559E+02 4
|
||||
CH3CHO L 8/88C 2H 4O 1 G 200.000 6000.000 1000.000 1
|
||||
0.54041108E+01 0.11723059E-01-0.42263137E-05 0.68372451E-09-0.40984863E-13 2
|
||||
-0.22593122E+05-0.34807917E+01 0.47294595E+01-0.31932858E-02 0.47534921E-04 3
|
||||
-0.57458611E-07 0.21931112E-10-0.21572878E+05 0.41030159E+01 4
|
||||
CH2CHO SAND86O 1H 3C 2 G 300.000 5000.000 1000.000 1
|
||||
0.05975670E+02 0.08130591E-01-0.02743624E-04 0.04070304E-08-0.02176017E-12 2
|
||||
0.04903218E+04-0.05045251E+02 0.03409062E+02 0.10738574E-01 0.01891492E-04 3
|
||||
-0.07158583E-07 0.02867385E-10 0.15214766E+04 0.09558290E+02 4
|
||||
END
|
||||
|
||||
|
||||
|
||||
|
||||
93
constant/gri/bugfix.dat
Normal file
93
constant/gri/bugfix.dat
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
BUGFIXES FOR GRI-Mech VERSION 3.0
|
||||
===================================
|
||||
|
||||
Bug No. 5. (discovered by Marc Rumminger.) 8/4/99
|
||||
=========
|
||||
Bug: Element count lines in thermodynamics data have '0' as placeholders.
|
||||
|
||||
Effect: Chemkin III interpreter searches for the element '0' and gives
|
||||
error message. Mechanism won't be processed. No error for Chemkin II.
|
||||
|
||||
Fix: Zeroes have been removed from thermo30.dat file.
|
||||
|
||||
BUGFIXES FOR GRI-Mech VERSION 1.1,1.2,2.1
|
||||
===========================================
|
||||
|
||||
Bug No. 4. (Discovered by V.M. Zamansky.) 11/2/95
|
||||
=========
|
||||
Bug: Reactions 277 and 278 (NH3 + H = NH2 + H2 and NH3 + OH =
|
||||
NH2 + H2O) have negative values for E in the first release of
|
||||
GRI-Mech 2.1, which are incorrect. They should be positive.
|
||||
|
||||
Effect of the error:
|
||||
|
||||
Only reaction 277 has a significantly large value of E, and the
|
||||
ammonia kinetics is peripheral to the chemistry the mechanism is
|
||||
intended to model. Recalculation of all targets and validation
|
||||
experiments has been done with GRI-Mech 2.11 (completed Nov. 21,
|
||||
1995). No significant changes from the results obtained using
|
||||
GRI-Mech 2.1 were found.
|
||||
|
||||
Fix:
|
||||
|
||||
Use the revised mechanism GRI-Mech 2.11, which replaced the
|
||||
previous version on Nov. 3, 1995. This makes E(277) = +9915.
|
||||
kcal/mole/K and E(278) = +955. kcal/mole/K.
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
Bug No. 3. (Discovered by David Underwood) 10/19/95
|
||||
=========
|
||||
Bug: Reactions 204 and 205 (NNH --> N2 + H and NNH + M --> N2 + H + M
|
||||
are not accepted by Chemkin.
|
||||
|
||||
Cause:
|
||||
|
||||
Chemkin notices that "M" is included on both sides of 205 and thus
|
||||
some versions of the code consider the two reactions to be the same.
|
||||
See Bug No. 1.
|
||||
|
||||
Fix:
|
||||
|
||||
Each of these 2 reaction records must be followed by a single
|
||||
line containing the word "DUPLICATE" in order for this pair
|
||||
of reactions to be accepted.
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
Bug No. 2. (Discovered by V.M. Zamansky.) 1/95
|
||||
=========
|
||||
|
||||
Bug:
|
||||
|
||||
Chemkin refuses to accept the thermo.all file, returning the
|
||||
error message "NO TLO, TMID, THIGH GIVEN FOR THERMO.ALL", at
|
||||
least on the "PC" version of Chemkin.
|
||||
|
||||
Cause:
|
||||
|
||||
The 3 comment lines at the head of the thermo data file are not
|
||||
recognized as such by all versions of Chemkin, in particular
|
||||
by the "PC" version.
|
||||
|
||||
Fix: Remove the first three lines.
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
Bug No. 1. (Discovered by V.M. Zamansky.) 1/95
|
||||
=========
|
||||
Bug: Reactions 166 and 167 (HCO + H20 --> H + CO + H2O and HCO + M --> H
|
||||
+ CO + M) are not accepted by Chemkin.
|
||||
|
||||
Cause:
|
||||
|
||||
Chemkin notices that H2O is included in "M" and rejects
|
||||
the duplication, at least in the "PC" version of Chemkin.
|
||||
|
||||
Fix:
|
||||
|
||||
Each of these 2 reaction records must be followed by a single
|
||||
line containing the word "DUPLICATE" in order for this pair
|
||||
of reactions to be accepted.
|
||||
|
||||
|
||||
2042
constant/gri/grimech30.cti
Normal file
2042
constant/gri/grimech30.cti
Normal file
File diff suppressed because it is too large
Load diff
452
constant/gri/grimech30.dat
Normal file
452
constant/gri/grimech30.dat
Normal file
|
|
@ -0,0 +1,452 @@
|
|||
! GRI-Mech Version 3.0 7/30/99 CHEMKIN-II format
|
||||
! See README30 file at anonymous FTP site unix.sri.com, directory gri;
|
||||
! WorldWideWeb home page http://www.me.berkeley.edu/gri_mech/ or
|
||||
! through http://www.gri.org , under 'Basic Research',
|
||||
! for additional information, contacts, and disclaimer
|
||||
ELEMENTS
|
||||
O H C N AR E
|
||||
END
|
||||
SPECIES
|
||||
H2 H O O2 OH H2O HO2 H2O2
|
||||
C CH CH2 CH2(S) CH3 CH4 CO CO2
|
||||
HCO CH2O CH2OH CH3O CH3OH C2H C2H2 C2H3
|
||||
C2H4 C2H5 C2H6 HCCO CH2CO HCCOH N NH
|
||||
NH2 NH3 NNH NO NO2 N2O HNO CN
|
||||
HCN H2CN HCNN HCNO HOCN HNCO NCO N2
|
||||
AR C3H7 C3H8 CH2CHO CH3CHO HCO() H3O() E-
|
||||
END
|
||||
!THERMO
|
||||
! Insert GRI-Mech thermodynamics here or use in default file
|
||||
!END
|
||||
REACTIONS
|
||||
2O+M<=>O2+M 1.200E+17 -1.000 .00
|
||||
H2/ 2.40/ H2O/15.40/ CH4/ 2.00/ CO/ 1.75/ CO2/ 3.60/ C2H6/ 3.00/ AR/ .83/
|
||||
O+H+M<=>OH+M 5.000E+17 -1.000 .00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+H2<=>H+OH 3.870E+04 2.700 6260.00
|
||||
O+HO2<=>OH+O2 2.000E+13 .000 .00
|
||||
O+H2O2<=>OH+HO2 9.630E+06 2.000 4000.00
|
||||
O+CH<=>H+CO 5.700E+13 .000 .00
|
||||
O+CH2<=>H+HCO 8.000E+13 .000 .00
|
||||
O+CH2(S)<=>H2+CO 1.500E+13 .000 .00
|
||||
O+CH2(S)<=>H+HCO 1.500E+13 .000 .00
|
||||
O+CH3<=>H+CH2O 5.060E+13 .000 .00
|
||||
O+CH4<=>OH+CH3 1.020E+09 1.500 8600.00
|
||||
O+CO(+M)<=>CO2(+M) 1.800E+10 .000 2385.00
|
||||
LOW/ 6.020E+14 .000 3000.00/
|
||||
H2/2.00/ O2/6.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/3.50/ C2H6/3.00/ AR/ .50/
|
||||
O+HCO<=>OH+CO 3.000E+13 .000 .00
|
||||
O+HCO<=>H+CO2 3.000E+13 .000 .00
|
||||
O+CH2O<=>OH+HCO 3.900E+13 .000 3540.00
|
||||
O+CH2OH<=>OH+CH2O 1.000E+13 .000 .00
|
||||
O+CH3O<=>OH+CH2O 1.000E+13 .000 .00
|
||||
O+CH3OH<=>OH+CH2OH 3.880E+05 2.500 3100.00
|
||||
O+CH3OH<=>OH+CH3O 1.300E+05 2.500 5000.00
|
||||
O+C2H<=>CH+CO 5.000E+13 .000 .00
|
||||
O+C2H2<=>H+HCCO 1.350E+07 2.000 1900.00
|
||||
O+C2H2<=>OH+C2H 4.600E+19 -1.410 28950.00
|
||||
O+C2H2<=>CO+CH2 6.940E+06 2.000 1900.00
|
||||
O+C2H3<=>H+CH2CO 3.000E+13 .000 .00
|
||||
O+C2H4<=>CH3+HCO 1.250E+07 1.830 220.00
|
||||
O+C2H5<=>CH3+CH2O 2.240E+13 .000 .00
|
||||
O+C2H6<=>OH+C2H5 8.980E+07 1.920 5690.00
|
||||
O+HCCO<=>H+2CO 1.000E+14 .000 .00
|
||||
O+CH2CO<=>OH+HCCO 1.000E+13 .000 8000.00
|
||||
O+CH2CO<=>CH2+CO2 1.750E+12 .000 1350.00
|
||||
O2+CO<=>O+CO2 2.500E+12 .000 47800.00
|
||||
O2+CH2O<=>HO2+HCO 1.000E+14 .000 40000.00
|
||||
H+O2+M<=>HO2+M 2.800E+18 -.860 .00
|
||||
O2/ .00/ H2O/ .00/ CO/ .75/ CO2/1.50/ C2H6/1.50/ N2/ .00/ AR/ .00/
|
||||
H+2O2<=>HO2+O2 2.080E+19 -1.240 .00
|
||||
H+O2+H2O<=>HO2+H2O 11.26E+18 -.760 .00
|
||||
H+O2+N2<=>HO2+N2 2.600E+19 -1.240 .00
|
||||
H+O2+AR<=>HO2+AR 7.000E+17 -.800 .00
|
||||
H+O2<=>O+OH 2.650E+16 -.6707 17041.00
|
||||
2H+M<=>H2+M 1.000E+18 -1.000 .00
|
||||
H2/ .00/ H2O/ .00/ CH4/2.00/ CO2/ .00/ C2H6/3.00/ AR/ .63/
|
||||
2H+H2<=>2H2 9.000E+16 -.600 .00
|
||||
2H+H2O<=>H2+H2O 6.000E+19 -1.250 .00
|
||||
2H+CO2<=>H2+CO2 5.500E+20 -2.000 .00
|
||||
H+OH+M<=>H2O+M 2.200E+22 -2.000 .00
|
||||
H2/ .73/ H2O/3.65/ CH4/2.00/ C2H6/3.00/ AR/ .38/
|
||||
H+HO2<=>O+H2O 3.970E+12 .000 671.00
|
||||
H+HO2<=>O2+H2 4.480E+13 .000 1068.00
|
||||
H+HO2<=>2OH 0.840E+14 .000 635.00
|
||||
H+H2O2<=>HO2+H2 1.210E+07 2.000 5200.00
|
||||
H+H2O2<=>OH+H2O 1.000E+13 .000 3600.00
|
||||
H+CH<=>C+H2 1.650E+14 .000 .00
|
||||
H+CH2(+M)<=>CH3(+M) 6.000E+14 .000 .00
|
||||
LOW / 1.040E+26 -2.760 1600.00/
|
||||
TROE/ .5620 91.00 5836.00 8552.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+CH2(S)<=>CH+H2 3.000E+13 .000 .00
|
||||
H+CH3(+M)<=>CH4(+M) 13.90E+15 -.534 536.00
|
||||
LOW / 2.620E+33 -4.760 2440.00/
|
||||
TROE/ .7830 74.00 2941.00 6964.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/3.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+CH4<=>CH3+H2 6.600E+08 1.620 10840.00
|
||||
H+HCO(+M)<=>CH2O(+M) 1.090E+12 .480 -260.00
|
||||
LOW / 2.470E+24 -2.570 425.00/
|
||||
TROE/ .7824 271.00 2755.00 6570.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+HCO<=>H2+CO 7.340E+13 .000 .00
|
||||
H+CH2O(+M)<=>CH2OH(+M) 5.400E+11 .454 3600.00
|
||||
LOW / 1.270E+32 -4.820 6530.00/
|
||||
TROE/ .7187 103.00 1291.00 4160.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2O(+M)<=>CH3O(+M) 5.400E+11 .454 2600.00
|
||||
LOW / 2.200E+30 -4.800 5560.00/
|
||||
TROE/ .7580 94.00 1555.00 4200.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2O<=>HCO+H2 5.740E+07 1.900 2742.00
|
||||
H+CH2OH(+M)<=>CH3OH(+M) 1.055E+12 .500 86.00
|
||||
LOW / 4.360E+31 -4.650 5080.00/
|
||||
TROE/ .600 100.00 90000.0 10000.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH2OH<=>H2+CH2O 2.000E+13 .000 .00
|
||||
H+CH2OH<=>OH+CH3 1.650E+11 .650 -284.00
|
||||
H+CH2OH<=>CH2(S)+H2O 3.280E+13 -.090 610.00
|
||||
H+CH3O(+M)<=>CH3OH(+M) 2.430E+12 .515 50.00
|
||||
LOW / 4.660E+41 -7.440 14080.0/
|
||||
TROE/ .700 100.00 90000.0 10000.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
H+CH3O<=>H+CH2OH 4.150E+07 1.630 1924.00
|
||||
H+CH3O<=>H2+CH2O 2.000E+13 .000 .00
|
||||
H+CH3O<=>OH+CH3 1.500E+12 .500 -110.00
|
||||
H+CH3O<=>CH2(S)+H2O 2.620E+14 -.230 1070.00
|
||||
H+CH3OH<=>CH2OH+H2 1.700E+07 2.100 4870.00
|
||||
H+CH3OH<=>CH3O+H2 4.200E+06 2.100 4870.00
|
||||
H+C2H(+M)<=>C2H2(+M) 1.000E+17 -1.000 .00
|
||||
LOW / 3.750E+33 -4.800 1900.00/
|
||||
TROE/ .6464 132.00 1315.00 5566.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H2(+M)<=>C2H3(+M) 5.600E+12 .000 2400.00
|
||||
LOW / 3.800E+40 -7.270 7220.00/
|
||||
TROE/ .7507 98.50 1302.00 4167.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H3(+M)<=>C2H4(+M) 6.080E+12 .270 280.00
|
||||
LOW / 1.400E+30 -3.860 3320.00/
|
||||
TROE/ .7820 207.50 2663.00 6095.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H3<=>H2+C2H2 3.000E+13 .000 .00
|
||||
H+C2H4(+M)<=>C2H5(+M) 0.540E+12 .454 1820.00
|
||||
LOW / 0.600E+42 -7.620 6970.00/
|
||||
TROE/ .9753 210.00 984.00 4374.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H4<=>C2H3+H2 1.325E+06 2.530 12240.00
|
||||
H+C2H5(+M)<=>C2H6(+M) 5.210E+17 -.990 1580.00
|
||||
LOW / 1.990E+41 -7.080 6685.00/
|
||||
TROE/ .8422 125.00 2219.00 6882.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C2H5<=>H2+C2H4 2.000E+12 .000 .00
|
||||
H+C2H6<=>C2H5+H2 1.150E+08 1.900 7530.00
|
||||
H+HCCO<=>CH2(S)+CO 1.000E+14 .000 .00
|
||||
H+CH2CO<=>HCCO+H2 5.000E+13 .000 8000.00
|
||||
H+CH2CO<=>CH3+CO 1.130E+13 .000 3428.00
|
||||
H+HCCOH<=>H+CH2CO 1.000E+13 .000 .00
|
||||
H2+CO(+M)<=>CH2O(+M) 4.300E+07 1.500 79600.00
|
||||
LOW / 5.070E+27 -3.420 84350.00/
|
||||
TROE/ .9320 197.00 1540.00 10300.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
OH+H2<=>H+H2O 2.160E+08 1.510 3430.00
|
||||
2OH(+M)<=>H2O2(+M) 7.400E+13 -.370 .00
|
||||
LOW / 2.300E+18 -.900 -1700.00/
|
||||
TROE/ .7346 94.00 1756.00 5182.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
2OH<=>O+H2O 3.570E+04 2.400 -2110.00
|
||||
OH+HO2<=>O2+H2O 1.450E+13 .000 -500.00
|
||||
DUPLICATE
|
||||
OH+H2O2<=>HO2+H2O 2.000E+12 .000 427.00
|
||||
DUPLICATE
|
||||
OH+H2O2<=>HO2+H2O 1.700E+18 .000 29410.00
|
||||
DUPLICATE
|
||||
OH+C<=>H+CO 5.000E+13 .000 .00
|
||||
OH+CH<=>H+HCO 3.000E+13 .000 .00
|
||||
OH+CH2<=>H+CH2O 2.000E+13 .000 .00
|
||||
OH+CH2<=>CH+H2O 1.130E+07 2.000 3000.00
|
||||
OH+CH2(S)<=>H+CH2O 3.000E+13 .000 .00
|
||||
OH+CH3(+M)<=>CH3OH(+M) 2.790E+18 -1.430 1330.00
|
||||
LOW / 4.000E+36 -5.920 3140.00/
|
||||
TROE/ .4120 195.0 5900.00 6394.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
OH+CH3<=>CH2+H2O 5.600E+07 1.600 5420.00
|
||||
OH+CH3<=>CH2(S)+H2O 6.440E+17 -1.340 1417.00
|
||||
OH+CH4<=>CH3+H2O 1.000E+08 1.600 3120.00
|
||||
OH+CO<=>H+CO2 4.760E+07 1.228 70.00
|
||||
OH+HCO<=>H2O+CO 5.000E+13 .000 .00
|
||||
OH+CH2O<=>HCO+H2O 3.430E+09 1.180 -447.00
|
||||
OH+CH2OH<=>H2O+CH2O 5.000E+12 .000 .00
|
||||
OH+CH3O<=>H2O+CH2O 5.000E+12 .000 .00
|
||||
OH+CH3OH<=>CH2OH+H2O 1.440E+06 2.000 -840.00
|
||||
OH+CH3OH<=>CH3O+H2O 6.300E+06 2.000 1500.00
|
||||
OH+C2H<=>H+HCCO 2.000E+13 .000 .00
|
||||
OH+C2H2<=>H+CH2CO 2.180E-04 4.500 -1000.00
|
||||
OH+C2H2<=>H+HCCOH 5.040E+05 2.300 13500.00
|
||||
OH+C2H2<=>C2H+H2O 3.370E+07 2.000 14000.00
|
||||
OH+C2H2<=>CH3+CO 4.830E-04 4.000 -2000.00
|
||||
OH+C2H3<=>H2O+C2H2 5.000E+12 .000 .00
|
||||
OH+C2H4<=>C2H3+H2O 3.600E+06 2.000 2500.00
|
||||
OH+C2H6<=>C2H5+H2O 3.540E+06 2.120 870.00
|
||||
OH+CH2CO<=>HCCO+H2O 7.500E+12 .000 2000.00
|
||||
2HO2<=>O2+H2O2 1.300E+11 .000 -1630.00
|
||||
DUPLICATE
|
||||
2HO2<=>O2+H2O2 4.200E+14 .000 12000.00
|
||||
DUPLICATE
|
||||
HO2+CH2<=>OH+CH2O 2.000E+13 .000 .00
|
||||
HO2+CH3<=>O2+CH4 1.000E+12 .000 .00
|
||||
HO2+CH3<=>OH+CH3O 3.780E+13 .000 .00
|
||||
HO2+CO<=>OH+CO2 1.500E+14 .000 23600.00
|
||||
HO2+CH2O<=>HCO+H2O2 5.600E+06 2.000 12000.00
|
||||
C+O2<=>O+CO 5.800E+13 .000 576.00
|
||||
C+CH2<=>H+C2H 5.000E+13 .000 .00
|
||||
C+CH3<=>H+C2H2 5.000E+13 .000 .00
|
||||
CH+O2<=>O+HCO 6.710E+13 .000 .00
|
||||
CH+H2<=>H+CH2 1.080E+14 .000 3110.00
|
||||
CH+H2O<=>H+CH2O 5.710E+12 .000 -755.00
|
||||
CH+CH2<=>H+C2H2 4.000E+13 .000 .00
|
||||
CH+CH3<=>H+C2H3 3.000E+13 .000 .00
|
||||
CH+CH4<=>H+C2H4 6.000E+13 .000 .00
|
||||
CH+CO(+M)<=>HCCO(+M) 5.000E+13 .000 .00
|
||||
LOW / 2.690E+28 -3.740 1936.00/
|
||||
TROE/ .5757 237.00 1652.00 5069.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH+CO2<=>HCO+CO 1.900E+14 .000 15792.00
|
||||
CH+CH2O<=>H+CH2CO 9.460E+13 .000 -515.00
|
||||
CH+HCCO<=>CO+C2H2 5.000E+13 .000 .00
|
||||
CH2+O2=>OH+H+CO 5.000E+12 .000 1500.00
|
||||
CH2+H2<=>H+CH3 5.000E+05 2.000 7230.00
|
||||
2CH2<=>H2+C2H2 1.600E+15 .000 11944.00
|
||||
CH2+CH3<=>H+C2H4 4.000E+13 .000 .00
|
||||
CH2+CH4<=>2CH3 2.460E+06 2.000 8270.00
|
||||
CH2+CO(+M)<=>CH2CO(+M) 8.100E+11 .500 4510.00
|
||||
LOW / 2.690E+33 -5.110 7095.00/
|
||||
TROE/ .5907 275.00 1226.00 5185.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH2+HCCO<=>C2H3+CO 3.000E+13 .000 .00
|
||||
CH2(S)+N2<=>CH2+N2 1.500E+13 .000 600.00
|
||||
CH2(S)+AR<=>CH2+AR 9.000E+12 .000 600.00
|
||||
CH2(S)+O2<=>H+OH+CO 2.800E+13 .000 .00
|
||||
CH2(S)+O2<=>CO+H2O 1.200E+13 .000 .00
|
||||
CH2(S)+H2<=>CH3+H 7.000E+13 .000 .00
|
||||
CH2(S)+H2O(+M)<=>CH3OH(+M) 4.820E+17 -1.160 1145.00
|
||||
LOW / 1.880E+38 -6.360 5040.00/
|
||||
TROE/ .6027 208.00 3922.00 10180.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
CH2(S)+H2O<=>CH2+H2O 3.000E+13 .000 .00
|
||||
CH2(S)+CH3<=>H+C2H4 1.200E+13 .000 -570.00
|
||||
CH2(S)+CH4<=>2CH3 1.600E+13 .000 -570.00
|
||||
CH2(S)+CO<=>CH2+CO 9.000E+12 .000 .00
|
||||
CH2(S)+CO2<=>CH2+CO2 7.000E+12 .000 .00
|
||||
CH2(S)+CO2<=>CO+CH2O 1.400E+13 .000 .00
|
||||
CH2(S)+C2H6<=>CH3+C2H5 4.000E+13 .000 -550.00
|
||||
CH3+O2<=>O+CH3O 3.560E+13 .000 30480.00
|
||||
CH3+O2<=>OH+CH2O 2.310E+12 .000 20315.00
|
||||
CH3+H2O2<=>HO2+CH4 2.450E+04 2.470 5180.00
|
||||
2CH3(+M)<=>C2H6(+M) 6.770E+16 -1.180 654.00
|
||||
LOW / 3.400E+41 -7.030 2762.00/
|
||||
TROE/ .6190 73.20 1180.00 9999.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
2CH3<=>H+C2H5 6.840E+12 .100 10600.00
|
||||
CH3+HCO<=>CH4+CO 2.648E+13 .000 .00
|
||||
CH3+CH2O<=>HCO+CH4 3.320E+03 2.810 5860.00
|
||||
CH3+CH3OH<=>CH2OH+CH4 3.000E+07 1.500 9940.00
|
||||
CH3+CH3OH<=>CH3O+CH4 1.000E+07 1.500 9940.00
|
||||
CH3+C2H4<=>C2H3+CH4 2.270E+05 2.000 9200.00
|
||||
CH3+C2H6<=>C2H5+CH4 6.140E+06 1.740 10450.00
|
||||
HCO+H2O<=>H+CO+H2O 1.500E+18 -1.000 17000.00
|
||||
HCO+M<=>H+CO+M 1.870E+17 -1.000 17000.00
|
||||
H2/2.00/ H2O/ .00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/
|
||||
HCO+O2<=>HO2+CO 13.45E+12 .000 400.00
|
||||
CH2OH+O2<=>HO2+CH2O 1.800E+13 .000 900.00
|
||||
CH3O+O2<=>HO2+CH2O 4.280E-13 7.600 -3530.00
|
||||
C2H+O2<=>HCO+CO 1.000E+13 .000 -755.00
|
||||
C2H+H2<=>H+C2H2 5.680E+10 0.900 1993.00
|
||||
C2H3+O2<=>HCO+CH2O 4.580E+16 -1.390 1015.00
|
||||
C2H4(+M)<=>H2+C2H2(+M) 8.000E+12 .440 86770.00
|
||||
LOW / 1.580E+51 -9.300 97800.00/
|
||||
TROE/ .7345 180.00 1035.00 5417.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
C2H5+O2<=>HO2+C2H4 8.400E+11 .000 3875.00
|
||||
HCCO+O2<=>OH+2CO 3.200E+12 .000 854.00
|
||||
2HCCO<=>2CO+C2H2 1.000E+13 .000 .00
|
||||
N+NO<=>N2+O 2.700E+13 .000 355.00
|
||||
N+O2<=>NO+O 9.000E+09 1.000 6500.00
|
||||
N+OH<=>NO+H 3.360E+13 .000 385.00
|
||||
N2O+O<=>N2+O2 1.400E+12 .000 10810.00
|
||||
N2O+O<=>2NO 2.900E+13 .000 23150.00
|
||||
N2O+H<=>N2+OH 3.870E+14 .000 18880.00
|
||||
N2O+OH<=>N2+HO2 2.000E+12 .000 21060.00
|
||||
N2O(+M)<=>N2+O(+M) 7.910E+10 .000 56020.00
|
||||
LOW / 6.370E+14 .000 56640.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .625/
|
||||
HO2+NO<=>NO2+OH 2.110E+12 .000 -480.00
|
||||
NO+O+M<=>NO2+M 1.060E+20 -1.410 .00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NO2+O<=>NO+O2 3.900E+12 .000 -240.00
|
||||
NO2+H<=>NO+OH 1.320E+14 .000 360.00
|
||||
NH+O<=>NO+H 4.000E+13 .000 .00
|
||||
NH+H<=>N+H2 3.200E+13 .000 330.00
|
||||
NH+OH<=>HNO+H 2.000E+13 .000 .00
|
||||
NH+OH<=>N+H2O 2.000E+09 1.200 .00
|
||||
NH+O2<=>HNO+O 4.610E+05 2.000 6500.00
|
||||
NH+O2<=>NO+OH 1.280E+06 1.500 100.00
|
||||
NH+N<=>N2+H 1.500E+13 .000 .00
|
||||
NH+H2O<=>HNO+H2 2.000E+13 .000 13850.00
|
||||
NH+NO<=>N2+OH 2.160E+13 -.230 .00
|
||||
NH+NO<=>N2O+H 3.650E+14 -.450 .00
|
||||
NH2+O<=>OH+NH 3.000E+12 .000 .00
|
||||
NH2+O<=>H+HNO 3.900E+13 .000 .00
|
||||
NH2+H<=>NH+H2 4.000E+13 .000 3650.00
|
||||
NH2+OH<=>NH+H2O 9.000E+07 1.500 -460.00
|
||||
NNH<=>N2+H 3.300E+08 .000 .00
|
||||
NNH+M<=>N2+H+M 1.300E+14 -.110 4980.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NNH+O2<=>HO2+N2 5.000E+12 .000 .00
|
||||
NNH+O<=>OH+N2 2.500E+13 .000 .00
|
||||
NNH+O<=>NH+NO 7.000E+13 .000 .00
|
||||
NNH+H<=>H2+N2 5.000E+13 .000 .00
|
||||
NNH+OH<=>H2O+N2 2.000E+13 .000 .00
|
||||
NNH+CH3<=>CH4+N2 2.500E+13 .000 .00
|
||||
H+NO+M<=>HNO+M 4.480E+19 -1.320 740.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HNO+O<=>NO+OH 2.500E+13 .000 .00
|
||||
HNO+H<=>H2+NO 9.000E+11 .720 660.00
|
||||
HNO+OH<=>NO+H2O 1.300E+07 1.900 -950.00
|
||||
HNO+O2<=>HO2+NO 1.000E+13 .000 13000.00
|
||||
CN+O<=>CO+N 7.700E+13 .000 .00
|
||||
CN+OH<=>NCO+H 4.000E+13 .000 .00
|
||||
CN+H2O<=>HCN+OH 8.000E+12 .000 7460.00
|
||||
CN+O2<=>NCO+O 6.140E+12 .000 -440.00
|
||||
CN+H2<=>HCN+H 2.950E+05 2.450 2240.00
|
||||
NCO+O<=>NO+CO 2.350E+13 .000 .00
|
||||
NCO+H<=>NH+CO 5.400E+13 .000 .00
|
||||
NCO+OH<=>NO+H+CO 0.250E+13 .000 .00
|
||||
NCO+N<=>N2+CO 2.000E+13 .000 .00
|
||||
NCO+O2<=>NO+CO2 2.000E+12 .000 20000.00
|
||||
NCO+M<=>N+CO+M 3.100E+14 .000 54050.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
NCO+NO<=>N2O+CO 1.900E+17 -1.520 740.00
|
||||
NCO+NO<=>N2+CO2 3.800E+18 -2.000 800.00
|
||||
HCN+M<=>H+CN+M 1.040E+29 -3.300 126600.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HCN+O<=>NCO+H 2.030E+04 2.640 4980.00
|
||||
HCN+O<=>NH+CO 5.070E+03 2.640 4980.00
|
||||
HCN+O<=>CN+OH 3.910E+09 1.580 26600.00
|
||||
HCN+OH<=>HOCN+H 1.100E+06 2.030 13370.00
|
||||
HCN+OH<=>HNCO+H 4.400E+03 2.260 6400.00
|
||||
HCN+OH<=>NH2+CO 1.600E+02 2.560 9000.00
|
||||
H+HCN(+M)<=>H2CN(+M) 3.300E+13 .000 .00
|
||||
LOW / 1.400E+26 -3.400 1900.00/
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H2CN+N<=>N2+CH2 6.000E+13 .000 400.00
|
||||
C+N2<=>CN+N 6.300E+13 .000 46020.00
|
||||
CH+N2<=>HCN+N 3.120E+09 0.880 20130.00
|
||||
CH+N2(+M)<=>HCNN(+M) 3.100E+12 .150 .00
|
||||
LOW / 1.300E+25 -3.160 740.00/
|
||||
TROE/ .6670 235.00 2117.00 4536.00 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ 1.0/
|
||||
CH2+N2<=>HCN+NH 1.000E+13 .000 74000.00
|
||||
CH2(S)+N2<=>NH+HCN 1.000E+11 .000 65000.00
|
||||
C+NO<=>CN+O 1.900E+13 .000 .00
|
||||
C+NO<=>CO+N 2.900E+13 .000 .00
|
||||
CH+NO<=>HCN+O 4.100E+13 .000 .00
|
||||
CH+NO<=>H+NCO 1.620E+13 .000 .00
|
||||
CH+NO<=>N+HCO 2.460E+13 .000 .00
|
||||
CH2+NO<=>H+HNCO 3.100E+17 -1.380 1270.00
|
||||
CH2+NO<=>OH+HCN 2.900E+14 -.690 760.00
|
||||
CH2+NO<=>H+HCNO 3.800E+13 -.360 580.00
|
||||
CH2(S)+NO<=>H+HNCO 3.100E+17 -1.380 1270.00
|
||||
CH2(S)+NO<=>OH+HCN 2.900E+14 -.690 760.00
|
||||
CH2(S)+NO<=>H+HCNO 3.800E+13 -.360 580.00
|
||||
CH3+NO<=>HCN+H2O 9.600E+13 .000 28800.00
|
||||
CH3+NO<=>H2CN+OH 1.000E+12 .000 21750.00
|
||||
HCNN+O<=>CO+H+N2 2.200E+13 .000 .00
|
||||
HCNN+O<=>HCN+NO 2.000E+12 .000 .00
|
||||
HCNN+O2<=>O+HCO+N2 1.200E+13 .000 .00
|
||||
HCNN+OH<=>H+HCO+N2 1.200E+13 .000 .00
|
||||
HCNN+H<=>CH2+N2 1.000E+14 .000 .00
|
||||
HNCO+O<=>NH+CO2 9.800E+07 1.410 8500.00
|
||||
HNCO+O<=>HNO+CO 1.500E+08 1.570 44000.00
|
||||
HNCO+O<=>NCO+OH 2.200E+06 2.110 11400.00
|
||||
HNCO+H<=>NH2+CO 2.250E+07 1.700 3800.00
|
||||
HNCO+H<=>H2+NCO 1.050E+05 2.500 13300.00
|
||||
HNCO+OH<=>NCO+H2O 3.300E+07 1.500 3600.00
|
||||
HNCO+OH<=>NH2+CO2 3.300E+06 1.500 3600.00
|
||||
HNCO+M<=>NH+CO+M 1.180E+16 .000 84720.00
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
HCNO+H<=>H+HNCO 2.100E+15 -.690 2850.00
|
||||
HCNO+H<=>OH+HCN 2.700E+11 .180 2120.00
|
||||
HCNO+H<=>NH2+CO 1.700E+14 -.750 2890.00
|
||||
HOCN+H<=>H+HNCO 2.000E+07 2.000 2000.00
|
||||
HCCO+NO<=>HCNO+CO 0.900E+13 .000 .00
|
||||
CH3+N<=>H2CN+H 6.100E+14 -.310 290.00
|
||||
CH3+N<=>HCN+H2 3.700E+12 .150 -90.00
|
||||
NH3+H<=>NH2+H2 5.400E+05 2.400 9915.00
|
||||
NH3+OH<=>NH2+H2O 5.000E+07 1.600 955.00
|
||||
NH3+O<=>NH2+OH 9.400E+06 1.940 6460.00
|
||||
NH+CO2<=>HNO+CO 1.000E+13 .000 14350.00
|
||||
CN+NO2<=>NCO+NO 6.160E+15 -0.752 345.00
|
||||
NCO+NO2<=>N2O+CO2 3.250E+12 .000 -705.00
|
||||
N+CO2<=>NO+CO 3.000E+12 .000 11300.00
|
||||
O+CH3=>H+H2+CO 3.370E+13 .000 .00
|
||||
O+C2H4<=>H+CH2CHO 6.700E+06 1.830 220.00
|
||||
O+C2H5<=>H+CH3CHO 1.096E+14 .000 .00
|
||||
OH+HO2<=>O2+H2O 0.500E+16 .000 17330.00
|
||||
DUPLICATE
|
||||
OH+CH3=>H2+CH2O 8.000E+09 .500 -1755.00
|
||||
CH+H2(+M)<=>CH3(+M) 1.970E+12 .430 -370.00
|
||||
LOW/ 4.820E+25 -2.80 590.0 /
|
||||
TROE/ .578 122.0 2535.0 9365.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
CH2+O2=>2H+CO2 5.800E+12 .000 1500.00
|
||||
CH2+O2<=>O+CH2O 2.400E+12 .000 1500.00
|
||||
CH2+CH2=>2H+C2H2 2.000E+14 .000 10989.00
|
||||
CH2(S)+H2O=>H2+CH2O 6.820E+10 .250 -935.00
|
||||
C2H3+O2<=>O+CH2CHO 3.030E+11 .290 11.00
|
||||
C2H3+O2<=>HO2+C2H2 1.337E+06 1.610 -384.00
|
||||
O+CH3CHO<=>OH+CH2CHO 2.920E+12 .000 1808.00
|
||||
O+CH3CHO=>OH+CH3+CO 2.920E+12 .000 1808.00
|
||||
O2+CH3CHO=>HO2+CH3+CO 3.010E+13 .000 39150.00
|
||||
H+CH3CHO<=>CH2CHO+H2 2.050E+09 1.160 2405.00
|
||||
H+CH3CHO=>CH3+H2+CO 2.050E+09 1.160 2405.00
|
||||
OH+CH3CHO=>CH3+H2O+CO 2.343E+10 0.730 -1113.00
|
||||
HO2+CH3CHO=>CH3+H2O2+CO 3.010E+12 .000 11923.00
|
||||
CH3+CH3CHO=>CH3+CH4+CO 2.720E+06 1.770 5920.00
|
||||
H+CH2CO(+M)<=>CH2CHO(+M) 4.865E+11 0.422 -1755.00
|
||||
LOW/ 1.012E+42 -7.63 3854.0/
|
||||
TROE/ 0.465 201.0 1773.0 5333.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+CH2CHO=>H+CH2+CO2 1.500E+14 .000 .00
|
||||
O2+CH2CHO=>OH+CO+CH2O 1.810E+10 .000 .00
|
||||
O2+CH2CHO=>OH+2HCO 2.350E+10 .000 .00
|
||||
H+CH2CHO<=>CH3+HCO 2.200E+13 .000 .00
|
||||
H+CH2CHO<=>CH2CO+H2 1.100E+13 .000 .00
|
||||
OH+CH2CHO<=>H2O+CH2CO 1.200E+13 .000 .00
|
||||
OH+CH2CHO<=>HCO+CH2OH 3.010E+13 .000 .00
|
||||
CH3+C2H5(+M)<=>C3H8(+M) .9430E+13 .000 .00
|
||||
LOW/ 2.710E+74 -16.82 13065.0 /
|
||||
TROE/ .1527 291.0 2742.0 7748.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+C3H8<=>OH+C3H7 1.930E+05 2.680 3716.00
|
||||
H+C3H8<=>C3H7+H2 1.320E+06 2.540 6756.00
|
||||
OH+C3H8<=>C3H7+H2O 3.160E+07 1.800 934.00
|
||||
C3H7+H2O2<=>HO2+C3H8 3.780E+02 2.720 1500.00
|
||||
CH3+C3H8<=>C3H7+CH4 0.903E+00 3.650 7154.00
|
||||
CH3+C2H4(+M)<=>C3H7(+M) 2.550E+06 1.600 5700.00
|
||||
LOW/ 3.00E+63 -14.6 18170./
|
||||
TROE/ .1894 277.0 8748.0 7891.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
O+C3H7<=>C2H5+CH2O 9.640E+13 .000 .00
|
||||
H+C3H7(+M)<=>C3H8(+M) 3.613E+13 .000 .00
|
||||
LOW/ 4.420E+61 -13.545 11357.0/
|
||||
TROE/ .315 369.0 3285.0 6667.0 /
|
||||
H2/2.00/ H2O/6.00/ CH4/2.00/ CO/1.50/ CO2/2.00/ C2H6/3.00/ AR/ .70/
|
||||
H+C3H7<=>CH3+C2H5 4.060E+06 2.190 890.00
|
||||
OH+C3H7<=>C2H5+CH2OH 2.410E+13 .000 .00
|
||||
HO2+C3H7<=>O2+C3H8 2.550E+10 0.255 -943.00
|
||||
HO2+C3H7=>OH+C2H5+CH2O 2.410E+13 .000 .00
|
||||
CH3+C3H7<=>2C2H5 1.927E+13 -0.320 .00
|
||||
CH+O<=>HCO()+E- 2.512E+11 0 1.70124E3
|
||||
HCO()+H2O<=>CO+H3O() 1.000E+16 -0.0897 0
|
||||
H3O()+E-<=>H2O+H 1.440E+17 0 0
|
||||
END
|
||||
271
constant/gri/readme30.dat
Normal file
271
constant/gri/readme30.dat
Normal file
|
|
@ -0,0 +1,271 @@
|
|||
The information in this document can also be accessed on the World Wide Web
|
||||
at http://www.me.berkeley.edu/gri_mech/
|
||||
|
||||
or through the Gas Research Institute GRINet home page at
|
||||
http://www.gri.org
|
||||
point to the 'Basic Research' button, and then to 'GRI-Mech'
|
||||
|
||||
At this Web location you can also view results of validation tests, directly
|
||||
load the GRI_Mech files, and check on any late-breaking news available.
|
||||
|
||||
Files in this directory:
|
||||
|
||||
README30.DAT This file.
|
||||
|
||||
GRIMECH30.DAT A reaction mechanism and rate coefficient file, in Chemkin
|
||||
format, describing 276 reactions of 49 species. It includes
|
||||
reactions of nitrogen-containing species relevant to the NOx
|
||||
chemistry of natural gas combustion and reburning.
|
||||
A corrected version of the mechanism was posted 11/4/95.
|
||||
|
||||
THERMO30.DAT A thermochemical data file to be used with GRIMECH21.DAT,
|
||||
as sets of "NASA polynomial" coefficients.
|
||||
|
||||
TRANSPORT.DAT A file containing the parameters needed for calculating
|
||||
transport coefficients to be used in the Sandia flame code.
|
||||
|
||||
BUGFIX.DAT A file containing information on bugs found in using GRI-Mech
|
||||
in various computer codes.
|
||||
|
||||
|
||||
The files in this directory are products of computational and experimental
|
||||
research sponsored by the Gas Research Institute.
|
||||
The research was carried out at Stanford University, The University of
|
||||
California, Berkeley, The University of Texas at Austin, and SRI International.
|
||||
|
||||
GRI-Mech is an optimized (see below) detailed chemical reaction mechanism
|
||||
capable of the best representation of natural gas flames, ignition, and NOx
|
||||
formation and reburning in natural gas combustion that we are able to
|
||||
provide as of the date at the head of this file.
|
||||
|
||||
In order to use the input files directly you need the Sandia National
|
||||
Laboratory "Chemkin-II" programs. (See discussion below.) Ignition and flow
|
||||
reactor profiles and well-stirred reactor outputs calculated with this mechanism
|
||||
and thermochemical data should be independent of the program used to compute
|
||||
them; noticeable small differences in flame profiles should be expected if you
|
||||
use a flame code other than Premix, however, because the transport calculation,
|
||||
the numerical method of solving the partial differential equations, and so on,
|
||||
differ from program to program.
|
||||
|
||||
Before telling you more we are obliged to say:
|
||||
|
||||
******************* GRI DISCLAIMER ********************
|
||||
|
||||
LEGAL NOTICE These files, both the ones intended for use
|
||||
|
||||
as computer input as well as those comprising documentation,
|
||||
|
||||
were prepared by Stanford University, SRI International,
|
||||
|
||||
The University of California, Berkeley, and The University of
|
||||
|
||||
Texas at Austin as a result of research sponsored by the
|
||||
|
||||
Gas Research Institute (GRI).
|
||||
|
||||
|
||||
Neither GRI, members of GRI, nor any person acting on behalf of
|
||||
|
||||
either:
|
||||
|
||||
|
||||
|
||||
a. Makes any warranty or representation, express or implied,
|
||||
|
||||
with respect to the accuracy, completeness, or usefulness
|
||||
|
||||
of the information contained in these files, or that the use
|
||||
|
||||
of any data, method, or process disclosed in these files
|
||||
|
||||
may not infringe privately owned rights; or
|
||||
|
||||
|
||||
|
||||
b. Assumes any liability with respect to the use of, or for
|
||||
|
||||
damages resulting from the use of, any information,
|
||||
|
||||
data, method or process disclosed in these files.
|
||||
|
||||
************************************************************
|
||||
|
||||
Now that you have read our disclaimer, here is what you can find in
|
||||
this README file:
|
||||
|
||||
1. A description of the version 3.0 GRI-Mech release files.
|
||||
|
||||
2. A short summary of what we can tell you about its performance.
|
||||
Much more detail is available on the Web page.
|
||||
|
||||
3. A request for feedback on your experience with it.
|
||||
|
||||
4. How to get in touch with us.
|
||||
|
||||
5. Some cautionary notes.
|
||||
|
||||
|
||||
|
||||
1. WHAT IS GRI-Mech 3.0?
|
||||
|
||||
What follows is a brief overview of the GRI-Mech 3.0 mechanism.
|
||||
|
||||
GRI-Mech 3.0 is a compilation of 325 elementary chemical reactions and
|
||||
associated rate coefficient expressions and thermochemical parameters for
|
||||
the 53 species involved in them.
|
||||
|
||||
It differs from the version 2.11 mechanism that it succeeds in that we
|
||||
have updated the kinetics and targets, and have also expanded the chemistry.
|
||||
New formaldehyde intermediate oxidation targets, prompt NO
|
||||
targets and reburn targets are added. The kinetics now includes a
|
||||
better description of the oxidation products of C2 intermediates, and
|
||||
a shortened submechanism for propane oxidation as a minor natural gas
|
||||
constituent representing the higher molecular weight components was
|
||||
added.
|
||||
If you have the Chemkin programs, all you need to do is substitute the
|
||||
GRI-Mech 3.0 input files for whatever files you have working with Chemkin
|
||||
before(including versions 1.2 or 2.11) and you will be ready to go.
|
||||
|
||||
2. VERSION 3.0 PERFORMANCE THAT WE KNOW ABOUT
|
||||
|
||||
We test the performance of GRI-Mech extensively. Details are shown on
|
||||
the Web page http://www.me.berkeley.edu/gri_mech/. The lengthy list is
|
||||
not repeated here.
|
||||
The performance of version 3.0 is generally improved over version 2.11.
|
||||
The major results of the new mechanism optimization are:
|
||||
1. Deviations from target values are generally less than previously.
|
||||
2. Similar values for the key rates CH3+H, CH3+OH, & CH3+O2 were found.
|
||||
3. Adding CH2O targets required no changes to our new values for CH2O+M or H.
|
||||
4. Only HCN thermodynamics is sensitive. JANAF value was changed.
|
||||
5. An improved prompt NO target increases the CH + N2 rate constant.
|
||||
6. New lower experimental flame speeds remain overpredicted.
|
||||
|
||||
A very limited subset of propane chemistry was added to version 3.0,
|
||||
14 reactions and 2 species. The sole purpose of this addition and the
|
||||
few propane shock tube ignition delay targets is to represent the
|
||||
minority higher molecular weight components of natural gas. It is not
|
||||
intended to model propane combustion.
|
||||
|
||||
The sparseness of nitrogen targets for NO formation and reburn, noted
|
||||
in version 2.11, remains a problem - although several new targets have
|
||||
been incorporated into version 3.0. An addendum optimization is being
|
||||
prepared to add deNOx kinetics to the mechanism (version 3.1).
|
||||
|
||||
3. PLEASE TELL US WHAT YOU LEARN, AND ABOUT YOUR PROBLEMS
|
||||
|
||||
While the authors are continuing to expand their understanding of how
|
||||
GRI-Mech works, it is only natural that others will see things that should be
|
||||
done with quite different perspectives. We would very much like to hear
|
||||
from you.
|
||||
|
||||
We want to hear about your experiences with GRI-Mech, both successes and
|
||||
failures. It will help us more in our development work, and consequently all
|
||||
users of our later releases, to hear about failures. We welcome suggestions of
|
||||
any kind. Please be as specific as you can in telling us about your results
|
||||
and your problems. We will be happy to include the results of your "validation
|
||||
runs", with appropriate citation to you, in our printed materials.
|
||||
|
||||
We are especially interested in maintaining a list of users, so that we can
|
||||
quickly communicate changes, problems, and updates.
|
||||
|
||||
Since our ftp daemon does not record actual usernames, we request that those
|
||||
who are considering use of the mechanism send us their e-mail addresses.
|
||||
Please address them to SMITH@MPLVAX.SRI.COM.
|
||||
|
||||
|
||||
|
||||
4. HOW TO CONTACT THE AUTHORS
|
||||
|
||||
We can be reached at any of the addresses given below.
|
||||
|
||||
Bob Serauskas at GRI is the Program Manager of this project. If you have an
|
||||
official question, he is the person to contact. Bob's phone number is
|
||||
312-399-8208, his mailing address is c/o Gas Research Institute, 8600 West Bryn
|
||||
Mawr Avenue, Chicago, Illinois 60631-3562, his Internet address is
|
||||
rserausk@gri.org, and his fax number is 312-399-8170.
|
||||
|
||||
For scientific questions please contact Greg Smith or one of the other authors
|
||||
listed below:
|
||||
|
||||
University of California, Berkeley:
|
||||
|
||||
Michael Frenklach (myf@euler.berkeley.edu)
|
||||
|
||||
Nigel Moriarty (mgold@euler.berkeley.edu)
|
||||
|
||||
Stanford University:
|
||||
|
||||
Tom Bowman (bowman@navier.stanford.edu)
|
||||
|
||||
SRI International:
|
||||
|
||||
Greg Smith (smith@mplvax.sri.com)
|
||||
|
||||
University of Texas at Austin:
|
||||
|
||||
Bill Gardiner (bill@lioness.cm.utexas.edu)
|
||||
|
||||
To cite GRI-Mech, please refer to our World Wide Web location
|
||||
|
||||
|
||||
|
||||
5. SOME CAUTIONARY NOTES
|
||||
|
||||
First we want to warn you about several general aspects of GRI-Mech.
|
||||
|
||||
a. PLEASE DO NOT MAKE ANY SUBSTITUTIONS!
|
||||
|
||||
Or if you MUST so, be very careful. GRI-Mech has been optimized as a whole,
|
||||
and should be used just as you receive it if you want to duplicate its ability
|
||||
to model natural gas combustion and NO formation and removal.
|
||||
|
||||
You likely will not surpass the performance we obtained for natural gas
|
||||
combustion and NO formation and removal by the independent adjustment of any
|
||||
"sensitive" reaction rate parameters.
|
||||
|
||||
Any substitution of "better" rate coefficient expressions or removal of
|
||||
species or reactions may lead to your getting significantly deteriorated
|
||||
performance of the mechanism when tested against the whole spectrum of natural
|
||||
gas combustion and NO data.
|
||||
|
||||
We recognize that GRI-Mech users are human and will adjust rate coefficients or
|
||||
make major changes for specific purposes, such as doing sensitivity analyses.
|
||||
When doing this please keep in mind that we do not claim that GRI-Mech is
|
||||
suitable as a starting point for mechanism development by patchwork means.
|
||||
We cannot predict what the consequences may be.
|
||||
|
||||
b. NUMBERS OF SPECIES AND REACTIONS.
|
||||
|
||||
The list of reactions and species in GRI-Mech 3.0 contains entries that are
|
||||
"unimportant" for natural gas combustion and NO formation and removal
|
||||
for the conditions investigated to date.
|
||||
|
||||
There are several reasons why we have them there. One is that there are special
|
||||
purposes (like models of flame radiation or pollutant emissions) where
|
||||
elementary reactions that are otherwise negligible become important, and we
|
||||
want to have these reactions on hand for such occasions. A second reason is
|
||||
that the combustion of some other fuels (methanol, acetylene, ...) can be
|
||||
modeled using GRI-Mech as a subset, with the knowledge that the part of the
|
||||
mechanism relevant to natural gas has been optimized in the manner described
|
||||
in the documentation for GRI-Mech 3.0. [We have not looked into the performance
|
||||
of the GRI-Mech for any fuels except methane, ethane, hydrogen and carbon
|
||||
monoxide.]
|
||||
|
||||
There are techniques for reducing reaction and species lists that you may want
|
||||
to use yourself on GRI-Mech 3.0; please see the relevant comments in the
|
||||
documentation. Reduction methods have been applied to version 1.2.
|
||||
|
||||
c. Back reactions. We consider all reactions to be reversible, even though
|
||||
it is clear on thermochemical grounds that negligible reverse flux will
|
||||
occur in many reactions. If your modeling program requires explicit
|
||||
inclusion of reverse reactions, GRI-Mech 3.0, as presented in this directory,
|
||||
will require additional calculations to find out which of them are really
|
||||
needed.
|
||||
|
||||
d. Computer time. The numerous species and reactions in GRI-Mech, some of which
|
||||
really do not need to be included for modeling natural gas combustion and NO
|
||||
formation and removal, increase the demand on computer resources for doing the
|
||||
chemical part of the model by a large factor. We accept this in order to avoid
|
||||
coping with the numerous problems that arise in streamlining such
|
||||
computations. Computer time has not been a problem for us even when using
|
||||
GRI-Mech on small workstations and fast PCs.
|
||||
230
constant/gri/thermo30.dat
Normal file
230
constant/gri/thermo30.dat
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
THERMO ALL
|
||||
300.000 1000.000 5000.000
|
||||
! GRI-Mech Version 3.0 Thermodynamics released 7/30/99
|
||||
! NASA Polynomial format for CHEMKIN-II
|
||||
! see README file for disclaimer
|
||||
O L 1/90O 1 G 200.000 3500.000 1000.000 1
|
||||
2.56942078E+00-8.59741137E-05 4.19484589E-08-1.00177799E-11 1.22833691E-15 2
|
||||
2.92175791E+04 4.78433864E+00 3.16826710E+00-3.27931884E-03 6.64306396E-06 3
|
||||
-6.12806624E-09 2.11265971E-12 2.91222592E+04 2.05193346E+00 4
|
||||
O2 TPIS89O 2 G 200.000 3500.000 1000.000 1
|
||||
3.28253784E+00 1.48308754E-03-7.57966669E-07 2.09470555E-10-2.16717794E-14 2
|
||||
-1.08845772E+03 5.45323129E+00 3.78245636E+00-2.99673416E-03 9.84730201E-06 3
|
||||
-9.68129509E-09 3.24372837E-12-1.06394356E+03 3.65767573E+00 4
|
||||
H L 7/88H 1 G 200.000 3500.000 1000.000 1
|
||||
2.50000001E+00-2.30842973E-11 1.61561948E-14-4.73515235E-18 4.98197357E-22 2
|
||||
2.54736599E+04-4.46682914E-01 2.50000000E+00 7.05332819E-13-1.99591964E-15 3
|
||||
2.30081632E-18-9.27732332E-22 2.54736599E+04-4.46682853E-01 4
|
||||
H2 TPIS78H 2 G 200.000 3500.000 1000.000 1
|
||||
3.33727920E+00-4.94024731E-05 4.99456778E-07-1.79566394E-10 2.00255376E-14 2
|
||||
-9.50158922E+02-3.20502331E+00 2.34433112E+00 7.98052075E-03-1.94781510E-05 3
|
||||
2.01572094E-08-7.37611761E-12-9.17935173E+02 6.83010238E-01 4
|
||||
OH RUS 78O 1H 1 G 200.000 3500.000 1000.000 1
|
||||
3.09288767E+00 5.48429716E-04 1.26505228E-07-8.79461556E-11 1.17412376E-14 2
|
||||
3.85865700E+03 4.47669610E+00 3.99201543E+00-2.40131752E-03 4.61793841E-06 3
|
||||
-3.88113333E-09 1.36411470E-12 3.61508056E+03-1.03925458E-01 4
|
||||
H2O L 8/89H 2O 1 G 200.000 3500.000 1000.000 1
|
||||
3.03399249E+00 2.17691804E-03-1.64072518E-07-9.70419870E-11 1.68200992E-14 2
|
||||
-3.00042971E+04 4.96677010E+00 4.19864056E+00-2.03643410E-03 6.52040211E-06 3
|
||||
-5.48797062E-09 1.77197817E-12-3.02937267E+04-8.49032208E-01 4
|
||||
HO2 L 5/89H 1O 2 G 200.000 3500.000 1000.000 1
|
||||
4.01721090E+00 2.23982013E-03-6.33658150E-07 1.14246370E-10-1.07908535E-14 2
|
||||
1.11856713E+02 3.78510215E+00 4.30179801E+00-4.74912051E-03 2.11582891E-05 3
|
||||
-2.42763894E-08 9.29225124E-12 2.94808040E+02 3.71666245E+00 4
|
||||
H2O2 L 7/88H 2O 2 G 200.000 3500.000 1000.000 1
|
||||
4.16500285E+00 4.90831694E-03-1.90139225E-06 3.71185986E-10-2.87908305E-14 2
|
||||
-1.78617877E+04 2.91615662E+00 4.27611269E+00-5.42822417E-04 1.67335701E-05 3
|
||||
-2.15770813E-08 8.62454363E-12-1.77025821E+04 3.43505074E+00 4
|
||||
C L11/88C 1 G 200.000 3500.000 1000.000 1
|
||||
2.49266888E+00 4.79889284E-05-7.24335020E-08 3.74291029E-11-4.87277893E-15 2
|
||||
8.54512953E+04 4.80150373E+00 2.55423955E+00-3.21537724E-04 7.33792245E-07 3
|
||||
-7.32234889E-10 2.66521446E-13 8.54438832E+04 4.53130848E+00 4
|
||||
CH TPIS79C 1H 1 G 200.000 3500.000 1000.000 1
|
||||
2.87846473E+00 9.70913681E-04 1.44445655E-07-1.30687849E-10 1.76079383E-14 2
|
||||
7.10124364E+04 5.48497999E+00 3.48981665E+00 3.23835541E-04-1.68899065E-06 3
|
||||
3.16217327E-09-1.40609067E-12 7.07972934E+04 2.08401108E+00 4
|
||||
CH2 L S/93C 1H 2 G 200.000 3500.000 1000.000 1
|
||||
2.87410113E+00 3.65639292E-03-1.40894597E-06 2.60179549E-10-1.87727567E-14 2
|
||||
4.62636040E+04 6.17119324E+00 3.76267867E+00 9.68872143E-04 2.79489841E-06 3
|
||||
-3.85091153E-09 1.68741719E-12 4.60040401E+04 1.56253185E+00 4
|
||||
CH2(S) L S/93C 1H 2 G 200.000 3500.000 1000.000 1
|
||||
2.29203842E+00 4.65588637E-03-2.01191947E-06 4.17906000E-10-3.39716365E-14 2
|
||||
5.09259997E+04 8.62650169E+00 4.19860411E+00-2.36661419E-03 8.23296220E-06 3
|
||||
-6.68815981E-09 1.94314737E-12 5.04968163E+04-7.69118967E-01 4
|
||||
CH3 L11/89C 1H 3 G 200.000 3500.000 1000.000 1
|
||||
2.28571772E+00 7.23990037E-03-2.98714348E-06 5.95684644E-10-4.67154394E-14 2
|
||||
1.67755843E+04 8.48007179E+00 3.67359040E+00 2.01095175E-03 5.73021856E-06 3
|
||||
-6.87117425E-09 2.54385734E-12 1.64449988E+04 1.60456433E+00 4
|
||||
CH4 L 8/88C 1H 4 G 200.000 3500.000 1000.000 1
|
||||
7.48514950E-02 1.33909467E-02-5.73285809E-06 1.22292535E-09-1.01815230E-13 2
|
||||
-9.46834459E+03 1.84373180E+01 5.14987613E+00-1.36709788E-02 4.91800599E-05 3
|
||||
-4.84743026E-08 1.66693956E-11-1.02466476E+04-4.64130376E+00 4
|
||||
CO TPIS79C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
2.71518561E+00 2.06252743E-03-9.98825771E-07 2.30053008E-10-2.03647716E-14 2
|
||||
-1.41518724E+04 7.81868772E+00 3.57953347E+00-6.10353680E-04 1.01681433E-06 3
|
||||
9.07005884E-10-9.04424499E-13-1.43440860E+04 3.50840928E+00 4
|
||||
CO2 L 7/88C 1O 2 G 200.000 3500.000 1000.000 1
|
||||
3.85746029E+00 4.41437026E-03-2.21481404E-06 5.23490188E-10-4.72084164E-14 2
|
||||
-4.87591660E+04 2.27163806E+00 2.35677352E+00 8.98459677E-03-7.12356269E-06 3
|
||||
2.45919022E-09-1.43699548E-13-4.83719697E+04 9.90105222E+00 4
|
||||
HCO L12/89H 1C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
2.77217438E+00 4.95695526E-03-2.48445613E-06 5.89161778E-10-5.33508711E-14 2
|
||||
4.01191815E+03 9.79834492E+00 4.22118584E+00-3.24392532E-03 1.37799446E-05 3
|
||||
-1.33144093E-08 4.33768865E-12 3.83956496E+03 3.39437243E+00 4
|
||||
CH2O L 8/88H 2C 1O 1 G 200.000 3500.000 1000.000 1
|
||||
1.76069008E+00 9.20000082E-03-4.42258813E-06 1.00641212E-09-8.83855640E-14 2
|
||||
-1.39958323E+04 1.36563230E+01 4.79372315E+00-9.90833369E-03 3.73220008E-05 3
|
||||
-3.79285261E-08 1.31772652E-11-1.43089567E+04 6.02812900E-01 4
|
||||
CH2OH GUNL93C 1H 3O 1 G 200.000 3500.000 1000.000 1
|
||||
3.69266569E+00 8.64576797E-03-3.75101120E-06 7.87234636E-10-6.48554201E-14 2
|
||||
-3.24250627E+03 5.81043215E+00 3.86388918E+00 5.59672304E-03 5.93271791E-06 3
|
||||
-1.04532012E-08 4.36967278E-12-3.19391367E+03 5.47302243E+00 4
|
||||
CH3O 121686C 1H 3O 1 G 300.00 3000.00 1000.000 1
|
||||
0.03770799E+02 0.07871497E-01-0.02656384E-04 0.03944431E-08-0.02112616E-12 2
|
||||
0.12783252E+03 0.02929575E+02 0.02106204E+02 0.07216595E-01 0.05338472E-04 3
|
||||
-0.07377636E-07 0.02075610E-10 0.09786011E+04 0.13152177E+02 4
|
||||
CH3OH L 8/88C 1H 4O 1 G 200.000 3500.000 1000.000 1
|
||||
1.78970791E+00 1.40938292E-02-6.36500835E-06 1.38171085E-09-1.17060220E-13 2
|
||||
-2.53748747E+04 1.45023623E+01 5.71539582E+00-1.52309129E-02 6.52441155E-05 3
|
||||
-7.10806889E-08 2.61352698E-11-2.56427656E+04-1.50409823E+00 4
|
||||
C2H L 1/91C 2H 1 G 200.000 3500.000 1000.000 1
|
||||
3.16780652E+00 4.75221902E-03-1.83787077E-06 3.04190252E-10-1.77232770E-14 2
|
||||
6.71210650E+04 6.63589475E+00 2.88965733E+00 1.34099611E-02-2.84769501E-05 3
|
||||
2.94791045E-08-1.09331511E-11 6.68393932E+04 6.22296438E+00 4
|
||||
C2H2 L 1/91C 2H 2 G 200.000 3500.000 1000.000 1
|
||||
4.14756964E+00 5.96166664E-03-2.37294852E-06 4.67412171E-10-3.61235213E-14 2
|
||||
2.59359992E+04-1.23028121E+00 8.08681094E-01 2.33615629E-02-3.55171815E-05 3
|
||||
2.80152437E-08-8.50072974E-12 2.64289807E+04 1.39397051E+01 4
|
||||
C2H3 L 2/92C 2H 3 G 200.000 3500.000 1000.000 1
|
||||
3.01672400E+00 1.03302292E-02-4.68082349E-06 1.01763288E-09-8.62607041E-14 2
|
||||
3.46128739E+04 7.78732378E+00 3.21246645E+00 1.51479162E-03 2.59209412E-05 3
|
||||
-3.57657847E-08 1.47150873E-11 3.48598468E+04 8.51054025E+00 4
|
||||
C2H4 L 1/91C 2H 4 G 200.000 3500.000 1000.000 1
|
||||
2.03611116E+00 1.46454151E-02-6.71077915E-06 1.47222923E-09-1.25706061E-13 2
|
||||
4.93988614E+03 1.03053693E+01 3.95920148E+00-7.57052247E-03 5.70990292E-05 3
|
||||
-6.91588753E-08 2.69884373E-11 5.08977593E+03 4.09733096E+00 4
|
||||
C2H5 L12/92C 2H 5 G 200.000 3500.000 1000.000 1
|
||||
1.95465642E+00 1.73972722E-02-7.98206668E-06 1.75217689E-09-1.49641576E-13 2
|
||||
1.28575200E+04 1.34624343E+01 4.30646568E+00-4.18658892E-03 4.97142807E-05 3
|
||||
-5.99126606E-08 2.30509004E-11 1.28416265E+04 4.70720924E+00 4
|
||||
C2H6 L 8/88C 2H 6 G 200.000 3500.000 1000.000 1
|
||||
1.07188150E+00 2.16852677E-02-1.00256067E-05 2.21412001E-09-1.90002890E-13 2
|
||||
-1.14263932E+04 1.51156107E+01 4.29142492E+00-5.50154270E-03 5.99438288E-05 3
|
||||
-7.08466285E-08 2.68685771E-11-1.15222055E+04 2.66682316E+00 4
|
||||
CH2CO L 5/90C 2H 2O 1 G 200.000 3500.000 1000.000 1
|
||||
4.51129732E+00 9.00359745E-03-4.16939635E-06 9.23345882E-10-7.94838201E-14 2
|
||||
-7.55105311E+03 6.32247205E-01 2.13583630E+00 1.81188721E-02-1.73947474E-05 3
|
||||
9.34397568E-09-2.01457615E-12-7.04291804E+03 1.22156480E+01 4
|
||||
HCCO SRIC91H 1C 2O 1 G 300.00 4000.00 1000.000 1
|
||||
0.56282058E+01 0.40853401E-02-0.15934547E-05 0.28626052E-09-0.19407832E-13 2
|
||||
0.19327215E+05-0.39302595E+01 0.22517214E+01 0.17655021E-01-0.23729101E-04 3
|
||||
0.17275759E-07-0.50664811E-11 0.20059449E+05 0.12490417E+02 4
|
||||
HCCOH SRI91C 2O 1H 2 G 300.000 5000.000 1000.000 1
|
||||
0.59238291E+01 0.67923600E-02-0.25658564E-05 0.44987841E-09-0.29940101E-13 2
|
||||
0.72646260E+04-0.76017742E+01 0.12423733E+01 0.31072201E-01-0.50866864E-04 3
|
||||
0.43137131E-07-0.14014594E-10 0.80316143E+04 0.13874319E+02 4
|
||||
H2CN 41687H 2C 1N 1 G 300.00 4000.000 1000.000 1
|
||||
0.52097030E+01 0.29692911E-02-0.28555891E-06-0.16355500E-09 0.30432589E-13 2
|
||||
0.27677109E+05-0.44444780E+01 0.28516610E+01 0.56952331E-02 0.10711400E-05 3
|
||||
-0.16226120E-08-0.23511081E-12 0.28637820E+05 0.89927511E+01 4
|
||||
HCN GRI/98H 1C 1N 1 G 200.000 6000.000 1000.000 1
|
||||
0.38022392E+01 0.31464228E-02-0.10632185E-05 0.16619757E-09-0.97997570E-14 2
|
||||
0.14407292E+05 0.15754601E+01 0.22589886E+01 0.10051170E-01-0.13351763E-04 3
|
||||
0.10092349E-07-0.30089028E-11 0.14712633E+05 0.89164419E+01 4
|
||||
HNO And93 H 1N 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.29792509E+01 0.34944059E-02-0.78549778E-06 0.57479594E-10-0.19335916E-15 2
|
||||
0.11750582E+05 0.86063728E+01 0.45334916E+01-0.56696171E-02 0.18473207E-04 3
|
||||
-0.17137094E-07 0.55454573E-11 0.11548297E+05 0.17498417E+01 4
|
||||
N L 6/88N 1 G 200.000 6000.000 1000.000 1
|
||||
0.24159429E+01 0.17489065E-03-0.11902369E-06 0.30226245E-10-0.20360982E-14 2
|
||||
0.56133773E+05 0.46496096E+01 0.25000000E+01 0.00000000E+00 0.00000000E+00 3
|
||||
0.00000000E+00 0.00000000E+00 0.56104637E+05 0.41939087E+01 4
|
||||
NNH T07/93N 2H 1 G 200.000 6000.000 1000.000 1
|
||||
0.37667544E+01 0.28915082E-02-0.10416620E-05 0.16842594E-09-0.10091896E-13 2
|
||||
0.28650697E+05 0.44705067E+01 0.43446927E+01-0.48497072E-02 0.20059459E-04 3
|
||||
-0.21726464E-07 0.79469539E-11 0.28791973E+05 0.29779410E+01 4
|
||||
N2O L 7/88N 2O 1 G 200.000 6000.000 1000.000 1
|
||||
0.48230729E+01 0.26270251E-02-0.95850874E-06 0.16000712E-09-0.97752303E-14 2
|
||||
0.80734048E+04-0.22017207E+01 0.22571502E+01 0.11304728E-01-0.13671319E-04 3
|
||||
0.96819806E-08-0.29307182E-11 0.87417744E+04 0.10757992E+02 4
|
||||
NH And94 N 1H 1 G 200.000 6000.000 1000.000 1
|
||||
0.27836928E+01 0.13298430E-02-0.42478047E-06 0.78348501E-10-0.55044470E-14 2
|
||||
0.42120848E+05 0.57407799E+01 0.34929085E+01 0.31179198E-03-0.14890484E-05 3
|
||||
0.24816442E-08-0.10356967E-11 0.41880629E+05 0.18483278E+01 4
|
||||
NH2 And89 N 1H 2 G 200.000 6000.000 1000.000 1
|
||||
0.28347421E+01 0.32073082E-02-0.93390804E-06 0.13702953E-09-0.79206144E-14 2
|
||||
0.22171957E+05 0.65204163E+01 0.42040029E+01-0.21061385E-02 0.71068348E-05 3
|
||||
-0.56115197E-08 0.16440717E-11 0.21885910E+05-0.14184248E+00 4
|
||||
NH3 J 6/77N 1H 3 G 200.000 6000.000 1000.000 1
|
||||
0.26344521E+01 0.56662560E-02-0.17278676E-05 0.23867161E-09-0.12578786E-13 2
|
||||
-0.65446958E+04 0.65662928E+01 0.42860274E+01-0.46605230E-02 0.21718513E-04 3
|
||||
-0.22808887E-07 0.82638046E-11-0.67417285E+04-0.62537277E+00 4
|
||||
NO RUS 78N 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.32606056E+01 0.11911043E-02-0.42917048E-06 0.69457669E-10-0.40336099E-14 2
|
||||
0.99209746E+04 0.63693027E+01 0.42184763E+01-0.46389760E-02 0.11041022E-04 3
|
||||
-0.93361354E-08 0.28035770E-11 0.98446230E+04 0.22808464E+01 4
|
||||
NO2 L 7/88N 1O 2 G 200.000 6000.000 1000.000 1
|
||||
0.48847542E+01 0.21723956E-02-0.82806906E-06 0.15747510E-09-0.10510895E-13 2
|
||||
0.23164983E+04-0.11741695E+00 0.39440312E+01-0.15854290E-02 0.16657812E-04 3
|
||||
-0.20475426E-07 0.78350564E-11 0.28966179E+04 0.63119917E+01 4
|
||||
HCNO BDEA94H 1N 1C 1O 1G 300.000 5000.000 1382.000 1
|
||||
6.59860456E+00 3.02778626E-03-1.07704346E-06 1.71666528E-10-1.01439391E-14 2
|
||||
1.79661339E+04-1.03306599E+01 2.64727989E+00 1.27505342E-02-1.04794236E-05 3
|
||||
4.41432836E-09-7.57521466E-13 1.92990252E+04 1.07332972E+01 4
|
||||
HOCN BDEA94H 1N 1C 1O 1G 300.000 5000.000 1368.000 1
|
||||
5.89784885E+00 3.16789393E-03-1.11801064E-06 1.77243144E-10-1.04339177E-14 2
|
||||
-3.70653331E+03-6.18167825E+00 3.78604952E+00 6.88667922E-03-3.21487864E-06 3
|
||||
5.17195767E-10 1.19360788E-14-2.82698400E+03 5.63292162E+00 4
|
||||
HNCO BDEA94H 1N 1C 1O 1G 300.000 5000.000 1478.000 1
|
||||
6.22395134E+00 3.17864004E-03-1.09378755E-06 1.70735163E-10-9.95021955E-15 2
|
||||
-1.66599344E+04-8.38224741E+00 3.63096317E+00 7.30282357E-03-2.28050003E-06 3
|
||||
-6.61271298E-10 3.62235752E-13-1.55873636E+04 6.19457727E+00 4
|
||||
NCO EA 93 N 1C 1O 1 G 200.000 6000.000 1000.000 1
|
||||
0.51521845E+01 0.23051761E-02-0.88033153E-06 0.14789098E-09-0.90977996E-14 2
|
||||
0.14004123E+05-0.25442660E+01 0.28269308E+01 0.88051688E-02-0.83866134E-05 3
|
||||
0.48016964E-08-0.13313595E-11 0.14682477E+05 0.95504646E+01 4
|
||||
CN HBH92 C 1N 1 G 200.000 6000.000 1000.000 1
|
||||
0.37459805E+01 0.43450775E-04 0.29705984E-06-0.68651806E-10 0.44134173E-14 2
|
||||
0.51536188E+05 0.27867601E+01 0.36129351E+01-0.95551327E-03 0.21442977E-05 3
|
||||
-0.31516323E-09-0.46430356E-12 0.51708340E+05 0.39804995E+01 4
|
||||
HCNN SRI/94C 1N 2H 1 G 300.000 5000.000 1000.000 1
|
||||
0.58946362E+01 0.39895959E-02-0.15982380E-05 0.29249395E-09-0.20094686E-13 2
|
||||
0.53452941E+05-0.51030502E+01 0.25243194E+01 0.15960619E-01-0.18816354E-04 3
|
||||
0.12125540E-07-0.32357378E-11 0.54261984E+05 0.11675870E+02 4
|
||||
N2 121286N 2 G 300.000 5000.000 1000.000 1
|
||||
0.02926640E+02 0.14879768E-02-0.05684760E-05 0.10097038E-09-0.06753351E-13 2
|
||||
-0.09227977E+04 0.05980528E+02 0.03298677E+02 0.14082404E-02-0.03963222E-04 3
|
||||
0.05641515E-07-0.02444854E-10-0.10208999E+04 0.03950372E+02 4
|
||||
AR 120186AR 1 G 300.000 5000.000 1000.000 1
|
||||
0.02500000E+02 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 2
|
||||
-0.07453750E+04 0.04366000E+02 0.02500000E+02 0.00000000E+00 0.00000000E+00 3
|
||||
0.00000000E+00 0.00000000E+00-0.07453750E+04 0.04366000E+02 4
|
||||
C3H8 L 4/85C 3H 8 G 300.000 5000.000 1000.000 1
|
||||
0.75341368E+01 0.18872239E-01-0.62718491E-05 0.91475649E-09-0.47838069E-13 2
|
||||
-0.16467516E+05-0.17892349E+02 0.93355381E+00 0.26424579E-01 0.61059727E-05 3
|
||||
-0.21977499E-07 0.95149253E-11-0.13958520E+05 0.19201691E+02 4
|
||||
C3H7 L 9/84C 3H 7 G 300.000 5000.000 1000.000 1
|
||||
0.77026987E+01 0.16044203E-01-0.52833220E-05 0.76298590E-09-0.39392284E-13 2
|
||||
0.82984336E+04-0.15480180E+02 0.10515518E+01 0.25991980E-01 0.23800540E-05 3
|
||||
-0.19609569E-07 0.93732470E-11 0.10631863E+05 0.21122559E+02 4
|
||||
CH3CHO L 8/88C 2H 4O 1 G 200.000 6000.000 1000.000 1
|
||||
0.54041108E+01 0.11723059E-01-0.42263137E-05 0.68372451E-09-0.40984863E-13 2
|
||||
-0.22593122E+05-0.34807917E+01 0.47294595E+01-0.31932858E-02 0.47534921E-04 3
|
||||
-0.57458611E-07 0.21931112E-10-0.21572878E+05 0.41030159E+01 4
|
||||
CH2CHO SAND86O 1H 3C 2 G 300.000 5000.000 1000.000 1
|
||||
0.05975670E+02 0.08130591E-01-0.02743624E-04 0.04070304E-08-0.02176017E-12 2
|
||||
0.04903218E+04-0.05045251E+02 0.03409062E+02 0.10738574E-01 0.01891492E-04 3
|
||||
-0.07158583E-07 0.02867385E-10 0.15214766E+04 0.09558290E+02 4
|
||||
E- SAND86E 1 G 200.000 6000.000 1000.000 1
|
||||
2.50000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 2
|
||||
-7.45375000E+02-1.17246902E+01 2.50000000E+00 0.00000000E+00 0.00000000E+00 3
|
||||
0.00000000E+00 0.00000000E+00-7.45375000E+02-1.17246902E+01 4
|
||||
HCO() SAND86O 1H 1C 1E -1G 300.000 5000.000 1000.000 1
|
||||
2.47397360E+00 8.67155900E-03-1.00315000E-05 6.71705270E-09-1.78726740E-12 2
|
||||
9.91466080E+04 8.17571187E+00 3.74118800E+00 3.34415170E-03-1.23971210E-06 3
|
||||
2.11893880E-10-1.37041500E-14 9.88840780E+04 2.07861357E+00 4
|
||||
H3O() SAND86O 1H 3E -1 G 298.150 6000.000 1000.000 1
|
||||
3.79295270E+00-9.10854000E-04 1.16363549E-05-1.21364887E-08 4.26159663E-12 2
|
||||
7.07512401E+04 1.47156856E+00 2.49647716E+00 5.72844920E-03-1.83953281E-06 3
|
||||
2.73577439E-10-1.54093985E-14 7.09729113E+04 7.45850779E+00 4
|
||||
END
|
||||
113
constant/gri/transport.dat
Normal file
113
constant/gri/transport.dat
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
AR 0 136.500 3.330 0.000 0.000 0.000
|
||||
C 0 71.400 3.298 0.000 0.000 0.000 ! *
|
||||
C2 1 97.530 3.621 0.000 1.760 4.000
|
||||
C2O 1 232.400 3.828 0.000 0.000 1.000 ! *
|
||||
CN2 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
C2H 1 209.000 4.100 0.000 0.000 2.500
|
||||
C2H2 1 209.000 4.100 0.000 0.000 2.500
|
||||
C2H2OH 2 224.700 4.162 0.000 0.000 1.000 ! *
|
||||
C2H3 2 209.000 4.100 0.000 0.000 1.000 ! *
|
||||
C2H4 2 280.800 3.971 0.000 0.000 1.500
|
||||
C2H5 2 252.300 4.302 0.000 0.000 1.500
|
||||
C2H6 2 252.300 4.302 0.000 0.000 1.500
|
||||
C2N 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
C2N2 1 349.000 4.361 0.000 0.000 1.000 ! OIS
|
||||
C3H2 2 209.000 4.100 0.000 0.000 1.000 ! *
|
||||
C3H4 1 252.000 4.760 0.000 0.000 1.000
|
||||
C3H6 2 266.800 4.982 0.000 0.000 1.000
|
||||
C3H7 2 266.800 4.982 0.000 0.000 1.000
|
||||
C4H6 2 357.000 5.180 0.000 0.000 1.000
|
||||
I*C3H7 2 266.800 4.982 0.000 0.000 1.000
|
||||
N*C3H7 2 266.800 4.982 0.000 0.000 1.000
|
||||
C3H8 2 266.800 4.982 0.000 0.000 1.000
|
||||
C4H 1 357.000 5.180 0.000 0.000 1.000
|
||||
C4H2 1 357.000 5.180 0.000 0.000 1.000
|
||||
C4H2OH 2 224.700 4.162 0.000 0.000 1.000 ! *
|
||||
C4H8 2 357.000 5.176 0.000 0.000 1.000
|
||||
C4H9 2 357.000 5.176 0.000 0.000 1.000
|
||||
I*C4H9 2 357.000 5.176 0.000 0.000 1.000
|
||||
C5H2 1 357.000 5.180 0.000 0.000 1.000
|
||||
C5H3 1 357.000 5.180 0.000 0.000 1.000
|
||||
C6H2 1 357.000 5.180 0.000 0.000 1.000
|
||||
C6H5 2 412.300 5.349 0.000 0.000 1.000 ! JAM
|
||||
C6H5O 2 450.000 5.500 0.000 0.000 1.000 ! JAM
|
||||
C5H5OH 2 450.000 5.500 0.000 0.000 1.000 ! JAM
|
||||
C6H6 2 412.300 5.349 0.000 0.000 1.000 ! SVE
|
||||
C6H7 2 412.300 5.349 0.000 0.000 1.000 ! JAM
|
||||
CH 1 80.000 2.750 0.000 0.000 0.000
|
||||
CH2 1 144.000 3.800 0.000 0.000 0.000
|
||||
CH2(S) 1 144.000 3.800 0.000 0.000 0.000
|
||||
CH2* 1 144.000 3.800 0.000 0.000 0.000
|
||||
CH2CHCCH 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH2CHCCH2 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH2CHCH2 2 260.000 4.850 0.000 0.000 1.000 ! JAM
|
||||
CH2CHCHCH 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH2CHCHCH2 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH2CO 2 436.000 3.970 0.000 0.000 2.000
|
||||
CH2O 2 498.000 3.590 0.000 0.000 2.000
|
||||
CH2OH 2 417.000 3.690 1.700 0.000 2.000
|
||||
CH3 1 144.000 3.800 0.000 0.000 0.000
|
||||
CH3CC 2 252.000 4.760 0.000 0.000 1.000 ! JAM
|
||||
CH3CCCH2 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH3CCCH3 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH3CCH2 2 260.000 4.850 0.000 0.000 1.000 ! JAM
|
||||
CH3CHCH 2 260.000 4.850 0.000 0.000 1.000 ! JAM
|
||||
CH3CH2CCH 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
CH3CHO 2 436.000 3.970 0.000 0.000 2.000
|
||||
CH2CHO 2 436.000 3.970 0.000 0.000 2.000
|
||||
CH3CO 2 436.000 3.970 0.000 0.000 2.000
|
||||
CH3O 2 417.000 3.690 1.700 0.000 2.000
|
||||
CH3OH 2 481.800 3.626 0.000 0.000 1.000 ! SVE
|
||||
CH4 2 141.400 3.746 0.000 2.600 13.000
|
||||
CH4O 2 417.000 3.690 1.700 0.000 2.000
|
||||
CN 1 75.000 3.856 0.000 0.000 1.000 ! OIS
|
||||
CNC 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
CNN 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
CO 1 98.100 3.650 0.000 1.950 1.800
|
||||
CO2 1 244.000 3.763 0.000 2.650 2.100
|
||||
H 0 145.000 2.050 0.000 0.000 0.000
|
||||
H2C4O 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
H2 1 38.000 2.920 0.000 0.790 280.000
|
||||
H2CCCCH 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
H2CCCCH2 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
H2CCCH 2 252.000 4.760 0.000 0.000 1.000 ! JAM
|
||||
H2CN 1 569.000 3.630 0.000 0.000 1.000 ! os/jm
|
||||
H2NO 2 116.700 3.492 0.000 0.000 1.000 ! JAM
|
||||
H2O 2 572.400 2.605 1.844 0.000 4.000
|
||||
H2O2 2 107.400 3.458 0.000 0.000 3.800
|
||||
HC2N2 1 349.000 4.361 0.000 0.000 1.000 ! OIS
|
||||
HCCHCCH 2 357.000 5.180 0.000 0.000 1.000 ! JAM
|
||||
HCCO 2 150.000 2.500 0.000 0.000 1.000 ! *
|
||||
HCNN 2 150.000 2.500 0.000 0.000 1.000 ! *
|
||||
HCCOH 2 436.000 3.970 0.000 0.000 2.000
|
||||
HCN 1 569.000 3.630 0.000 0.000 1.000 ! OIS
|
||||
HCO 2 498.000 3.590 0.000 0.000 0.000
|
||||
HE 0 10.200 2.576 0.000 0.000 0.000 ! *
|
||||
HCNO 2 232.400 3.828 0.000 0.000 1.000 ! JAM
|
||||
HOCN 2 232.400 3.828 0.000 0.000 1.000 ! JAM
|
||||
HNCO 2 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
HNNO 2 232.400 3.828 0.000 0.000 1.000 ! *
|
||||
HNO 2 116.700 3.492 0.000 0.000 1.000 ! *
|
||||
HNOH 2 116.700 3.492 0.000 0.000 1.000 ! JAM
|
||||
HO2 2 107.400 3.458 0.000 0.000 1.000 ! *
|
||||
N 0 71.400 3.298 0.000 0.000 0.000 ! *
|
||||
N2 1 97.530 3.621 0.000 1.760 4.000
|
||||
N2H2 2 71.400 3.798 0.000 0.000 1.000 ! *
|
||||
N2H3 2 200.000 3.900 0.000 0.000 1.000 ! *
|
||||
N2H4 2 205.000 4.230 0.000 4.260 1.500
|
||||
N2O 1 232.400 3.828 0.000 0.000 1.000 ! *
|
||||
NCN 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
NCO 1 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
NH 1 80.000 2.650 0.000 0.000 4.000
|
||||
NH2 2 80.000 2.650 0.000 2.260 4.000
|
||||
NH3 2 481.000 2.920 1.470 0.000 10.000
|
||||
NNH 2 71.400 3.798 0.000 0.000 1.000 ! *
|
||||
NO 1 97.530 3.621 0.000 1.760 4.000
|
||||
NCNO 2 232.400 3.828 0.000 0.000 1.000 ! OIS
|
||||
NO2 2 200.000 3.500 0.000 0.000 1.000 ! *
|
||||
O 0 80.000 2.750 0.000 0.000 0.000
|
||||
O2 1 107.400 3.458 0.000 1.600 3.800
|
||||
OH 1 80.000 2.750 0.000 0.000 0.000
|
||||
H3O() 2 572.400 2.605 1.844 0.000 4.000 ! APPROX to H2O
|
||||
HCO() 1 498.000 3.590 0.000 0.000 0.000 ! APPROX to HCO
|
||||
E- 0 498.000 3.590 0.000 0.000 0.000 ! DUMMY
|
||||
83
constant/physicalProperties
Normal file
83
constant/physicalProperties
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.3.1 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object physicalProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
epsilon0 epsilon0 [ -1 -3 4 0 0 2 0 ] 8.85419e-12;
|
||||
|
||||
mobility_f_of_Te true;
|
||||
|
||||
// mueN constant 0.4;
|
||||
mueNFac 1e-0;
|
||||
mueN csvFile;
|
||||
mueNCoeffs
|
||||
{
|
||||
nHeaderLine 0; // number of header lines
|
||||
refColumn 0; // reference column index
|
||||
componentColumns (1); // component column indices
|
||||
separator " "; // optional (defaults to ",")
|
||||
mergeSeparators yes; // merge multiple separators
|
||||
fileName "mueNv.txt"; // name of csv data file
|
||||
outOfBounds clamp; // optional out-of-bounds handling
|
||||
interpolationScheme linear; // optional interpolation scheme
|
||||
}
|
||||
|
||||
calculateDe true; // false; //
|
||||
DeN constant 1e25;
|
||||
// DeN csvFile;
|
||||
DeNCoeffs
|
||||
{
|
||||
nHeaderLine 553; // number of header lines
|
||||
refColumn 1; // reference column index
|
||||
componentColumns (4); // component column indices
|
||||
separator " "; // optional (defaults to ",")
|
||||
mergeSeparators yes; // merge multiple separators
|
||||
fileName "bolsig.0-300.transport"; // name of csv data file
|
||||
outOfBounds clamp; // optional out-of-bounds handling
|
||||
interpolationScheme linear; // optional interpolation scheme
|
||||
}
|
||||
|
||||
TeOfEn constant 300.0;
|
||||
// TeOfEn csvFile;
|
||||
TeOfEnCoeffs
|
||||
{
|
||||
nHeaderLine 553; // number of header lines
|
||||
refColumn 1; // reference column index
|
||||
componentColumns (2); // component column indices
|
||||
separator " "; // optional (defaults to ",")
|
||||
mergeSeparators yes; // merge multiple separators
|
||||
fileName "bolsig.0-300.transport"; // name of csv data file
|
||||
outOfBounds clamp; // optional out-of-bounds handling
|
||||
interpolationScheme linear; // optional interpolation scheme
|
||||
}
|
||||
|
||||
wallElectronFlux
|
||||
{
|
||||
/*
|
||||
*/
|
||||
TeName "Te";
|
||||
// wallPatches ();
|
||||
wallPatches (nzLow nzUpp coLow coUpp);
|
||||
wallReflexes (0 0 0 0);
|
||||
}
|
||||
|
||||
wallIonFluxes
|
||||
{
|
||||
ions
|
||||
(
|
||||
);
|
||||
|
||||
}
|
||||
// ************************************************************************* //
|
||||
121
constant/polyMesh/blockMeshDict
Normal file
121
constant/polyMesh/blockMeshDict
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.3.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object blockMeshDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1e-3; // 1 m / 1000 mm
|
||||
|
||||
|
||||
|
||||
vertices
|
||||
(
|
||||
(0 0 0 )
|
||||
(0 4.99980961532 -0.0436326774919)
|
||||
(0 4.99980961532 0.0436326774919)
|
||||
(0 9.99961923064 -0.0872653549837)
|
||||
(0 9.99961923064 0.0872653549837)
|
||||
(10 0 0 )
|
||||
(10 4.99980961532 -0.0436326774919)
|
||||
(10 4.99980961532 0.0436326774919)
|
||||
(10 9.99961923064 -0.0872653549837)
|
||||
(10 9.99961923064 0.0872653549837)
|
||||
);
|
||||
|
||||
|
||||
|
||||
blocks
|
||||
(
|
||||
hex (0 1 2 0 5 6 7 5) (50 1 100) simpleGrading (1 1 1)
|
||||
hex (1 3 4 2 6 8 9 7) (50 1 100) simpleGrading (1 1 1)
|
||||
);
|
||||
|
||||
edges
|
||||
(
|
||||
);
|
||||
|
||||
boundary
|
||||
(
|
||||
nzLow
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(0 0 2 1)
|
||||
);
|
||||
}
|
||||
nzUpp
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(5 6 7 5)
|
||||
);
|
||||
}
|
||||
coLow
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(1 2 4 3)
|
||||
);
|
||||
}
|
||||
coUpp
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(6 8 9 7)
|
||||
);
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(3 4 9 8)
|
||||
);
|
||||
}
|
||||
front
|
||||
{
|
||||
type wedge;
|
||||
faces
|
||||
(
|
||||
(2 0 5 7)
|
||||
(4 2 7 9)
|
||||
);
|
||||
}
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
faces
|
||||
(
|
||||
(0 1 6 5)
|
||||
(1 3 8 6)
|
||||
);
|
||||
}
|
||||
axis
|
||||
{
|
||||
type empty;
|
||||
faces
|
||||
(
|
||||
(0 0 5 5)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
(
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
42
constant/thermophysicalProperties
Normal file
42
constant/thermophysicalProperties
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object thermophysicalProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture reactingMixture;
|
||||
transport cantera;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
// foamChemistryFile "$FOAM_CASE/constant/reactions";
|
||||
|
||||
// foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
|
||||
|
||||
foamChemistryFile "$FOAM_CASE/constant/gri/grimech30.foam";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/gri/thermo30.foam";
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
21
constant/turbulenceProperties
Normal file
21
constant/turbulenceProperties
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object turbulenceProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
simulationType laminar;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
9
mue.txt
Normal file
9
mue.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
0.00 1.138 1.462 1.440 1.400 1.146
|
||||
0.05 0.645 0.643 0.626 0.647 0.619
|
||||
0.10 0.513 0.496 0.485 0.499 0.483
|
||||
0.15 0.454 0.437 0.430 0.439 0.425
|
||||
0.20 0.423 0.408 0.404 0.409 0.393
|
||||
0.40 0.385 0.379 0.380 0.378 0.355
|
||||
0.60 0.389 0.390 0.393 0.386 0.358
|
||||
0.80 0.408 0.413 0.413 0.404 0.373
|
||||
1.00 0.451 0.475 0.480 0.445 0.417
|
||||
9
mueN.txt
Normal file
9
mueN.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
3.000e+02 9.785254638168353901e+24
|
||||
3.975e+02 7.385097840127061006e+24
|
||||
4.950e+02 5.930457356465669551e+24
|
||||
5.925e+02 4.954559310464988461e+24
|
||||
6.900e+02 4.254458538334067240e+24
|
||||
1.080e+03 2.718126288380098008e+24
|
||||
1.470e+03 1.996990742483337575e+24
|
||||
1.860e+03 1.578266877123928326e+24
|
||||
2.250e+03 1.304700618422447151e+24
|
||||
9
mueNv.txt
Normal file
9
mueNv.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
3.000e+02 3.522691669740607147e+25
|
||||
3.975e+02 1.155767811979885009e+25
|
||||
4.950e+02 7.190679544714624546e+24
|
||||
5.925e+02 5.326151258749862890e+24
|
||||
6.900e+02 4.297003123717408031e+24
|
||||
1.080e+03 2.582219973961092973e+24
|
||||
1.470e+03 1.962043404489879183e+24
|
||||
1.860e+03 1.629560550630455610e+24
|
||||
2.250e+03 1.565640742106936474e+24
|
||||
59
system/controlDict
Normal file
59
system/controlDict
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object controlDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application reactingFoam;
|
||||
|
||||
startFrom latestTime; // startTime; //
|
||||
|
||||
startTime 0;
|
||||
|
||||
stopAt endTime; // nextWrite; // writeNow; //
|
||||
|
||||
endTime 1.5;
|
||||
|
||||
deltaT 1.0e-6;
|
||||
|
||||
writeControl clockTime; // adjustableRunTime;
|
||||
|
||||
writeInterval 3600; // 0.05; // 0.000078; //
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
secondaryWriteControl timeStep;
|
||||
|
||||
secondaryWriteInterval 10;
|
||||
|
||||
secondaryPurgeWrite 10;
|
||||
|
||||
writeFormat ascii;
|
||||
|
||||
writePrecision 6;
|
||||
|
||||
writeCompression off;
|
||||
|
||||
timeFormat general;
|
||||
|
||||
timePrecision 16;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
adjustTimeStep no;
|
||||
|
||||
maxCo 0.4;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
60
system/decomposeParDict
Normal file
60
system/decomposeParDict
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.2.2 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object decomposeParDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
numberOfSubdomains 24;
|
||||
|
||||
// method scotch;
|
||||
method simple;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
n ( 3 8 1 );
|
||||
delta 0.001;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
simpleCoeffs
|
||||
{
|
||||
n ( 1 2 2 );
|
||||
delta 0.001;
|
||||
}
|
||||
*/
|
||||
|
||||
hierarchicalCoeffs
|
||||
{
|
||||
n ( 1 1 1 );
|
||||
delta 0.001;
|
||||
order xyz;
|
||||
}
|
||||
|
||||
scotchCoeffs
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
manualCoeffs
|
||||
{
|
||||
dataFile "";
|
||||
}
|
||||
|
||||
distributed no;
|
||||
|
||||
roots ( );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
18
system/fvOptions
Normal file
18
system/fvOptions
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object fvOptions;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// ************************************************************************* //
|
||||
65
system/fvSchemes
Normal file
65
system/fvSchemes
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object fvSchemes;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
ddtSchemes
|
||||
{
|
||||
default Euler;
|
||||
}
|
||||
|
||||
gradSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
|
||||
div(phi,U) Gauss limitedLinearV 1;
|
||||
div(phi,Yi_h) Gauss limitedLinear 1;
|
||||
div(phi,K) Gauss limitedLinear 1;
|
||||
div(phid,p) Gauss limitedLinear 1;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div((muEff*dev2(T(grad(U))))) Gauss linear;
|
||||
div((interpolate((((De|ng)|Te)*grad(Te)))&S),ne) Gauss limitedLinear 1;
|
||||
div(ve,ne) Gauss limitedLinear 1;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default Gauss linear orthogonal;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
{
|
||||
default linear;
|
||||
}
|
||||
|
||||
snGradSchemes
|
||||
{
|
||||
default orthogonal;
|
||||
}
|
||||
|
||||
fluxRequired
|
||||
{
|
||||
default no;
|
||||
p;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
90
system/fvSolution
Normal file
90
system/fvSolution
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object fvSolution;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
solvers
|
||||
{
|
||||
"rho.*"
|
||||
{
|
||||
solver diagonal;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
tolerance 1e-6;
|
||||
relTol 0.1;
|
||||
}
|
||||
|
||||
pFinal
|
||||
{
|
||||
$p;
|
||||
tolerance 1e-6;
|
||||
relTol 0.0;
|
||||
}
|
||||
|
||||
"(U|h|k|epsilon)"
|
||||
{
|
||||
solver PBiCG;
|
||||
preconditioner DILU;
|
||||
tolerance 1e-6;
|
||||
relTol 0.1;
|
||||
}
|
||||
|
||||
"(U|h|k|epsilon)Final"
|
||||
{
|
||||
$U;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
Yi
|
||||
{
|
||||
$hFinal;
|
||||
}
|
||||
|
||||
ne
|
||||
{
|
||||
$Yi;
|
||||
nNeSubCycles 1000;
|
||||
}
|
||||
|
||||
Phi
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
tolerance 1e-08;
|
||||
relTol 0.2;
|
||||
}
|
||||
|
||||
PhiFinal
|
||||
{
|
||||
$Phi;
|
||||
tolerance 1e-08;
|
||||
relTol 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor no;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
325
system/sampleDict
Normal file
325
system/sampleDict
Normal file
|
|
@ -0,0 +1,325 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object sampleDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Set output format : choice of
|
||||
// xmgr
|
||||
// jplot
|
||||
// gnuplot
|
||||
// raw
|
||||
// vtk
|
||||
// ensight
|
||||
// csv
|
||||
setFormat raw;
|
||||
|
||||
// Surface output format. Choice of
|
||||
// null : suppress output
|
||||
// ensight : Ensight Gold format, one field per case file
|
||||
// foamFile : separate points, faces and values file
|
||||
// dx : DX scalar or vector format
|
||||
// vtk : VTK ascii format
|
||||
// raw : x y z value format for use with e.g. gnuplot 'splot'.
|
||||
//
|
||||
// Note:
|
||||
// other formats such as obj, stl, etc can also be written (by proxy)
|
||||
// but without any values!
|
||||
surfaceFormat vtk;
|
||||
|
||||
// optionally define extra controls for the output formats
|
||||
formatOptions
|
||||
{
|
||||
ensight
|
||||
{
|
||||
format ascii;
|
||||
}
|
||||
}
|
||||
|
||||
// interpolationScheme. choice of
|
||||
// cell : use cell-centre value only; constant over cells
|
||||
// (default)
|
||||
// cellPoint : use cell-centre and vertex values
|
||||
// cellPointFace : use cell-centre, vertex and face values.
|
||||
// pointMVC : use point values only (Mean Value Coordinates)
|
||||
// cellPatchConstrained : like 'cell' but uses cell-centre except on
|
||||
// boundary faces where it uses the boundary value.
|
||||
// For use with e.g. patchCloudSet.
|
||||
// 1] vertex values determined from neighbouring cell-centre values
|
||||
// 2] face values determined using the current face interpolation scheme
|
||||
// for the field (linear, gamma, etc.)
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
// Fields to sample.
|
||||
fields
|
||||
(
|
||||
p
|
||||
U
|
||||
);
|
||||
|
||||
// Set sampling definition: choice of
|
||||
// uniform evenly distributed points on line
|
||||
// face one point per face intersection
|
||||
// midPoint one point per cell, inbetween two face intersections
|
||||
// midPointAndFace combination of face and midPoint
|
||||
//
|
||||
// polyLine specified points, not nessecary on line, uses
|
||||
// tracking
|
||||
// cloud specified points, uses findCell
|
||||
// triSurfaceMeshPointSet points of triSurface
|
||||
//
|
||||
// axis: how to write point coordinate. Choice of
|
||||
// - x/y/z: x/y/z coordinate only
|
||||
// - xyz: three columns
|
||||
// (probably does not make sense for anything but raw)
|
||||
// - distance: distance from start of sampling line (if uses line) or
|
||||
// distance from first specified sampling point
|
||||
//
|
||||
// type specific:
|
||||
// uniform, face, midPoint, midPointAndFace : start and end coordinate
|
||||
// uniform: extra number of sampling points
|
||||
// polyLine, cloud: list of coordinates
|
||||
// patchCloud: list of coordinates and set of patches to look for nearest
|
||||
// patchSeed: random sampling on set of patches. Points slightly off
|
||||
// face centre.
|
||||
sets
|
||||
(
|
||||
lineX1
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
|
||||
//- cavity. Slightly perturbed so not to align with face or edge.
|
||||
start (0.0201 0.05101 0.00501);
|
||||
end (0.0601 0.05101 0.00501);
|
||||
nPoints 10;
|
||||
}
|
||||
|
||||
lineX2
|
||||
{
|
||||
type face;
|
||||
axis x;
|
||||
|
||||
//- cavity
|
||||
start (0.0001 0.0525 0.00501);
|
||||
end (0.0999 0.0525 0.00501);
|
||||
}
|
||||
|
||||
somePoints
|
||||
{
|
||||
type cloud;
|
||||
axis xyz;
|
||||
points ((0.049 0.049 0.00501)(0.051 0.049 0.00501));
|
||||
}
|
||||
|
||||
somePatchPoints
|
||||
{
|
||||
// Sample nearest points on selected patches. Looks only up to
|
||||
// maxDistance away. Any sampling point not found will get value
|
||||
// pTraits<Type>::max (usually VGREAT)
|
||||
// Use with interpolations:
|
||||
// - cell (cell value)
|
||||
// - cellPatchConstrained (boundary value)
|
||||
// - cellPoint (interpolated boundary value)
|
||||
type patchCloud;
|
||||
axis xyz;
|
||||
points ((0.049 0.099 0.005)(0.051 0.054 0.005));
|
||||
maxDistance 0.1; // maximum distance to search
|
||||
patches (".*Wall.*");
|
||||
}
|
||||
|
||||
patchSeed
|
||||
{
|
||||
type patchSeed;
|
||||
axis xyz;
|
||||
patches (".*Wall.*");
|
||||
// Number of points to seed. Divided amongst all processors according
|
||||
// to fraction of patches they hold.
|
||||
maxPoints 100;
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
|
||||
// Surface sampling definition
|
||||
//
|
||||
// 1] patches are not triangulated by default
|
||||
// 2] planes are always triangulated
|
||||
// 3] iso-surfaces are always triangulated
|
||||
surfaces
|
||||
(
|
||||
constantPlane
|
||||
{
|
||||
type plane; // always triangulated
|
||||
basePoint (0.0501 0.0501 0.005);
|
||||
normalVector (0.1 0.1 1);
|
||||
|
||||
//- Optional: restrict to a particular zone
|
||||
// zone zone1;
|
||||
|
||||
//- Optional: do not triangulate (only for surfaceFormats that support
|
||||
// polygons)
|
||||
//triangulate false;
|
||||
}
|
||||
|
||||
interpolatedPlane
|
||||
{
|
||||
type plane; // always triangulated
|
||||
|
||||
// Make plane relative to the coordinateSystem (Cartesian)
|
||||
coordinateSystem
|
||||
{
|
||||
origin (0.0501 0.0501 0.005);
|
||||
|
||||
// Add a coordinate rotation
|
||||
// (required, so here one that doesn't change anything)
|
||||
coordinateRotation
|
||||
{
|
||||
type axesRotation;
|
||||
e1 (1 0 0);
|
||||
e2 (0 1 0);
|
||||
}
|
||||
}
|
||||
basePoint (0 0 0);
|
||||
normalVector (0.1 0.1 1);
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
walls_constant
|
||||
{
|
||||
type patch;
|
||||
patches ( ".*Wall.*" );
|
||||
// Optional: whether to leave as faces (=default) or triangulate
|
||||
// triangulate false;
|
||||
}
|
||||
|
||||
walls_interpolated
|
||||
{
|
||||
type patch;
|
||||
patches ( ".*Wall.*" );
|
||||
interpolate true;
|
||||
// Optional: whether to leave as faces (=default) or triangulate
|
||||
// triangulate false;
|
||||
}
|
||||
|
||||
nearWalls_interpolated
|
||||
{
|
||||
// Sample cell values off patch. Does not need to be the near-wall
|
||||
// cell, can be arbitrarily far away.
|
||||
type patchInternalField;
|
||||
patches ( ".*Wall.*" );
|
||||
interpolate true;
|
||||
|
||||
|
||||
// Optional: specify how to obtain sampling points from the patch
|
||||
// face centres (default is 'normal')
|
||||
//
|
||||
// //- Specify distance to offset in normal direction
|
||||
offsetMode normal;
|
||||
distance 0.1;
|
||||
//
|
||||
// //- Specify single uniform offset
|
||||
// offsetMode uniform;
|
||||
// offset (0 0 0.0001);
|
||||
//
|
||||
// //- Specify offset per patch face
|
||||
// offsetMode nonuniform;
|
||||
// offsets ((0 0 0.0001) (0 0 0.0002));
|
||||
|
||||
|
||||
// Optional: whether to leave as faces (=default) or triangulate
|
||||
// triangulate false;
|
||||
}
|
||||
|
||||
interpolatedIso
|
||||
{
|
||||
// Iso surface for interpolated values only
|
||||
type isoSurface; // always triangulated
|
||||
isoField rho;
|
||||
isoValue 0.5;
|
||||
interpolate true;
|
||||
|
||||
//zone ABC; // Optional: zone only
|
||||
//exposedPatchName fixedWalls; // Optional: zone only
|
||||
|
||||
// regularise false; // Optional: do not simplify
|
||||
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
||||
// to merge points (default=1e-6)
|
||||
}
|
||||
constantIso
|
||||
{
|
||||
// Iso surface for constant values.
|
||||
// Triangles guaranteed not to cross cells.
|
||||
type isoSurfaceCell; // always triangulated
|
||||
isoField rho;
|
||||
isoValue 0.5;
|
||||
interpolate false;
|
||||
regularise false; // do not simplify
|
||||
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
||||
// to merge points (default=1e-6)
|
||||
}
|
||||
|
||||
triangleCut
|
||||
{
|
||||
// Cutingplane using iso surface
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
basePoint (0.4 0 0.4);
|
||||
normalVector (1 0.2 0.2);
|
||||
}
|
||||
interpolate true;
|
||||
|
||||
//zone ABC; // Optional: zone only
|
||||
//exposedPatchName fixedWalls; // Optional: zone only
|
||||
|
||||
// regularise false; // Optional: do not simplify
|
||||
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
||||
// to merge points (default=1e-6)
|
||||
}
|
||||
|
||||
distance
|
||||
{
|
||||
// Isosurface from signed/unsigned distance to surface
|
||||
type distanceSurface;
|
||||
signed true;
|
||||
|
||||
// Definition of surface
|
||||
surfaceType triSurfaceMesh;
|
||||
surfaceName integrationPlane.stl;
|
||||
// Distance to surface
|
||||
distance 0.0;
|
||||
|
||||
//cell false;// optional: use isoSurface instead
|
||||
// of isoSurfaceCell
|
||||
interpolate false;
|
||||
regularise false; // Optional: do not simplify
|
||||
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
||||
// to merge points (default=1e-6)
|
||||
}
|
||||
|
||||
triSurfaceSampling
|
||||
{
|
||||
// Sampling on triSurface
|
||||
type sampledTriSurfaceMesh;
|
||||
surface integrationPlane.stl;
|
||||
source boundaryFaces; // What to sample: cells (nearest cell)
|
||||
// insideCells (only triangles inside cell)
|
||||
// boundaryFaces (nearest boundary face)
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// *********************************************************************** //
|
||||
425
system/topoSetDict
Normal file
425
system/topoSetDict
Normal file
|
|
@ -0,0 +1,425 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2.4.0 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object topoSetDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// List of actions. Each action is a dictionary with e.g.
|
||||
// // name of set
|
||||
// name c0;
|
||||
//
|
||||
// // type: pointSet/faceSet/cellSet/faceZoneSet/cellZoneSet
|
||||
// type cellSet;
|
||||
//
|
||||
// // action to perform on set. Two types:
|
||||
// // - require no source : clear/invert/remove
|
||||
// // clear : clears set or zone
|
||||
// // invert : select all currently non-selected elements
|
||||
// // remove : removes set or zone
|
||||
// // - require source : new/add/delete/subset
|
||||
// // new : create new set or zone from source
|
||||
// // add : add source to contents
|
||||
// // delete : deletes source from contents
|
||||
// // subset : keeps elements both in contents and source
|
||||
// action new;
|
||||
//
|
||||
// The source entry varies according to the type of set:
|
||||
//
|
||||
// cellSet
|
||||
// ~~~~~~~
|
||||
//
|
||||
// // Select by explicitly providing cell labels
|
||||
// source labelToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// value (12 13 56); // labels of cells
|
||||
// }
|
||||
//
|
||||
// // Copy elements from cellSet
|
||||
// source cellToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set c1;
|
||||
// }
|
||||
//
|
||||
// // Cells in cell zone
|
||||
// source zoneToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// name ".*Zone"; // Name of cellZone, regular expressions allowed
|
||||
// }
|
||||
//
|
||||
// // Cells on master or slave side of faceZone
|
||||
// source faceZoneToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// name ".*Zone"; // Name of faceZone, regular expressions allowed
|
||||
// option master; // master/slave
|
||||
// }
|
||||
//
|
||||
// // Select based on faceSet
|
||||
// source faceToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set f0; // Name of faceSet
|
||||
//
|
||||
// //option neighbour; // cell with neighbour in faceSet
|
||||
// //option owner; // ,, owner
|
||||
// option any; // cell with any face in faceSet
|
||||
// //option all; // cell with all faces in faceSet
|
||||
// }
|
||||
//
|
||||
// // Select based on pointSet
|
||||
// source pointToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set p0;
|
||||
// option any; // cell with any point in pointSet
|
||||
// //option edge; // cell with an edge with both points in pointSet
|
||||
// }
|
||||
//
|
||||
// // Select based on cellShape
|
||||
// source shapeToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// type hex; // hex/wedge/prism/pyr/tet/tetWedge/splitHex
|
||||
// }
|
||||
//
|
||||
// // Cells with cell centre within box ('box') or multiple boxes ('boxes')
|
||||
// source boxToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// box (0 0 0) (1 1 1);
|
||||
// //boxes ((0 0 0) (1 1 1) (10 10 10)(11 11 11));
|
||||
// }
|
||||
//
|
||||
// // Cells with cell centre within box
|
||||
// // Is skewed, rotated box. Given as origin and three spanning vectors.
|
||||
// source rotatedBoxToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// origin (0.2 0.2 -10);
|
||||
// i (0.2 0.2 0);
|
||||
// j (-0.2 0.2 0);
|
||||
// k (10 10 10);
|
||||
// }
|
||||
//
|
||||
// // Cells with centre within cylinder
|
||||
// source cylinderToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// p1 (0.2 0.2 -10); // start point on cylinder axis
|
||||
// p2 (0.2 0.2 0); // end point on cylinder axis
|
||||
// radius 5.0;
|
||||
// }
|
||||
//
|
||||
// // Cells with centre within sphere
|
||||
// source sphereToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// centre (0.2 0.2 -10);
|
||||
// radius 5.0;
|
||||
// }
|
||||
//
|
||||
// // Cells with cellCentre nearest to coordinates
|
||||
// source nearestToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// points ((0 0 0) (1 1 1)(2 2 2));
|
||||
// }
|
||||
//
|
||||
// // Select based on surface
|
||||
// source surfaceToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// file "www.avl.com-geometry.stl";
|
||||
// useSurfaceOrientation false; // use closed surface inside/outside
|
||||
// // test (ignores includeCut,
|
||||
// // outsidePoints)
|
||||
// outsidePoints ((-99 -99 -59)); // definition of outside
|
||||
// includeCut false; // cells cut by surface
|
||||
// includeInside false; // cells not on outside of surf
|
||||
// includeOutside false; // cells on outside of surf
|
||||
// nearDistance -1; // cells with centre near surf
|
||||
// // (set to -1 if not used)
|
||||
// curvature 0.9; // cells within nearDistance
|
||||
// // and near surf curvature
|
||||
// // (set to -100 if not used)
|
||||
// }
|
||||
//
|
||||
// // values of field within certain range
|
||||
// source fieldToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// fieldName U; // Note: uses mag(U) since volVectorField
|
||||
// min 0.1;
|
||||
// max 0.5;
|
||||
// }
|
||||
//
|
||||
// // Mesh region (non-face connected part of (subset of)mesh)
|
||||
// source regionToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set c0; // optional name of cellSet giving mesh subset
|
||||
// insidePoints ((1 2 3)); // points inside region to select
|
||||
// nErode 0; // optional number of layers to erode
|
||||
// // selection
|
||||
// }
|
||||
//
|
||||
// // Cells underneath plane such that volume is reached. E.g. for use
|
||||
// // in setFields to set the level given a wanted volume.
|
||||
// source targetVolumeToCell;
|
||||
// sourceInfo
|
||||
// {
|
||||
// volume 2e-05;
|
||||
// normal (0 1 0); // usually in direction of gravity
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// faceSet
|
||||
// ~~~~~~~
|
||||
//
|
||||
// // Copy elements from faceSet
|
||||
// source faceToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set f1;
|
||||
// }
|
||||
//
|
||||
// // Select based on cellSet
|
||||
// source cellToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set c0;
|
||||
// option all; // All faces of cells
|
||||
// //option both; // Only faces whose owner&neighbour are in cellSet
|
||||
// }
|
||||
//
|
||||
// // Select based on pointSet
|
||||
// source pointToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set p0;
|
||||
// option any; // Faces using any point in pointSet
|
||||
// //option all // Faces with all points in pointSet
|
||||
// //option edge // Faces with two consecutive points in pointSet
|
||||
// }
|
||||
//
|
||||
// // Select by explicitly providing face labels
|
||||
// source labelToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// value (12 13 56); // labels of faces
|
||||
// }
|
||||
//
|
||||
// // All faces of patch
|
||||
// source patchToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// name ".*Wall"; // Name of patch or patch group,
|
||||
// // (regular expressions allowed)
|
||||
// }
|
||||
//
|
||||
// // All boundary faces
|
||||
// source boundaryToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// }
|
||||
//
|
||||
// // All faces of faceZone
|
||||
// source zoneToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// name ".*Zone1"; // Name of faceZone, regular expressions allowed
|
||||
// }
|
||||
//
|
||||
// // Faces with face centre within box ('box') or multiple boxes ('boxes')
|
||||
// source boxToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// box (0 0 0) (1 1 1);
|
||||
// //boxes ((0 0 0) (1 1 1) (10 10 10)(11 11 11));
|
||||
// }
|
||||
//
|
||||
// // Faces with normal to within certain angle aligned with vector.
|
||||
// source normalToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// normal (0 0 1); // Vector
|
||||
// cos 0.01; // Tolerance (max cos of angle)
|
||||
// }
|
||||
//
|
||||
// // Walk on faces in faceSet, starting from face nearest given position
|
||||
// source regionToFace;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set f0;
|
||||
// nearPoint (0.1 0.1 0.005);
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// pointSet
|
||||
// ~~~~~~~
|
||||
//
|
||||
// // Copy elements from pointSet
|
||||
// source pointToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set p1;
|
||||
// }
|
||||
//
|
||||
// // Select based on cellSet
|
||||
// source cellToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set c0;
|
||||
// option all; // all points of cell
|
||||
// }
|
||||
//
|
||||
// // Select based on faceSet
|
||||
// source faceToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set f0; // name of faceSet
|
||||
// option all; // all points of face
|
||||
// }
|
||||
//
|
||||
// // Select by explicitly providing point labels
|
||||
// source labelToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// value (12 13 56); // labels of points
|
||||
// }
|
||||
//
|
||||
// // All points in pointzone
|
||||
// source zoneToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// name ".*Zone"; // name of pointZone, regular expressions allowed
|
||||
// }
|
||||
//
|
||||
// // Points nearest to coordinates
|
||||
// source nearestToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// points ((0 0 0) (1 1 1));
|
||||
// }
|
||||
//
|
||||
// // Points with coordinate within box ('box') or multiple boxes ('boxes')
|
||||
// source boxToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// box (0 0 0) (1 1 1);
|
||||
// //boxes ((0 0 0) (1 1 1) (10 10 10)(11 11 11));
|
||||
// }
|
||||
//
|
||||
// // Select based on surface
|
||||
// source surfaceToPoint;
|
||||
// sourceInfo
|
||||
// {
|
||||
// file "www.avl.com-geometry.stl";
|
||||
// nearDistance 0.1; // points near to surface
|
||||
// includeInside false; // points on inside of surface
|
||||
// // (requires closed surface with consistent
|
||||
// // normals)
|
||||
// includeOutside false; // ,, outside ,,
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// cellZoneSet
|
||||
// ~~~~~~~~~~~
|
||||
// (mirrors operations on a cellSet into a cellZone)
|
||||
//
|
||||
// // Select based on cellSet
|
||||
// source setToCellZone;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set c0; // name of cellSet
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// faceZoneSet
|
||||
// ~~~~~~~~~~~
|
||||
// // Select based on faceSet without orientation
|
||||
// source setToFaceZone;
|
||||
// sourceInfo
|
||||
// {
|
||||
// faceSet f0; // name of faceSet
|
||||
// }
|
||||
//
|
||||
// // Select based on faceSet, using cellSet to determine orientation
|
||||
// source setsToFaceZone;
|
||||
// sourceInfo
|
||||
// {
|
||||
// faceSet f0; // name of faceSet
|
||||
// cellSet c0; // name of cellSet of slave side
|
||||
// flip false; // optional: flip the faceZone (so now the cellSet
|
||||
// // is the master side)
|
||||
// }
|
||||
//
|
||||
// // Select based on surface. Orientation from normals on surface
|
||||
// {
|
||||
// name fz0;
|
||||
// type faceZoneSet;
|
||||
// action new;
|
||||
// source searchableSurfaceToFaceZone;
|
||||
// sourceInfo
|
||||
// {
|
||||
// surface searchableSphere;
|
||||
// centre (0.05 0.05 0.005);
|
||||
// radius 0.025;
|
||||
// //name sphere.stl; // Optional name if surface triSurfaceMesh
|
||||
// }
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// pointZoneSet
|
||||
// ~~~~~~~~~~~~
|
||||
// (mirrors operations on a pointSet into a pointZone)
|
||||
//
|
||||
// // Select based on pointSet
|
||||
// source setToPointZone;
|
||||
// sourceInfo
|
||||
// {
|
||||
// set p0; // name of pointSet
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
actions
|
||||
(
|
||||
// Example:pick up internal faces on outside of cellSet
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
// Load initial cellSet
|
||||
{
|
||||
name ignitionCells;
|
||||
type cellZoneSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceInfo
|
||||
{
|
||||
box (0.0075 0.0 -1) (0.0085 0.001 1);
|
||||
}
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Reference in a new issue