Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proximity factors #14

Open
wittregr opened this issue Apr 8, 2020 · 0 comments
Open

Proximity factors #14

wittregr opened this issue Apr 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wittregr
Copy link
Contributor

wittregr commented Apr 8, 2020

We know from BEP relationships that activation energies are correlated to heats of reaction. In a microkinetic model heats of reaction can change based on a number of factors that change the surface energies of adsorbed species. The most important of these is lateral interactions. As surface concentrations of species change, adsorption energies change, and heats of reaction change. Therefore, in kinetic models where BEP's are used to determine activation energies, changes in surface reaction energies are reflected properly in the activation energies. Reactions using a "fixed" activation energies (fixed wrt surface heats of reaction) as specified in the surf.inp, gas.inp, EAs.inp, or EAg.inp the changes in surface reaction energies are not reflected in the surface reaction activation barriers. To address this Chemin uses a proximity factor as describer by Grabow, L. C. et al. (2008) (‘Mechanism of the water gas shift reaction on Pt: First principles, experiments, and microkinetic modeling’, Journal of Physical Chemistry C, 112(12), pp. 4608–4617).

The proximity factor ranges from 0 - 1 and represents the reaction coordinate of the transition state for that reaction and functions identically to the BEP slope appling a fraction of the change in heat-of-reaction to the activation energy.

image

Chemkin provides for a default proximity factor in tube.inp (omega) and a flag (Iomega) to enable both proximity factors and a per reaction proximity factor file (omega.inp). The omega.inp file contains a list of reactions and associated proximity factors. If Iomega is True then, for all reactions not using BEP's, Chemkin first looks in the omerga.inp for a proximity factor and, if not found, uses the default value specified in tube.inp.

@skasiraj skasiraj added the enhancement New feature or request label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants