19 double DimaRate, crate;
30 for( ion=0; ion < (
dense.IonLow[nelem] - 1); ion++ )
32 ionbal.CollIonRate_Ground[nelem][ion][0] = 0.;
33 ionbal.CollIonRate_Ground[nelem][ion][1] = 0.;
42 for( ion=
dense.IonLow[nelem]; ion <= limit; ion++ )
47 crate = DimaRate*
dense.EdenHCorr;
51 ionbal.CollIonRate_Ground[nelem][ion][0] = crate;
54 ionbal.CollIonRate_Ground[nelem][ion][1] = (crate*
58 for( ion=
dense.IonHigh[nelem]; ion <= nelem; ion++ )
60 ionbal.CollIonRate_Ground[nelem][ion][0] = 0.;
61 ionbal.CollIonRate_Ground[nelem][ion][1] = 0.;
65 for( ion=0; ion <= nelem; ion++ )
68 ASSERT(
ionbal.CollIonRate_Ground[nelem][ion][0] >= 0. );