Options controlling the execution of run_exact(). More...
Public Attributes | |
real(kind=dp) | t_max |
Total simulation time. | |
real(kind=dp) | t_output |
Interval to output info (s). | |
character(len=300) | prefix |
Output prefix. | |
logical | do_coagulation |
Whether to do coagulation. | |
integer | coag_kernel_type |
Type of coagulation kernel. | |
character(len=PMC_UUID_LEN) | uuid |
UUID of the simulation. |
Options controlling the execution of run_exact().
Type of coagulation kernel.
Whether to do coagulation.
character(len=300) pmc_run_exact::run_exact_opt_t::prefix |
Output prefix.
real(kind=dp) pmc_run_exact::run_exact_opt_t::t_max |
Total simulation time.
real(kind=dp) pmc_run_exact::run_exact_opt_t::t_output |
Interval to output info (s).
character(len=PMC_UUID_LEN) pmc_run_exact::run_exact_opt_t::uuid |
UUID of the simulation.