Skip to content

Commit cd48f1c

Browse files
committed
exec/compressible_stag/test_MFsurfchem_COAr_eq : README, inputs_fhd_stag
1 parent 2a3cd75 commit cd48f1c

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

exec/compressible_stag/test_MFsurfchem_COAr_eq/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* FHD inputs file inputs_fhd_stag
1010
-> output plt*
1111
* parameter analysis params_COAr_eq.py
12+
* NIST Chemistry params_CO_Ar_thermochem.py
1213

1314
* clean-up clean.sh
1415
* comparison diff.sh

exec/compressible_stag/test_MFsurfchem_COAr_eq/inputs_fhd_stag

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7479
bc_vel_hi = -1 -1 1
7580
bc_mass_lo = -1 -1 1
7681
bc_mass_hi = -1 -1 1
77-
# bc_mass_hi = -1 -1 3 # for reservoir at z_hi
7882
bc_therm_lo = -1 -1 2
7983
bc_therm_hi = -1 -1 2
8084

@@ -120,9 +124,16 @@ surfcov0 = 7.466307e-01
120124
# number density of adsorption sites on the lattice
121125
surf_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
125129
ads_rate_const = 1.831671e+02
126130
des_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

Comments
 (0)