noparticles_mass

Module

Description

$Id: particles_temperature.f90 21950 2014-07-08 08:53:00Z michiel.lambrechts $

This module takes care of everything related to the mass of the particles.

** AUTOMATIC CPARAM.INC GENERATION ************************

Declare (for generation of cparam.inc) the number of f array variables and auxiliary variables added by this module

MPVAR CONTRIBUTION 0 MAUX CONTRIBUTION 0 CPARAM logical, parameter :: lparticles_mass=.false.

! PENCILS PROVIDED TTp


Quick access

Variables:

diffmult, dmpdt, dmpdt_save, dx__1, dy__1, dz__1, idiag_chrhopm, idiag_convm, idiag_dmpm, idiag_mpm, idiag_mpmax, idiag_mpmin, idiag_rhosurf, idmp, init_particle_mass, lbdry_test, lconstant_mass_w_chem, ldiffm, ldiffuse_backreac, lpart_mass_backreac, lpart_mass_momentum_backreac, mass_const, ndiffstepm, rdiffconstm

Routines:

dpmass_dt(), dpmass_dt_pencil(), init_particles_mass(), initialize_particles_mass(), pencil_criteria_par_mass(), read_particles_mass_init_pars(), read_particles_mass_run_pars(), register_particles_mass(), rprint_particles_mass(), write_particles_mass_init_pars(), write_particles_mass_run_pars()

Needed modules

Variables

Subroutines and functions

subroutine  particles_mass/register_particles_mass()

Set up indices for access to the fp and dfp arrays.

23-sep-14/Nils: dummy

subroutine  particles_mass/initialize_particles_mass(f)

Perform any post-parameter-read initialization i.e. calculate derived parameters.

23-sep-14/Nils: adapted

Parameters:

f (mx,my,mz,mfarray) [real]

subroutine  particles_mass/init_particles_mass(f, fp)

Initial particle mass.

23-sep-14/Nils: adapted

Parameters:
subroutine  particles_mass/pencil_criteria_par_mass()

All pencils that the Particles_mass module depends on are specified here.

23-sep-14/Nils: adapted

subroutine  particles_mass/dpmass_dt(f, df, fp, dfp, ineargrid)

Evolution of particle temperature.

23-sep-14/Nils: coded

Parameters:
  • f (mx,my,mz,mfarray) [real]

  • df (mx,my,mz,mvar) [real]

  • fp (mpar_loc,mparray) [real]

  • dfp (mpar_loc,mpvar) [real]

  • ineargrid (mpar_loc,3) [integer]

subroutine  particles_mass/dpmass_dt_pencil(f, df, fp, dfp, p, ineargrid)

Evolution of particle temperature.

23-sep-14/Nils: coded

Parameters:
  • f (mx,my,mz,mfarray) [real]

  • df (mx,my,mz,mvar) [real]

  • fp (mpar_loc,mparray) [real]

  • dfp (mpar_loc,mpvar) [real]

  • p [pencil_case]

  • ineargrid (mpar_loc,3) [integer]

subroutine  particles_mass/read_particles_mass_init_pars(iomsg)
Parameters:

iomsg [character,out]

subroutine  particles_mass/write_particles_mass_init_pars(unit)
Parameters:

unit [integer,in]

subroutine  particles_mass/read_particles_mass_run_pars(iomsg)
Parameters:

iomsg [character,out]

subroutine  particles_mass/write_particles_mass_run_pars(unit)
Parameters:

unit [integer,in]

subroutine  particles_mass/rprint_particles_mass(lreset[, lwrite])

Read and register print parameters relevant for particle mass.

23-sep-14/Nils: adapted

Parameters:
  • lreset [logical]

  • lwrite [logical]