Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Public Attributes | List of all members
Header Struct Reference

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.
 
int nz
 Total number of cells in the z-dimension.
 
int nx_real
 Number of real cells in the x-dimension.
 
int ny_real
 
int nz_real
 
Real xbound
 
Real ybound
 
Real zbound
 
Real xblocal
 
Real yblocal
 
Real zblocal
 
Real xblocal_max
 
Real yblocal_max
 
Real zblocal_max
 
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 min_dt_slow
 Cells that introduce timesteps shorter than will be averaged with neighboring cells. Should be a negative value when the AVERAGE_SLOW_CELLS macro isn't defined.
 
Real t_wall
 Wall time.
 
int n_step
 Number of timesteps taken.
 
int n_fields
 Number of fields (conserved variables, scalars, etc.)
 
int custom_grav
 Flag to set specific static gravity field.
 
Real temperature_floor
 
Real density_floor
 
Real scalar_floor
 
Real Ekin_avrg
 
bool TRANSFER_HYDRO_BOUNDARIES
 
Real sphere_density
 
Real sphere_radius
 
Real sphere_background_density
 
Real sphere_center_x
 
Real sphere_center_y
 
Real sphere_center_z
 
bool gas_only_use_static_grav
 
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 )
 

Member Data Documentation

◆ ny

Header::ny

Total number of cells in the y-dimension.

Number of real cells in the y-dimension.

◆ nz

Header::nz

Total number of cells in the z-dimension.

Number of real cells in the z-dimension.


The documentation for this struct was generated from the following file: