|
PLUTO
|
#include <structs.h>

Public Attributes | |
| int | npoint [3] |
| Global number of zones in the interior domain. More... | |
| int | left_bound [3] |
| Array of left boundary types. More... | |
| int | right_bound [3] |
| Array of right boundary types. More... | |
| int | grid_is_uniform [3] |
| int | npatch [5] |
| The number of grid patches. More... | |
| int | patch_npoint [5][16] |
| int | patch_type [5][16] |
| int | log_freq |
The log frequency (log) More... | |
| int | user_var |
| The number of additional user-variables being held in memory and written to disk. More... | |
| int | anl_dn |
| char | solv_type [64] |
The Riemann solver (Solver) More... | |
| char | user_var_name [128][128] |
| char | output_dir [256] |
The name of the output directory (output_dir for static PLUTO, Output_dir for PLUTO-Chombo) More... | |
| Output | output [MAX_OUTPUT_TYPES] |
| double | patch_left_node [5][16] |
| double | cfl |
Hyperbolic cfl number (CFL) More... | |
| double | cfl_max_var |
Maximum increment between consecutive time steps (CFL_max_var). More... | |
| double | cfl_par |
| (STS) parabolic cfl number More... | |
| double | rmax_par |
| (STS) max ratio between current time step and parabolic time step More... | |
| double | tstop |
The final integration time (tstop) More... | |
| double | first_dt |
The initial time step (first_dt) More... | |
| double | anl_dt |
Time step increment for Analysis() ( analysis (double) ) More... | |
| double | aux [32] |
The Runtime structure contains runtime initialization parameters read from pluto.ini (or equivalent).
| double RUNTIME::anl_dt |
Time step increment for Analysis() ( analysis (double) )
| double RUNTIME::cfl_max_var |
| int RUNTIME::npoint[3] |
| Output RUNTIME::output[MAX_OUTPUT_TYPES] |
| char RUNTIME::output_dir[256] |
| int RUNTIME::right_bound[3] |
| double RUNTIME::rmax_par |
| int RUNTIME::user_var |