Scrambler  1
ParticleControl Module Reference

Module for managing particles. More...

List of all members.

Public Member Functions

subroutine SinkParticleBackup ()
subroutine SinkParticleRestore ()
subroutine SinkParticleInit
 Initializes variables for module.
subroutine ParticlePreUpdate (n)
 Update Particles with data from level n.
subroutine ClearParticleMomenta (n)
subroutine ParticlePostUpdate (n)
 Update Particles with data from level n following a hydro step (but before an elliptic step)
subroutine ParticlePostRestrict (n)
subroutine UpdateParticleObjects ()
subroutine FinalizeAccretions ()
subroutine, public Particle_WriteData (chandle)
 Creates a group for particle data within the Chombo file and populates it with the contents of the SinkParticles list.
subroutine, public Particle_ReadData (nframe)
 Read particle data in from a Chombo file.

Detailed Description

Module for managing particles.

Definition at line 39 of file particle_control.f90.


Member Function/Subroutine Documentation

subroutine SinkParticleBackup ( )

Definition at line 77 of file particle_control.f90.

subroutine SinkParticleRestore ( )

Definition at line 118 of file particle_control.f90.

subroutine SinkParticleInit ( )

Initializes variables for module.

Definition at line 161 of file particle_control.f90.

subroutine ParticlePreUpdate ( INTEGER  n)

Update Particles with data from level n.

Parameters:
nlevel

Definition at line 210 of file particle_control.f90.

subroutine ClearParticleMomenta ( INTEGER  n)

Definition at line 234 of file particle_control.f90.

subroutine ParticlePostUpdate ( INTEGER  n)

Update Particles with data from level n following a hydro step (but before an elliptic step)

Parameters:
nlevel

Definition at line 250 of file particle_control.f90.

subroutine ParticlePostRestrict ( INTEGER  n)

Definition at line 270 of file particle_control.f90.

subroutine UpdateParticleObjects ( )

Definition at line 274 of file particle_control.f90.

subroutine FinalizeAccretions ( )

Definition at line 299 of file particle_control.f90.

subroutine, public Particle_WriteData ( TYPE(ChomboHandle), pointer  chandle)

Creates a group for particle data within the Chombo file and populates it with the contents of the SinkParticles list.

Parameters:
chandleA chombo file handle.

Definition at line 369 of file particle_control.f90.

subroutine, public Particle_ReadData ( INTEGER  nframe)

Read particle data in from a Chombo file.

Parameters:
nframeThe frame number to be opened.

Definition at line 414 of file particle_control.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables