PartMC 2.1.2
Public Attributes
pmc_run_sect::run_sect_opt_t Type Reference

Options controlling the operation of run_sect(). More...

List of all members.

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.

Detailed Description

Options controlling the operation of run_sect().

Definition at line 32 of file run_sect.F90.


Member Data Documentation

Type of coagulation kernel.

Definition at line 46 of file run_sect.F90.

Timestep for coagulation (s).

Definition at line 36 of file run_sect.F90.

Whether to do coagulation.

Definition at line 42 of file run_sect.F90.

Output prefix.

Definition at line 44 of file run_sect.F90.

Final time (s).

Definition at line 34 of file run_sect.F90.

Output interval (0 disables) (s).

Definition at line 38 of file run_sect.F90.

Progress interval (0 disables) (s).

Definition at line 40 of file run_sect.F90.

character(len=PMC_UUID_LEN) pmc_run_sect::run_sect_opt_t::uuid

UUID of the simulation.

Definition at line 48 of file run_sect.F90.


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