PlasCom2  1.0
XPACC Multi-physics simluation application
InitialY4.f90 File Reference

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)
 

Function/Subroutine Documentation

◆ get_isentropic_density()

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().

Here is the caller graph for this function:

◆ get_isentropic_pressure()

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().

Here is the caller graph for this function:

◆ get_isentropic_soundspeed()

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().

Here is the caller graph for this function:

◆ get_isentropic_temperature()

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().

Here is the caller graph for this function:

◆ 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().

Here is the call graph for this function:

◆ p3d_read_grid()

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.

◆ p3d_read_soln()

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.

◆ p3d_read_soln_header()

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.