Changeset 1072 for palm/trunk/SOURCE
- Timestamp:
- Nov 29, 2012 5:04:39 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_collision_kernels.f90
r1071 r1072 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: collision efficiencies for Hall kernel should not be < 1.0E-2022 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1071 2012-11-29 16:54:55Z franke 29 ! Bugfix: collision efficiencies for Hall kernel should not be < 1.0E-20 27 30 ! 28 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/lpm_droplet_collision.f90
r1071 r1072 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1071 2012-11-29 16:54:55Z franke 22 29 ! Calculation of Hall and Wang kernel now uses collision-coalescence formulation 23 30 ! proposed by Wang instead of the continuous collection equation (for more 24 31 ! information about new method see PALM documentation) 25 32 ! Bugfix: message identifiers added 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/lpm_droplet_condensation.f90
r1071 r1072 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1071 2012-11-29 16:54:55Z franke 22 29 ! Ventilation effect for evaporation of large droplets included 23 30 ! Check for unreasonable results included in calculation of Rosenbrock method … … 30 37 ! Bugfix: factor in calculation of surface tension changed from 0.00155 to 31 38 ! 0.000155 32 !33 ! Former revisions:34 ! -----------------35 ! $Id$36 39 ! 37 40 ! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.