Implementation of Boltzmann electrons

Still not working, just saving code.
This commit is contained in:
Jorge Gonzalez 2024-05-19 10:55:20 +02:00
commit a3bdf8230a
3 changed files with 94 additions and 7 deletions

View file

@ -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)