Changeset 2034 for branches/c08_branch/source/init_coreload.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/init_coreload.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/init_coreload.cpp
r1916 r2034 193 193 { 194 194 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; 203 203 204 204 /* variables for He-like sequence */ … … 213 213 /* put at least three resolved and 1 collapsed in every element for he-like */ 214 214 iso.n_HighestResolved_max[ipHE_LIKE][nelem] = 3; 215 /** \todo 2 Change this to higher number. */216 215 iso.nCollapsed_max[ipHE_LIKE][nelem] = 1; 217 216 } 218 217 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; 220 219 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 */ 224 222 iso.n_HighestResolved_max[ipHE_LIKE][ipCARBON] = 5; 225 223 iso.n_HighestResolved_max[ipHE_LIKE][ipNITROGEN] = 5; 226 224 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; 227 229 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; 229 232 230 233 iso.chISO[ipH_LIKE] = "H-like ";
