KHI2D.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program khi
 Kelvin-Helmholtz instability. More...
 
subroutine makeconfig (Sim, config, dir)
 
subroutine initdata (Mesh, Physics, Timedisc, dir)
 
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,
character(len=2), intent(in)  dir 
)

Definition at line 285 of file KHI2D.f90.

◆ khi()

program khi

Kelvin-Helmholtz instability.

Author
Tobias Illenseer
Jubin Lirawi
Lars Boesch

References: [54] [21]

Definition at line 37 of file KHI2D.f90.

Here is the call graph for this function:

◆ makeconfig()

subroutine khi::makeconfig ( class(fosite), intent(inout)  Sim,
type(dict_typ), pointer  config,
character(len=2), intent(in)  dir 
)

Definition at line 155 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 377 of file KHI2D.f90.

Here is the caller graph for this function: