![]() |
Contains arrays representing thermodynamic conditions from hydro trajectory file. More...
Variables | |
integer | zsteps |
number of timesteps in the hydro trajectory More... | |
integer | init_index |
Initial index in the trajectory. More... | |
real(r_kind), dimension(:), allocatable, public | ztime |
time information from trajectory More... | |
real(r_kind), dimension(:), allocatable, public | ztemp |
temperature information from trajectory More... | |
real(r_kind), dimension(:), allocatable, public | zdens |
density information from trajectory More... | |
real(r_kind), dimension(:), allocatable, public | zye |
electron fraction information from trajectory More... | |
real(r_kind), dimension(:), allocatable, public | zrad |
radii from trajectory More... | |
real(r_kind), dimension(:), allocatable, public | zvel |
velocities from trajectory More... | |
Contains arrays representing thermodynamic conditions from hydro trajectory file.
Edited:
integer hydro_trajectory::init_index |
Initial index in the trajectory.
Definition at line 18 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::zdens |
density information from trajectory
Definition at line 21 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::zrad |
radii from trajectory
Definition at line 23 of file hydro_trajectory.f90.
integer hydro_trajectory::zsteps |
number of timesteps in the hydro trajectory
Definition at line 17 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::ztemp |
temperature information from trajectory
Definition at line 20 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::ztime |
time information from trajectory
Definition at line 19 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::zvel |
velocities from trajectory
Definition at line 24 of file hydro_trajectory.f90.
real(r_kind), dimension(:), allocatable, public hydro_trajectory::zye |
electron fraction information from trajectory
Definition at line 22 of file hydro_trajectory.f90.