Changes between Version 8 and Version 9 of CodeChanges
- Timestamp:
- 10/12/12 11:03:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeChanges
v8 v9 12 12 {{{ 13 13 define_cloud_mat_number() 14 asdf 14 Use LSF values on octree to define the material number for every cloud particle. This routine should be called in the first grid iteration, after the void has been calculated. The general procedure is 15 * Set material number equal to zero for all cloud particles 16 * Loop through all LSFs 17 * Loop through all cloud particles 18 * If LSF value is negative, give cloud particle current LSF number as material number 19 * In not, do nothing 15 20 }}} 16 21