Dear Michael,
sorry for this delay to reply.
For gases at higher pressure than 1 atm, one needs to set to their actual density in the MATERIAL card WHAT(3) AND the gas pressure must be given in the MAT-PROP card WHAT(1), and that’s what you correctly did.
In the manual you might have seen this:
MATERIAL card, WHAT(3)
Density in g/cm3. Note that if the density is lower than 0.01, the material is considered to be a gas at atmospheric pressure unless set otherwise by MAT-PROP.
MAT-PROP card, WHAT(1)
Gas pressure in atmospheres.
Default (option MAT-PROP not given):
If the density of the default material or that assigned by a MATERIAL card is > 0.01, the material is not assumed to be a gas. Otherwise it is a gas at a default pressure of 1 atmosphere.
Now, concerning the scaling of residual activity:
In the output file one finds that the star density scales very well with the pressure, so the number of inelastic interactions increases as expected with higher material density.
1Region # name ALL-PART Star Density BEAMPART Star Density ENERGY Density
Stars/cm**3 Stars/cm**3 GeV/cm**3
/one beam particle /one beam particle /one beam particle
15 Gap1 1.165000000D-06 1.165000000D-06 1.120537306D-06
15 Gap1 1.269520000D-05 1.267485000D-05 1.120995845D-05
15 Gap1 1.239833964D-04 1.238936515D-04 1.126321296D-04
However, the RESNUC yield or activity does not scale with different pressure. It took me a moment to figure this out … and actually essential credits go to @cesc, @vasilis and @ceruttif .
The RESNUC scoring accounts for all residual isotopes that stop in the scoring region (and not as one might be mistaken where they are produced). For solids, that usually is the same region, but in your case the production and scoring volume is a gas. Although the residual isotopes are produced in the gap, there is a chance that they still have sufficient kinetic energy to escape from the region. This is evidently more relevant at lower gas densities.
Deactivating the IONTRANS Full transport card will disable the heavy ion transport of the residual nuclei, and then the results for RESNUC activity scale indeed with increasing pressure.
For illustration:
with IONTRANS card:
1 bar: Bq 1.08777000E+06 +/- 11.6004210 %
10 bar: Bq 2.40818848E+08 +/- 0.824882746 %
100 bar: Bq 4.63271526E+09 +/- 0.237412408 %
without IONTRANS card:
1 bar: Bq 4.92219840E+07 +/- 1.60599887 %
10 bar: Bq 4.94479360E+08 +/- 0.659861267 %
100 bar: Bq 4.99488205E+09 +/- 0.210247964 %
Kind regards,
Markus