particles_stirring
Module
Description
$Id$
This module takes care of stirring of particles.
** AUTOMATIC CPARAM.INC GENERATION ************************ Declare (for generation of cparam.inc) the number of f array variables and auxiliary variables added by this module
CPARAM logical, parameter :: lparticles_stirring=.true.
MVAR CONTRIBUTION 0 MAUX CONTRIBUTION 0
Quick access
- Variables:
- Routines:
particle_stirring(),read_particles_stir_run_pars(),register_particles_stirring(),write_particles_stir_run_pars()
Needed modules
cdata: $Id$general(keep_compiler_quiet()): $Id$messages: $Id$particles_cdata: $Id$particles_sub: $Id$
Variables
- particles_stirring/deltat_stir [real,private/optional/default=1.0]
- particles_stirring/deltav_stir [real,private/optional/default=0.0]
Subroutines and functions
- subroutine particles_stirring/register_particles_stirring()
- Called from:
- subroutine particles_stirring/particle_stirring(fp, ineargrid)
Particle stirring by random, uncorrelated kicks.
30-dec-10/anders+michiel: coded
- Parameters:
fp (mpar_loc,mparray) [real]
ineargrid (mpar_loc,3) [integer]
- Use :
- Called from:
particles_register_modules(),particles_rprint_list(),particles_initialize_modules(),particles_init(),particles_finalize(),particles_read_snapshot(),particles_write_snapshot(),particles_write_dsnapshot(),particles_write_pdim(),particles_write_block(),particles_write_rmv(),particles_timestep_first(),particles_timestep_second(),split_update_particles(),read_all_particles_init_pars(),read_all_particles_run_pars(),write_dim_particles(),write_snapshot_particles(),read_snapshot_particles()
- subroutine particles_stirring/read_particles_stir_run_pars(iomsg)
- Parameters:
iomsg [character,out]
- Use :
- subroutine particles_stirring/write_particles_stir_run_pars(unit)
- Parameters:
unit [integer,in]
- Called from:
particles_register_modules(),particles_rprint_list(),particles_initialize_modules(),particles_init(),particles_finalize(),particles_read_snapshot(),particles_write_snapshot(),particles_write_dsnapshot(),particles_write_pdim(),particles_write_block(),particles_write_rmv(),particles_timestep_first(),particles_timestep_second(),split_update_particles(),particles_load_balance(),particles_boundconds(),particles_pencil_criteria(),particles_pencil_interdep(),particles_calc_pencils(),particles_calc_selfpotential(),particles_before_boundary(),particles_special_bfre_bdary(),particles_special_after_dtsub(),particles_pde(),particles_pde_pencil(),particles_calc_pencil_diags(),particles_pde_blocks(),read_all_particles_init_pars(),write_all_particles_init_pars(),read_all_particles_run_pars(),write_all_particles_run_pars(),write_dim_particles(),write_snapshot_particles(),read_snapshot_particles()