PartMC 2.1.0
|
Options controlling the operation of run_sect(). More...
Public Attributes | |
real(kind=dp) | t_max |
Final time (s). | |
real(kind=dp) | del_t |
Timestep for coagulation (s). | |
real(kind=dp) | t_output |
Output interval (0 disables) (s). | |
real(kind=dp) | t_progress |
Progress interval (0 disables) (s). | |
logical | do_coagulation |
Whether to do coagulation. | |
character(len=300) | prefix |
Output prefix. | |
integer | coag_kernel_type |
Type of coagulation kernel. | |
character(len=PMC_UUID_LEN) | uuid |
UUID of the simulation. |
Options controlling the operation of run_sect().
Type of coagulation kernel.
real(kind=dp) pmc_run_sect::run_sect_opt_t::del_t |
Timestep for coagulation (s).
Whether to do coagulation.
character(len=300) pmc_run_sect::run_sect_opt_t::prefix |
Output prefix.
real(kind=dp) pmc_run_sect::run_sect_opt_t::t_max |
Final time (s).
real(kind=dp) pmc_run_sect::run_sect_opt_t::t_output |
Output interval (0 disables) (s).
real(kind=dp) pmc_run_sect::run_sect_opt_t::t_progress |
Progress interval (0 disables) (s).
character(len=PMC_UUID_LEN) pmc_run_sect::run_sect_opt_t::uuid |
UUID of the simulation.