MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
main.f90
Go to the documentation of this file.
1 
11 
15 !TODO add condition for film breakage
16 program drainage
17  use integration, only: preprocess,integrate
18  implicit none
19  call preprocess
20  call integrate
21 end program
program drainage
Calls the appropriate subroutine, depending on what we want to simulate.
Definition: main.f90:16