KHI2D.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)
 
subroutine transposedata (Mesh, pvar_in, pvar_out, dir)
 

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 
)

Definition at line 221 of file KHI2D.f90.

◆ khi()

program khi ( )

Kelvin-Helmholtz instability.

Author
Tobias Illenseer
Jubin Lirawi
Lars Boesch

References: [thomson1871] [helmholtz1868]

Definition at line 37 of file KHI2D.f90.

◆ makeconfig()

subroutine khi::makeconfig ( class(fosite), intent(inout)  Sim,
type(dict_typ), pointer  config 
)

Definition at line 113 of file KHI2D.f90.

◆ transposedata()

subroutine khi::transposedata ( class(mesh_base), intent(in)  Mesh,
class(marray_compound), intent(inout)  pvar_in,
class(marray_compound), intent(inout)  pvar_out,
character(len=2), intent(in)  dir 
)

Definition at line 275 of file KHI2D.f90.