Show
Ignore:
Timestamp:
05/10/08 09:03:02 (6 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/init_coreload.cpp

    r1916 r2034  
    193193        { 
    194194                iso.n_HighestResolved_max[ipH_LIKE][nelem] = 5; 
    195                 iso.nCollapsed_max[ipH_LIKE][nelem] = 10; 
    196         } 
    197  
    198         iso.n_HighestResolved_max[ipH_LIKE][ipHYDROGEN] = 6; 
    199         iso.n_HighestResolved_max[ipH_LIKE][ipHELIUM] = 6; 
    200  
    201         iso.nCollapsed_max[ipH_LIKE][ipHYDROGEN] = 20; 
    202         iso.nCollapsed_max[ipH_LIKE][ipHELIUM] = 20; 
     195                iso.nCollapsed_max[ipH_LIKE][nelem] = 2; 
     196        } 
     197 
     198        iso.n_HighestResolved_max[ipH_LIKE][ipHYDROGEN] = 10; 
     199        iso.n_HighestResolved_max[ipH_LIKE][ipHELIUM] = 10; 
     200 
     201        iso.nCollapsed_max[ipH_LIKE][ipHYDROGEN] = 15; 
     202        iso.nCollapsed_max[ipH_LIKE][ipHELIUM] = 15; 
    203203 
    204204        /* variables for He-like sequence */ 
     
    213213                /* put at least three resolved and 1 collapsed in every element for he-like */ 
    214214                iso.n_HighestResolved_max[ipHE_LIKE][nelem] = 3; 
    215                 /** \todo       2       Change this to higher number. */ 
    216215                iso.nCollapsed_max[ipHE_LIKE][nelem] = 1; 
    217216        } 
    218217 
    219         /* >>chng 05 dec 21, from 10 to 20, greater precision without too much more time */ 
     218        iso.n_HighestResolved_max[ipHE_LIKE][ipHELIUM] = 6; 
    220219        iso.nCollapsed_max[ipHE_LIKE][ipHELIUM] = 20; 
    221         /* >>chng 05 dec 21, make 6 rather than n=7 default max resolved for Helium itself */ 
    222         iso.n_HighestResolved_max[ipHE_LIKE][ipHELIUM] = 6; 
    223         /* And n=5 for carbon, nitrogen, oxygen, and iron because they are quite abundant */ 
     220 
     221        /* And n=5 for these because they are most abundant */ 
    224222        iso.n_HighestResolved_max[ipHE_LIKE][ipCARBON] = 5; 
    225223        iso.n_HighestResolved_max[ipHE_LIKE][ipNITROGEN] = 5; 
    226224        iso.n_HighestResolved_max[ipHE_LIKE][ipOXYGEN] = 5; 
     225        iso.n_HighestResolved_max[ipHE_LIKE][ipNEON] = 5; 
     226        iso.n_HighestResolved_max[ipHE_LIKE][ipSILICON] = 5; 
     227        iso.n_HighestResolved_max[ipHE_LIKE][ipMAGNESIUM] = 5; 
     228        iso.n_HighestResolved_max[ipHE_LIKE][ipSULPHUR] = 5; 
    227229        iso.n_HighestResolved_max[ipHE_LIKE][ipIRON] = 5; 
    228         iso.n_HighestResolved_max[ipHE_LIKE][ipZINC] = 5; 
     230        /* also set this, for exercising any possible issues with biggest charge models */ 
     231        iso.n_HighestResolved_max[ipHE_LIKE][LIMELM-1] = 5; 
    229232 
    230233        iso.chISO[ipH_LIKE] = "H-like ";