Commit 02a1c9ee authored by Paul Schütze's avatar Paul Schütze Committed by Simon Spannagel
Browse files

Add example on fixed trapping time to manual

parent 08d1bf59
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -507,3 +507,15 @@ trapping_parameters_electrons = 5.6e-16cm*cm/ns, 293K, -0.86, 1e14/cm/cm
trapping_function_holes = "1/([0]*pow([1]/263,[2]))/[3]"
trapping_parameters_holes = 7.7e-16cm*cm/ns, 293K, -1.52, 1e14/cm/cm
\end{minted}

Fixed, effective trapping times can be defined using this model similar to the following configuration example.
\begin{minted}[frame=single,framesep=3pt,breaklines=true,tabsize=2,linenos]{ini}
# Defining a fixed trapping time
trapping_model = "custom"

trapping_function_electrons = "[0]"
trapping_parameters_electrons = 5ns

trapping_function_holes = "[0]"
trapping_parameters_holes = 7ns
\end{minted}