PLUTO
4.4-patch2
|
#include <structs.h>
Data Fields | |
int | npoint [3] |
int | left_bound [3] |
int | right_bound [3] |
int | npatch [5] |
int | log_freq |
int | user_var |
char | solv_type [64] |
char | rad_solv_type [64] |
char | output_dir [256] |
char | log_dir [256] |
double | cfl |
double | cfl_max_var |
double | cfl_par |
double | rmax_par |
double | tstop |
double | tfreeze |
double | first_dt |
double | anl_dt |
double | particles_tstart |
int | Nparticles_glob |
int | Nparticles_cell |
The Runtime structure contains runtime initialization parameters read from pluto.ini (or equivalent).
double anl_dt |
Time step increment for Analysis() ( analysis (double)
)
double cfl |
Hyperbolic cfl number (CFL
)
double cfl_max_var |
Maximum increment between consecutive time steps (CFL_max_var
).
double cfl_par |
(STS) parabolic cfl number
double first_dt |
The initial time step (first_dt
)
int left_bound[3] |
Array of left boundary types
char log_dir[256] |
The name of the output directory where log files will be written to. Default is output_dir.
int log_freq |
The log frequency (log
)
int Nparticles_cell |
Total number of particles per cell
int Nparticles_glob |
Total number of particles in the whole domain
int npatch[5] |
The number of grid patches
int npoint[3] |
Global number of zones in the interior domain
char output_dir[256] |
The name of the output directory. Default is current directory. (output_dir
for static PLUTO, Output_dir
for PLUTO-Chombo)
double particles_tstart |
Time at which particles are integrated
char rad_solv_type[64] |
The radiation Riemann solver (Solver
)
int right_bound[3] |
Array of right boundary types
double rmax_par |
(STS) max ratio between current time step and parabolic time step
char solv_type[64] |
The Riemann solver (Solver
)
double tfreeze |
The fluid freezing time (tfreeze
)
double tstop |
The final integration time (tstop
)
int user_var |
The number of additional user-variables being held in memory and written to disk