KHI3D.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program khi
 Kelvin-Helmholtz instability. More...
 
subroutine makeconfig (Sim, config)
 
subroutine initdata (Mesh, Physics, Timedisc, flow_dir, reuse_random_seed)
 

Function/Subroutine Documentation

◆ 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), optional  flow_dir,
logical, intent(in), optional  reuse_random_seed 
)

Definition at line 340 of file KHI3D.f90.

◆ khi()

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

Definition at line 224 of file KHI3D.f90.