forked from VlachosGroup/NH3-Matlab-Microkinetic-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScale.inp
More file actions
70 lines (68 loc) · 3.77 KB
/
Copy pathScale.inp
File metadata and controls
70 lines (68 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
!This file contains information needed to run the scaling relation code.
!Binding energy ranges:
! First line is the number of entries, Then each additional line is of the form
! 'NAME/PHASE/' BE_lo BE_hi BE_ref single_point
! where BE_lo and BE_hi are the limiting values on the range (low and high) and
! BE_ref is the binding energy of the reference metal. If iScale<3 or
! single_point = .true. (specifying a single BE used in that dimension), then
! only the BE_lo value is used.
! Binding energies are in kcal/mol
1 !Number of atomic descriptors
'N(S1)/TERRACE/' 102 135 102.35 F
!Grid options (applicable if iScale==3)
! Grid type -- 0 (default), 1 (rectangular), 2 (hex/hcp{0001}), 3 (Sobol'), and
! 4 (user-supplied). The default is based on the number of dimensions:
! <=3 gives hex/hcp, >3 gives Sobol'. This is based on grid efficiency.
! Rectangular grids are implemented for backwards compatibility and to handle
! the 1-D case. Rectangular and hex grids are isotropic, while the Sobol' grid
! is anisotropic unless the search space is a hypercube. User-supplied grids
! are implemented to enable arbitrary arrangements (e.g., a few selected
! irregularly spaced points) not covered by the regular methods.
! Grid inputs -- grid spacing (types 1 & 2) or number of points (types 3 & 4)
! and number of initial points to discard (type 3). If the specified grid
! spacing yields an upper bound which is not exactly the same as the BE_hi
! value specified above, then the grid will be centered within the search box.
! For a 3-D hex grid, the search box may be expanded slightly in order to
! accommodate full 2-D grids at each vertical layer. The Sobol' sequence is
! quasi-random and can be restarted by specifying a non-zero skip value. For
! the case of user-specified points, the list of points should be specified
! directly following the total number of points to be used.
4 !Grid type
1 !Grid type
134.2735
11 ! Number of scaling relations with that many lines of the format
'N(S1)/TERRACE/' 0.62036
'N(S1)/TERRACE/' 0.17
'N(S1)/TERRACE/' 0.14
'N(S1)/TERRACE/' 0.41
'N(S1)/TERRACE/' 0.71
'N(S1)/TERRACE/' 0.62036
'N(S1)/TERRACE/' 1.057
'N(S1)/TERRACE/' 0.18
'N(S1)/TERRACE/' 0.14
'N(S1)/TERRACE/' 0.391
'N(S1)/TERRACE/' 0.708
!The following lines contain the binding modes for each surface species.
!The first line is the number of species using the LSRs. If a species is (not)
!listed, it is automatically assumed that the LSR is (not) used. Specify the
!species (one per line, order is not important) with the format 'name/phase/'.
!The order of the binding modes must match the order of the correlations above.
!The final column is the zero coverage reference binding energy of the species.
!These values are used for adjusting adsorbate interaction parameters for
!metal-based effects. They are only applied for iScale==3. Otherwise, the
!coverage effects should be specified directly in tube_COV.inp.
11
'N2(S1)/TERRACE/' 1 0 0 0 0 0 0 0 0 0 0 -2.0779
'H(S1)/TERRACE/' 0 1 0 0 0 0 0 0 0 0 0 57.4245
'NH3(S1)/TERRACE/' 0 0 1 0 0 0 0 0 0 0 0 12.2999
'NH2(S1)/TERRACE/' 0 0 0 1 0 0 0 0 0 0 0 45.8833
'NH(S1)/TERRACE/' 0 0 0 0 1 0 0 0 0 0 0 82.5372
'N2(S2)/STEP/' 0 0 0 0 0 1 0 0 0 0 0 9.451
'N(S2)/STEP/' 0 0 0 0 0 0 1 0 0 0 0 106.224
'H(S2)/STEP/' 0 0 0 0 0 0 0 1 0 0 0 58.0824
'NH3(S2)/STEP/' 0 0 0 0 0 0 0 0 1 0 0 22.6759
'NH2(S2)/STEP/' 0 0 0 0 0 0 0 0 0 1 0 63.9298
'NH(S2)/STEP/' 0 0 0 0 0 0 0 0 0 0 1 91.8554
!Uncertainties in the estimates (mean/std dev) in kcal/mol
1.0 1.0 !placeholders
EOF