pringle3d.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program pringle3d
 
subroutine makeconfig (Sim, config)
 
subroutine initdata (Sim, Mesh, Physics, Timedisc)
 
subroutine viscousring_approx (mu, tau, r, Sigma, vr)
 
subroutine viscousring_analytic (mu, tau, r, Sigma, vr)
 
real function modified_bessel_inu (nu, x)
 

Function/Subroutine Documentation

◆ initdata()

subroutine pringle3d::initdata ( class(fosite), intent(inout)  Sim,
class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
class(timedisc_base), intent(inout)  Timedisc 
)

Definition at line 292 of file pringle3d.f90.

◆ makeconfig()

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

Definition at line 116 of file pringle3d.f90.

◆ modified_bessel_inu()

real function pringle3d::modified_bessel_inu ( real, intent(in)  nu,
real, intent(in)  x 
)

Definition at line 464 of file pringle3d.f90.

◆ pringle3d()

program pringle3d ( )

Definition at line 61 of file pringle3d.f90.

◆ viscousring_analytic()

subroutine pringle3d::viscousring_analytic ( real, intent(in)  mu,
real, intent(in)  tau,
real, intent(in)  r,
real, intent(out)  Sigma,
real, intent(out)  vr 
)

Definition at line 445 of file pringle3d.f90.

◆ viscousring_approx()

subroutine pringle3d::viscousring_approx ( real, intent(in)  mu,
real, intent(in)  tau,
real, intent(in)  r,
real, intent(out)  Sigma,
real, intent(out)  vr 
)

Definition at line 426 of file pringle3d.f90.