Go to the source code of this file.
|
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) |
|
◆ initdata()
◆ makeconfig()
subroutine pringle3d::makeconfig |
( |
class(fosite), intent(inout) |
Sim, |
|
|
type(dict_typ), pointer |
config |
|
) |
| |
◆ modified_bessel_inu()
real function pringle3d::modified_bessel_inu |
( |
real, intent(in) |
nu, |
|
|
real, intent(in) |
x |
|
) |
| |
◆ pringle3d()
◆ 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 |
|
) |
| |
◆ 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 |
|
) |
| |