noparticles_lyapunov
Module
Description
$Id$
This module writes information about the local state of the gas at the positions of a selected number 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_lyapunov=.false.
Quick access
- Variables:
fake_eta,idiag_bx2pm,idiag_by2pm,idiag_bz2pm,kmode_forb,linit_largeb,lnoise2pvector- Routines:
calc_pencils_par_lyapunov(),dlyapunov_dt(),dlyapunov_dt_pencil(),init_particles_lyapunov(),initialize_particles_lyapunov(),particles_stochastic_lyapunov(),read_plyapunov_init_pars(),read_plyapunov_run_pars(),register_particles_lyapunov(),rprint_particles_lyapunov(),write_plyapunov_init_pars(),write_plyapunov_run_pars()
Needed modules
cdata: $Id$messages: $Id$general: $Id$particles_cdata: $Id$particles_map: $Id$particles_mpicomm: $Id$
Variables
Subroutines and functions
- subroutine particles_lyapunov/register_particles_lyapunov()
Set up indices for access to the fp and dfp arrays
May-16/dhruba: coded
- Call to:
- subroutine particles_lyapunov/initialize_particles_lyapunov(f)
Perform any post-parameter-read initialization i.e. calculate derived parameters.
May-16/dhruba+nishant+akshay: coded
- Parameters:
- Use :
- subroutine particles_lyapunov/init_particles_lyapunov(fp)
use Sub, only: kronecker_delta use General, only: keep_compiler_quiet,random_number_wrapper use Mpicomm, only: mpiallreduce_sum real, dimension (mx,my,mz,mfarray), intent (in) :: f
- Parameters:
fp (mpar_loc,mparray) [real,out]
- subroutine particles_lyapunov/dlyapunov_dt(f, df, fp, dfp, ineargrid)
- subroutine particles_lyapunov/dlyapunov_dt_pencil(f, df, fp, dfp, p, ineargrid)
- subroutine particles_lyapunov/read_plyapunov_init_pars(iomsg)
- Parameters:
iomsg [character,out]
- Use :
- subroutine particles_lyapunov/write_plyapunov_init_pars(unit)
- Parameters:
unit [integer,in]
- subroutine particles_lyapunov/read_plyapunov_run_pars(iomsg)
- Parameters:
iomsg [character,out]
- Use :
- subroutine particles_lyapunov/write_plyapunov_run_pars(unit)
- Parameters:
unit [integer,in]
- subroutine particles_lyapunov/particles_stochastic_lyapunov(fp)
- Parameters:
fp (mpar_loc,mparray) [real,out]
- subroutine particles_lyapunov/rprint_particles_lyapunov(lreset[, lwrite])
Read and register print parameters relevant for particles.
may-2016/dhruba+akshay: coded
- Parameters:
lreset [logical]
lwrite [logical]