PartMC  2.6.1
Public Attributes | List of all members
pmc_run_exact::run_exact_opt_t Type Reference

Options controlling the execution of run_exact(). More...

Public Attributes

real(kind=dp) t_max
 Total simulation time. More...
 
real(kind=dp) t_output
 Interval to output info (s). More...
 
character(len=300) prefix
 Output prefix. More...
 
logical do_coagulation
 Whether to do coagulation. More...
 
integer coag_kernel_type
 Type of coagulation kernel. More...
 
character(len=pmc_uuid_len) uuid
 UUID of the simulation. More...
 

Detailed Description

Options controlling the execution of run_exact().

Definition at line 24 of file run_exact.F90.

Member Data Documentation

◆ coag_kernel_type

integer pmc_run_exact::run_exact_opt_t::coag_kernel_type

Type of coagulation kernel.

Definition at line 34 of file run_exact.F90.

◆ do_coagulation

logical pmc_run_exact::run_exact_opt_t::do_coagulation

Whether to do coagulation.

Definition at line 32 of file run_exact.F90.

◆ prefix

character(len=300) pmc_run_exact::run_exact_opt_t::prefix

Output prefix.

Definition at line 30 of file run_exact.F90.

◆ t_max

real(kind=dp) pmc_run_exact::run_exact_opt_t::t_max

Total simulation time.

Definition at line 26 of file run_exact.F90.

◆ t_output

real(kind=dp) pmc_run_exact::run_exact_opt_t::t_output

Interval to output info (s).

Definition at line 28 of file run_exact.F90.

◆ uuid

character(len=pmc_uuid_len) pmc_run_exact::run_exact_opt_t::uuid

UUID of the simulation.

Definition at line 36 of file run_exact.F90.


The documentation for this type was generated from the following file: