Go to the source code of this file.
Functions/Subroutines | |
program | impingingjetaxisym |
real function | get_isentropic_pressure (M, Po, gamma) |
real function | get_isentropic_density (M, rhoo, gamma) |
real function | get_isentropic_temperature (M, To, gamma) |
real function | get_isentropic_soundspeed (M, co, gamma) |
subroutine | p3d_read_soln_header (NDIM, ngrid, ND, fname, tau) |
subroutine | p3d_read_soln (NDIM, ngrid, ND, X, tau, prec, gf, vf, file, OF) |
subroutine | p3d_read_grid (NDIM, ngrid, ND, X, IBLANK, prec, gf, vf, ib, file, OF) |
real function impingingjetaxisym::get_isentropic_density | ( | real(rk) | M, |
real(rk) | rhoo, | ||
real(rk) | gamma | ||
) |
Definition at line 579 of file InitialY4.f90.
Referenced by impingingjetaxisym().
real function impingingjetaxisym::get_isentropic_pressure | ( | real(rk) | M, |
real(rk) | Po, | ||
real(rk) | gamma | ||
) |
Definition at line 572 of file InitialY4.f90.
Referenced by impingingjetaxisym().
real function impingingjetaxisym::get_isentropic_soundspeed | ( | real(rk) | M, |
real(rk) | co, | ||
real(rk) | gamma | ||
) |
Definition at line 593 of file InitialY4.f90.
Referenced by impingingjetaxisym().
real function impingingjetaxisym::get_isentropic_temperature | ( | real(rk) | M, |
real(rk) | To, | ||
real(rk) | gamma | ||
) |
Definition at line 586 of file InitialY4.f90.
Referenced by impingingjetaxisym().
program impingingjetaxisym | ( | ) |
Definition at line 1 of file InitialY4.f90.
References get_isentropic_density(), get_isentropic_pressure(), get_isentropic_soundspeed(), and get_isentropic_temperature().
subroutine p3d_read_grid | ( | integer | NDIM, |
integer | ngrid, | ||
integer, dimension(:,:), pointer | ND, | ||
real(kind=8), dimension(:,:,:,:,:), pointer | X, | ||
integer, dimension(:,:,:,:), pointer | IBLANK, | ||
character(len=2) | prec, | ||
character(len=2) | gf, | ||
character(len=2) | vf, | ||
character(len=2) | ib, | ||
character(len=80) | file, | ||
integer | OF | ||
) |
Definition at line 729 of file InitialY4.f90.
subroutine p3d_read_soln | ( | integer | NDIM, |
integer | ngrid, | ||
integer, dimension(:,:), pointer | ND, | ||
real(kind=8), dimension(:,:,:,:,:), pointer | X, | ||
real(kind=8), dimension(4) | tau, | ||
character(len=2) | prec, | ||
character(len=2) | gf, | ||
character(len=2) | vf, | ||
character(len=80) | file, | ||
integer | OF | ||
) |
Definition at line 634 of file InitialY4.f90.
subroutine p3d_read_soln_header | ( | integer | NDIM, |
integer | ngrid, | ||
integer, dimension(:,:), pointer | ND, | ||
character(len=*) | fname, | ||
real(kind=8), dimension(4) | tau | ||
) |
Definition at line 603 of file InitialY4.f90.