Skip to content

Commit 4b39d0e

Browse files
committed
Parameter adjustments to be more consistent with paper usage of trap concentration, and other parameter adjustments for clarity
1 parent 9083498 commit 4b39d0e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/tests/val-2g/val-2g.i

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@ depth_source = '${units 2.64e-9 m -> mum}'
2626

2727
# Traps parameters
2828
N = '${units 6.323e28 at/m^3 -> at/mum^3}'
29-
initial_concentration_trap_1 = 2e-3 # (Trap/W)
30-
activation_energy = '${fparse ${units 0.39 eV -> J} / ${kB}}' # Activation energy of D diffusion in W
31-
trapping_energy = '${activation_energy}' # (K)
29+
trapping_energy = '${fparse ${units 0.39 eV -> J} / ${kB}}'
3230
binding_energy = '${fparse ${units 1.41 eV -> J} / ${kB}}'
3331
detrapping_energy_1 = '${fparse ${trapping_energy} + ${binding_energy}}' # (K)
3432
W_lattice_constant = '${units 3.16e-10 m -> mum}'
33+
trapping_site_fraction_1 = 0.002 # (-)
3534
trapping_rate_prefactor = '${fparse ${diffusivity_coefficient} / ${W_lattice_constant}^2}' # (1/s)
3635
release_rate_prefactor = '${units 1e13 1/s}'
3736
trap_per_free_1 = 1e4 # (-)
3837

3938

4039
# Thermal parameters
41-
temperature_exposure = '${units 400 degC -> K}'
40+
temperature_exposure = '${units 673 K}'
4241
time_constant = '${units 1200 s}'
4342
temperature_TDS = '${units 1173 K}'
4443
temperature_rate = '${fparse ${units 10 K} / ${units 60 s}}'
@@ -86,7 +85,7 @@ temperature_min = '${units 300 K}'
8685
[trapped_1]
8786
order = FIRST
8887
family = LAGRANGE
89-
initial_condition = '${fparse initial_concentration_trap_1 * N}'
88+
#initial_condition = '${fparse initial_concentration_trap_1 * trapping_site_fraction_1 * N}'
9089
#outputs = none
9190
[]
9291
[]
@@ -158,7 +157,7 @@ temperature_min = '${units 300 K}'
158157
alpha_t = '${trapping_rate_prefactor}'
159158
trapping_energy = '${trapping_energy}'
160159
N = '${N}'
161-
Ct0 = 0
160+
Ct0 = '${trapping_site_fraction_1}'
162161
temperature = 'temperature'
163162
trap_per_free = ${trap_per_free_1}
164163
extra_vector_tags = ref

0 commit comments

Comments
 (0)