Skip to content

Commit 751ba7c

Browse files
author
contuandrea
committed
Fix carrier diffusion, code cleanup and speedup
1 parent 4e2fd92 commit 751ba7c

16 files changed

+606
-1965
lines changed

examples/example_config.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ InputData:
4646
#number of time steps in the simulation, integer.
4747
#NEEDED
4848
#it can be an array (e.g. [400,600]). In this case simulations will be performed with all the values
49-
steps = 100;
49+
steps = 600;
5050

5151
#time step in seconds, double. NEEDED
5252
#it can be an array (e.g. [1e-11,1e-13,1e-14]). In this case simulations will be performed with all the values
@@ -108,7 +108,7 @@ InputData:
108108
#it can be an array
109109
particles = 20000; #it cannot be -1 in this case since no input file is provided
110110

111-
T=0.;
111+
T=300.;
112112

113113
Xshift = 2.;
114114
Yshift = 2.;

0 commit comments

Comments
 (0)