Changes between Version 8 and Version 9 of CodeChanges


Ignore:
Timestamp:
10/12/12 11:03:09 (12 years ago)
Author:
dv615747
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeChanges

    v8 v9  
    1212{{{
    1313define_cloud_mat_number()
    14 asdf
     14Use 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
    1520}}}
    1621