agndisk.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program agndisk
 
subroutine makeconfig (config)
 
subroutine initdata (Mesh, Physics, Fluxes, Timedisc, Sources)
 
elemental real function vkepler (sc, zc)
 
elemental real function gs (sc, zc)
 
elemental real function gz (sc, zc)
 
elemental real function func_lambda (zc)
 
elemental real function func_tau (sc, zc)
 
elemental real function pc (tau, rho_s0, cs_inf, gamma)
 

Function/Subroutine Documentation

◆ agndisk()

program agndisk

Definition at line 44 of file agndisk.f90.

Here is the call graph for this function:

◆ func_lambda()

elemental real function agndisk::func_lambda ( real, intent(in)  zc)

Definition at line 500 of file agndisk.f90.

Here is the caller graph for this function:

◆ func_tau()

elemental real function agndisk::func_tau ( real, intent(in)  sc,
real, intent(in)  zc 
)

Definition at line 507 of file agndisk.f90.

Here is the caller graph for this function:

◆ gs()

elemental real function agndisk::gs ( real, intent(in)  sc,
real, intent(in)  zc 
)

Definition at line 486 of file agndisk.f90.

Here is the caller graph for this function:

◆ gz()

elemental real function agndisk::gz ( real, intent(in)  sc,
real, intent(in)  zc 
)

Definition at line 493 of file agndisk.f90.

Here is the caller graph for this function:

◆ initdata()

subroutine agndisk::initdata ( class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(inout)  Physics,
class(fluxes_base), intent(inout)  Fluxes,
class(timedisc_base), intent(inout)  Timedisc,
class(sources_list), intent(inout), allocatable  Sources 
)

Definition at line 312 of file agndisk.f90.

Here is the call graph for this function:

◆ makeconfig()

subroutine agndisk::makeconfig ( type(dict_typ), pointer  config)

Definition at line 124 of file agndisk.f90.

◆ pc()

elemental real function agndisk::pc ( real, intent(in)  tau,
real, intent(in)  rho_s0,
real, intent(in)  cs_inf,
real, intent(in)  gamma 
)

Definition at line 514 of file agndisk.f90.

Here is the caller graph for this function:

◆ vkepler()

elemental real function agndisk::vkepler ( real, intent(in)  sc,
real, intent(in)  zc 
)

Definition at line 479 of file agndisk.f90.