Go to the source code of this file.
|
| real(r_kind) | single_zone_vars::time |
| |
| real(r_kind) | single_zone_vars::time_p |
| | Time. More...
|
| |
| real(r_kind) | single_zone_vars::stepsize |
| | Stepsize. More...
|
| |
| real(r_kind) | single_zone_vars::t9 |
| |
| real(r_kind) | single_zone_vars::t9_p |
| | Temperature [GK]. More...
|
| |
| real(r_kind) | single_zone_vars::t9h |
| |
| real(r_kind) | single_zone_vars::t9h_p |
| | Temperature [GK] storage for heating mode 2. More...
|
| |
| real(r_kind) | single_zone_vars::rhob |
| |
| real(r_kind) | single_zone_vars::rhob_p |
| | Density [g/cm^3]. More...
|
| |
| real(r_kind) | single_zone_vars::rkm |
| |
| real(r_kind) | single_zone_vars::rkm_p |
| | Radius of the outflow [km]. More...
|
| |
| real(r_kind) | single_zone_vars::ye |
| |
| real(r_kind) | single_zone_vars::ye_p |
| | Electron fraction [mol/g]. More...
|
| |
| real(r_kind) | single_zone_vars::ent |
| |
| real(r_kind) | single_zone_vars::ent_p |
| | Entropy [kB/baryon]. More...
|
| |
| real(r_kind), dimension(:), allocatable | single_zone_vars::y |
| |
| real(r_kind), dimension(:), allocatable | single_zone_vars::y_p |
| | Abundances. More...
|
| |
| real(r_kind), dimension(:), allocatable | single_zone_vars::f |
| |
| real(r_kind), dimension(:), allocatable | single_zone_vars::dydt |
| | Time derivative of the abundances. More...
|
| |
| integer | single_zone_vars::evolution_mode |
| | NSE, network hot/cold, etc. More...
|
| |