@@ -23,8 +23,15 @@ fixed_dt = 1.0e-12
2323
2424# Controls for number of steps between actions
2525
26- max_step = 10000000
27- plot_int = 100000
26+ max_step = 12000000
27+ plot_int = 2000000
28+ n_steps_skip = 2000000
29+
30+ # Structure factor
31+ # struct_fact_int = 1
32+ # project_dir = 2
33+ # slicepoint = 0
34+ # max_grid_projection = 4 4
2835
2936# Multispecies toggle
3037# if algorithm_type = 1, single component
@@ -57,8 +64,6 @@ rho0 = 5.733118e-04
5764#T_init = 800
5865#rho0 = 5.016479e-04
5966
60- struct_fact_int = 0
61-
6267# Boundary conditions:
6368# NOTE: setting bc_vel to periodic sets all the other bc's to periodic)
6469# bc_vel: -1 = periodic
@@ -74,7 +79,6 @@ bc_vel_lo = -1 -1 1
7479bc_vel_hi = -1 -1 1
7580bc_mass_lo = -1 -1 1
7681bc_mass_hi = -1 -1 1
77- # bc_mass_hi = -1 -1 3 # for reservoir at z_hi
7882bc_therm_lo = -1 -1 2
7983bc_therm_hi = -1 -1 2
8084
@@ -120,9 +124,16 @@ surfcov0 = 7.466307e-01
120124# number density of adsorption sites on the lattice
121125surf_site_num_dens = 1.027285e+15
122126
123- # adsorption rate = ads_rate_const * num_dens
124- # desoprtion rate = des_rate
127+ # adsorption rate per site = ads_rate_const * pressure
128+ # desoprtion rate per site = des_rate
125129ads_rate_const = 1.831671e+02
126130des_rate = 3.702336e+07
127131
128- # e_beta = 0 # no additional energy update
132+ splitting_MFsurfchem = 1 # For Strang splitting scheme
133+
134+ # These are the parameters for the mean pressure and temperature scheme
135+ # mean_MFsurfchem = 1
136+ # mean_pressure = 5.956347e+05
137+
138+ # This is the parameter for the energy correction term
139+ # e_beta = 0 # without energy correction (1/2kBT)
0 commit comments