|
cholla
|
Public Attributes | |
| int | n_cells |
| Total number of cells in the grid (including ghost cells) | |
| int | n_ghost |
| Number of ghost cells on each side of the grid. | |
| int | nx |
| Total number of cells in the x-dimension. | |
| int | ny |
| Total number of cells in the y-dimension. More... | |
| int | nz |
| Total number of cells in the z-dimension. More... | |
| int | nx_real |
| Number of real cells in the x-dimension. | |
| int | ny_real |
| int | nz_real |
| Real | xbound |
| Real | ybound |
| Real | zbound |
| Real | domlen_x |
| Real | domlen_y |
| Real | domlen_z |
| Real | xblocal |
| Real | yblocal |
| Real | zblocal |
| Real | xdglobal |
| Real | ydglobal |
| Real | zdglobal |
| Real | dx |
| x-width of cells | |
| Real | dy |
| y-width of cells | |
| Real | dz |
| z-width of cells | |
| Real | t |
| Simulation time. | |
| Real | dt |
| Length of the current timestep. | |
| Real | t_wall |
| Wall time. | |
| int | n_step |
| Number of timesteps taken. | |
| int | n_fields |
| Number of fields (conserved variables, scalars, etc.) | |
| Real | density_floor |
| Real | temperature_floor |
| Real | Ekin_avrg |
| bool | TRANSFER_HYDRO_BOUNDARIES |
| bool | Output_Now |
| Flag set to true when data has to be written to file. | |
| bool | Output_Initial |
| bool | Output_Complete_Data |
| Flag set to true when all the data will be written to file (Restart File ) | |
| Header::ny |
Total number of cells in the y-dimension.
Number of real cells in the y-dimension.
| Header::nz |
Total number of cells in the z-dimension.
Number of real cells in the z-dimension.
1.8.12