@@ -26,19 +26,18 @@ depth_source = '${units 2.64e-9 m -> mum}'
2626
2727# Traps parameters
2828N = ' ${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}}'
3230binding_energy = ' ${fparse ${units 1.41 eV -> J} / ${kB}}'
3331detrapping_energy_1 = ' ${fparse ${trapping_energy} + ${binding_energy}}' # (K)
3432W_lattice_constant = ' ${units 3.16e-10 m -> mum}'
33+ trapping_site_fraction_1 = 0.002 # (-)
3534trapping_rate_prefactor = ' ${fparse ${diffusivity_coefficient} / ${W_lattice_constant}^2}' # (1 /s)
3635release_rate_prefactor = ' ${units 1e13 1/s}'
3736trap_per_free_1 = 1e4 # (-)
3837
3938
4039# Thermal parameters
41- temperature_exposure = ' ${units 400 degC -> K}'
40+ temperature_exposure = ' ${units 673 K}'
4241time_constant = ' ${units 1200 s}'
4342temperature_TDS = ' ${units 1173 K}'
4443temperature_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