Skip to content

Commit cdbd5ec

Browse files
committed
Update species analysis string
1 parent 73df17b commit cdbd5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TestReactors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ dSdttrapetrue = [0.0, 0.0, 0.0, -0.0, -0.0, 0.0, -0.0, 0.0, 0.0, 0.0, -0.0, 0.0,
292292

293293
out = analyzespc(sim,"ethane",0.01)
294294
s = getrxnanalysisstring(sim,out[1])
295-
@test s == "Analyzing ethane sensitivity to HO2+ethane<=>H2O2+C2H5 at a value of -0.03798141508230999 \n\nKey branching for HO2 \nHO2+HO2<=>O2+H2O2 had a branching ratio of 0.6323575668565247 \nHO2+ethane<=>H2O2+C2H5 had a branching ratio of 0.3584435897110888 \n\nKey branching for ethane \nOH+ethane<=>H2O+C2H5 had a branching ratio of 0.5761454212672592 \nHO2+ethane<=>H2O2+C2H5 had a branching ratio of 0.328068089518704 \nH+ethane<=>H2+C2H5 had a branching ratio of 0.03139887356374956 \nO2+ethane<=>HO2+C2H5 had a branching ratio of 0.029145360943819646 \nCH3+CH3<=>ethane had a branching ratio of 0.016514678049590094 \nCH3+ethane<=>CH4+C2H5 had a branching ratio of 0.01453339929627409 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068089518704 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.9193407690555255 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068089518704 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.9193407690555255 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068089518704 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.9193407690555255 \n\n\n"
295+
@test s == "Analyzing ethane sensitivity to HO2+ethane<=>H2O2+C2H5 at a value of -0.0379814 \n\nKey branching for HO2 \nHO2+HO2<=>O2+H2O2 had a branching ratio of 0.632358 \nHO2+ethane<=>H2O2+C2H5 had a branching ratio of 0.358444 \n\nKey branching for ethane \nOH+ethane<=>H2O+C2H5 had a branching ratio of 0.576145 \nHO2+ethane<=>H2O2+C2H5 had a branching ratio of 0.328068 \nH+ethane<=>H2+C2H5 had a branching ratio of 0.0313989 \nO2+ethane<=>HO2+C2H5 had a branching ratio of 0.0291454 \nCH3+CH3<=>ethane had a branching ratio of 0.0165147 \nCH3+ethane<=>CH4+C2H5 had a branching ratio of 0.0145334 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.919341 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.919341 \n\nAssociated key reaction path in ethane loss direction \nHO2+ethane<=>H2O2+C2H5 at path branching of 0.328068 \nHO2+C2H4<=>O2+C2H5 at path branching of 0.919341 \n\n\n"
296296
end;
297297

298298
#Parametrized T and P Ideal Gas

0 commit comments

Comments
 (0)