Implementation of Boltzmann electrons
Still not working, just saving code.
This commit is contained in:
parent
a3d7b38e3b
commit
a3bdf8230a
3 changed files with 94 additions and 7 deletions
|
|
@ -273,6 +273,10 @@ MODULE moduleInput
|
|||
!Read BC
|
||||
CALL readEMBoundary(config)
|
||||
|
||||
CASE("ElectrostaticBoltzmann")
|
||||
!Read BC
|
||||
CALL readEMBoundary(config)
|
||||
|
||||
CASE("ConstantB")
|
||||
!Read BC
|
||||
CALL readEMBoundary(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue