shear.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program shear
 
subroutine makeconfig (Sim, config)
 Set all configurations and safe it in a dictionary. More...
 
subroutine initdata (Mesh, Physics, pvar, cvar)
 Set initial conditions. More...
 
subroutine rotatedata (Mesh, pvar_in, pvar_out, dir)
 

Function/Subroutine Documentation

◆ initdata()

subroutine shear::initdata ( class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
class(marray_compound), intent(inout), pointer  pvar,
class(marray_compound), intent(inout), pointer  cvar 
)

Set initial conditions.

Definition at line 221 of file shear.f90.

◆ makeconfig()

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

Set all configurations and safe it in a dictionary.

Definition at line 113 of file shear.f90.

◆ rotatedata()

subroutine shear::rotatedata ( 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 260 of file shear.f90.

◆ shear()

program shear ( )
Test:
Test shear flow
Author
Jannes Klee

Definition at line 30 of file shear.f90.