Public Attributes | |
integer | n_part_max |
Maximum number of particles. | |
real *8 | t_max |
Final time (s). | |
real *8 | t_output |
Output interval (0 disables) (s). | |
real *8 | t_state |
State output intvl (0 disables) (s). | |
real *8 | t_progress |
Progress interval (0 disables) (s). | |
real *8 | del_t |
Timestep for coagulation. | |
character(len=300) | output_prefix |
Prefix for output files. | |
character(len=300) | state_prefix |
Prefix for state files. | |
logical | do_coagulation |
Whether to do coagulation. | |
logical | allow_double |
Allow doubling if needed. | |
logical | do_condensation |
Whether to do condensation. | |
logical | do_mosaic |
Whether to do MOSAIC. | |
logical | do_restart |
Whether to restart from state. | |
character(len=300) | restart_name |
Name of state to restart from. | |
integer | i_loop |
Loop number of run. | |
integer | n_loop |
Total number of loops. | |
real *8 | t_wall_start |
Cpu_time() of start. | |
real *8 | mix_rate |
Mix rate for parallel states (0 to 1). |
Maximum number of particles.
Final time (s).
Output interval (0 disables) (s).
State output intvl (0 disables) (s).
Progress interval (0 disables) (s).
Timestep for coagulation.
character(len=300) pmc_run_mc::run_mc_opt_t::output_prefix |
Prefix for output files.
character(len=300) pmc_run_mc::run_mc_opt_t::state_prefix |
Prefix for state files.
Whether to do coagulation.
Allow doubling if needed.
Whether to do condensation.
Whether to do MOSAIC.
Whether to restart from state.
character(len=300) pmc_run_mc::run_mc_opt_t::restart_name |
Name of state to restart from.
integer pmc_run_mc::run_mc_opt_t::i_loop |
Loop number of run.
integer pmc_run_mc::run_mc_opt_t::n_loop |
Total number of loops.
Cpu_time() of start.
Mix rate for parallel states (0 to 1).