~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to examples/USER/atc/drift_diffusion/SiVacuum_cddm_schrodinger.mat

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#=====================================================
 
2
material Vacuum metal
 
3
#### two temperature  ####################
 
4
#### drift diffusion #####################
 
5
electric_field linear
 
6
permittivity           1.0  
 
7
end
 
8
end
 
9
 
 
10
#=====================================================
 
11
material Si metal
 
12
#### two temperature  ####################
 
13
heat_capacity constant
 
14
 capacity 0.124578126430817        # E / L^3
 
15
end
 
16
electron_heat_capacity  constant, no density #power_law
 
17
#capacity 3.53391324615404e-11
 
18
 capacity 3.53391324615404e-8      # E / L^3
 
19
end
 
20
heat_flux linear
 
21
 conductivity 722.65698            # E / t / L / T
 
22
end
 
23
electron_heat_flux linear
 
24
 conductivity 0.0441362750535      # E / t / L / T
 
25
end
 
26
electron_phonon_exchange linear
 
27
 coefficient 6.0221415e-09         # E / t / T
 
28
end
 
29
#### drift diffusion #####################
 
30
electron_flux linear
 
31
 mobility                 360000.0   # L^2/t/V
 
32
 #diffusivity            14000000.0   # L^2/t
 
33
 diffusivity            1400.0   # L^2/t
 
34
 mask_y    1
 
35
 mask_z    1
 
36
end
 
37
electron_recombination linear
 
38
# inv_relaxation_time    0.0          # 1/t    HACK
 
39
# equilibrium_carrier_density 1.0     # e/L^3  HACK
 
40
end
 
41
electric_field linear
 
42
 permittivity     11.68 # e/V/L http://en.wikipedia.org/wiki/Relative_permittivity
 
43
end
 
44
effective_mass constant
 
45
 inv_effective_mass 1.0  # unit-less
 
46
end
 
47
electron_density fermi_dirac
 
48
 fermi_energy         0.0   # HACK
 
49
 band_edge           -1.0   # -1.0
 
50
# reference_temperature 0.0  # HACK
 
51
# donor_concentration  0.001     # HACK
 
52
# donor_ionization_energy 0.1  # relative to band edge HACK
 
53
end
 
54
 
 
55
### convective functions
 
56
electron_drag linear
 
57
 inv_momentum_relaxation_time 100.
 
58
end
 
59
electron_flux convection
 
60
end
 
61
 
 
62
end
 
63
 
 
64