![]() |
Go to the source code of this file.
Modules | |
| module | hydro_trajectory |
| Contains arrays representing thermodynamic conditions from hydro trajectory file. | |
Variables | |
| integer | hydro_trajectory::zsteps |
| number of timesteps in the hydro trajectory More... | |
| integer | hydro_trajectory::init_index |
| Initial index in the trajectory. More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::ztime |
| time information from trajectory More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::ztemp |
| temperature information from trajectory More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::zdens |
| density information from trajectory More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::zye |
| electron fraction information from trajectory More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::zrad |
| radii from trajectory More... | |
| real(r_kind), dimension(:), allocatable, public | hydro_trajectory::zvel |
| velocities from trajectory More... | |
The error file code for this file is W25. This file contains the module hydro_trajectory
Definition in file hydro_trajectory.f90.