PartMC  2.6.0
Public Attributes | List of all members
pmc_run_sect::run_sect_opt_t Type Reference

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

Public Attributes

real(kind=dp) t_max
 Final time (s). More...
 
real(kind=dp) del_t
 Timestep for coagulation (s). More...
 
real(kind=dp) t_output
 Output interval (0 disables) (s). More...
 
real(kind=dp) t_progress
 Progress interval (0 disables) (s). More...
 
logical do_coagulation
 Whether to do coagulation. More...
 
character(len=300) prefix
 Output prefix. 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 operation of run_sect().

Definition at line 32 of file run_sect.F90.

Member Data Documentation

◆ coag_kernel_type

integer pmc_run_sect::run_sect_opt_t::coag_kernel_type

Type of coagulation kernel.

Definition at line 46 of file run_sect.F90.

◆ del_t

real(kind=dp) pmc_run_sect::run_sect_opt_t::del_t

Timestep for coagulation (s).

Definition at line 36 of file run_sect.F90.

◆ do_coagulation

logical pmc_run_sect::run_sect_opt_t::do_coagulation

Whether to do coagulation.

Definition at line 42 of file run_sect.F90.

◆ prefix

character(len=300) pmc_run_sect::run_sect_opt_t::prefix

Output prefix.

Definition at line 44 of file run_sect.F90.

◆ t_max

real(kind=dp) pmc_run_sect::run_sect_opt_t::t_max

Final time (s).

Definition at line 34 of file run_sect.F90.

◆ t_output

real(kind=dp) pmc_run_sect::run_sect_opt_t::t_output

Output interval (0 disables) (s).

Definition at line 38 of file run_sect.F90.

◆ t_progress

real(kind=dp) pmc_run_sect::run_sect_opt_t::t_progress

Progress interval (0 disables) (s).

Definition at line 40 of file run_sect.F90.

◆ uuid

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: