Ignore:
Timestamp:
Nov 29, 2011 3:11:20 AM (12 years ago)
Author:
raasch
Message:

Bugfix for output of mean particle radius + preliminary works for implementing the Wang collision kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r786 r790  
    55! Current revisions:
    66! -----------------
    7 !
     7! +turbulence_effects_on_collision, wang_collision_kernel
    88!
    99! Former revisions:
     
    11701170    INTEGER, DIMENSION(:,:,:), ALLOCATABLE ::  prt_count, prt_start_index
    11711171
    1172     LOGICAL ::  particle_advection = .FALSE., random_start_position = .FALSE., &
     1172    LOGICAL ::  turbulence_effects_on_collision = .FALSE.,                     &
     1173                particle_advection = .FALSE., random_start_position = .FALSE., &
    11731174                read_particles_from_restartfile = .TRUE.,                      &
    11741175                uniform_particles = .TRUE., use_particle_tails = .FALSE.,      &
    11751176                use_sgs_for_particles = .FALSE.,                               &
     1177                wang_collision_kernel = .FALSE.,                               &
    11761178                write_particle_statistics = .FALSE.
    11771179
Note: See TracChangeset for help on using the changeset viewer.