Go to the source code of this file.
|
program | khi |
| Kelvin-Helmholtz instability. More...
|
|
subroutine | makeconfig (Sim, config) |
|
subroutine | initdata (Mesh, Physics, Timedisc, flow_dir) |
|
◆ initdata()
subroutine khi::initdata |
( |
class(mesh_base), intent(in) |
Mesh, |
|
|
class(physics_base), intent(in) |
Physics, |
|
|
class(timedisc_base), intent(inout) |
Timedisc, |
|
|
character(2), intent(in) |
flow_dir |
|
) |
| |
◆ khi()
Kelvin-Helmholtz instability.
- Author
- Tobias Illenseer
-
Jubin Lirawi
-
Lars Boesch
Definition at line 37 of file KHI3D.f90.
◆ makeconfig()
subroutine khi::makeconfig |
( |
class(fosite) |
Sim, |
|
|
type(dict_typ), pointer |
config |
|
) |
| |