You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# surface_species = [spc for spc in spcs if spc.contains_surface_site()]
140
139
# gas_species = [spc for spc in spcs if not spc.contains_surface_site()]
141
140
142
-
# VERY INTERESTING: for some reason, the sample catalysis yaml that i was looking at split up the species (surface v. gas), but when I do that, I get an error in cantera
# reaction_data["efficiencies"] = {spcs[i].to_chemkin(): float(val) for i, val in enumerate(obj.kinetics.get_effective_collider_efficiencies(spcs)) if val != 1}
308
-
309
-
# reaction_list.append(reaction_data)
310
-
311
-
# if isinstance[obj.kinetics, StickingCoefficient]:
0 commit comments