PartMC  2.2.1
Public Attributes
pmc_run_exact::run_exact_opt_t Type Reference

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

List of all members.

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.

Detailed Description

Options controlling the execution of run_exact().

Definition at line 24 of file run_exact.F90.


Member Data Documentation

Type of coagulation kernel.

Definition at line 34 of file run_exact.F90.

Whether to do coagulation.

Definition at line 32 of file run_exact.F90.

Output prefix.

Definition at line 30 of file run_exact.F90.

Total simulation time.

Definition at line 26 of file run_exact.F90.

Interval to output info (s).

Definition at line 28 of file run_exact.F90.

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: