Boundaries done. Now to change the input and edges
This commit is contained in:
parent
c78d92fa7d
commit
0ccf455986
5 changed files with 239 additions and 221 deletions
|
|
@ -10,6 +10,7 @@ MODULE moduleConstParam
|
|||
REAL(8), PARAMETER:: PI8 = 8.D0*PI !8*pi
|
||||
REAL(8), PARAMETER:: sccm2atomPerS = 4.5D17 !sccm to atom s^-1
|
||||
REAL(8), PARAMETER:: qe = 1.60217662D-19 !Elementary charge
|
||||
real(8), parameter:: me = 9.1093837d-31 !electron mass
|
||||
REAL(8), PARAMETER:: kb = 1.38064852D-23 !Boltzmann constants SI
|
||||
REAL(8), PARAMETER:: eV2J = qe !Electron volt to Joule conversion
|
||||
REAL(8), PARAMETER:: eps_0 = 8.8542D-12 !Epsilon_0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue