PartMC  2.6.1
Data Types | Modules | Functions/Subroutines | Variables
run_part.F90 File Reference

The pmc_run_part module. More...

Go to the source code of this file.

Data Types

type  pmc_run_part::run_part_opt_t
 Options controlling the execution of run_part(). More...
 

Modules

module  pmc_run_part
 Monte Carlo simulation.
 

Functions/Subroutines

subroutine pmc_run_part::run_part (scenario, env_state, aero_data, aero_state, gas_data, gas_state, run_part_opt)
 Do a particle-resolved Monte Carlo simulation. More...
 
subroutine pmc_run_part::print_part_progress (i_repeat, t_sim_elapsed, n_part, n_coag, n_emit, n_dil_in, n_dil_out, n_nuc, t_wall_elapsed, t_wall_remain)
 Print the current simulation progress to the screen. More...
 
integer function pmc_run_part::pmc_mpi_pack_size_run_part_opt (val)
 Determines the number of bytes required to pack the given value. More...
 
subroutine pmc_run_part::pmc_mpi_pack_run_part_opt (buffer, position, val)
 Packs the given value into the buffer, advancing position. More...
 
subroutine pmc_run_part::pmc_mpi_unpack_run_part_opt (buffer, position, val)
 Unpacks the given value from the buffer, advancing position. More...
 

Variables

integer, parameter pmc_run_part::parallel_coag_type_invalid = 0
 Type code for undefined or invalid parallel coagulation method. More...
 
integer, parameter pmc_run_part::parallel_coag_type_local = 1
 Type code for local parallel coagulation. More...
 
integer, parameter pmc_run_part::parallel_coag_type_dist = 2
 Type code for distributed parallel coagulation. More...
 

Detailed Description

The pmc_run_part module.

Definition in file run_part.F90.