[fluka-discuss]: RE: Computing the distribution of an isotope over the entire geometry

From: <hayley.smith_at_stfc.ac.uk>
Date: Tue, 25 Feb 2014 14:33:02 +0000

Thank you very much for this Anton, it's much appreciated. I've never used user routines before but will certainly give this a go.

In the mean time I had just split my geometry into many smaller regions and then issued a RESNUC card for each region and then took data manually from the sum.lis file and created some histograms from this. I hope that this was still adequate.

Thanks again
Hayley


From: Anton Lechner [mailto:Anton.Lechner_at_cern.ch]
Sent: 21 February 2014 14:08
To: Smith, Hayley (STFC,RAL,ISIS); fluka-discuss_at_fluka.org
Subject: RE: Computing the distribution of an isotope over the entire geometry

Sorry, there was a small typo in my previous Email: calls to USRRNC are activated via WHAT(5) and not WHAT(4) of USERWEIG.

Cheers, Anton

________________________________
From: Anton Lechner
Sent: 21 February 2014 15:05
To: hayley.smith_at_stfc.ac.uk<mailto:hayley.smith_at_stfc.ac.uk>; fluka-discuss_at_fluka.org<mailto:fluka-discuss_at_fluka.org>
Subject: RE: Computing the distribution of an isotope over the entire geometry
Dear Hayley,

Depending on your specific geometry/materials, it might not always be unambiguous to infer from gamma rays to the number of residual nuclei since photons might reinteract before crossing into another region (i.e. they can loose energy or disappear). In addition, you will not have information about the spatial distribution of the produced nuclei in a certain region.

You can get the individual positions of isotope production via the USRRNC user routine (to be activated via WHAT(4) of the USERWEIG card), which is called every time a residual nucleus is produced. Among the arguments passed to the routine are the atomic number and mass (IZ,IA), the position (X,Y,Z), but also the region (MREG). You could then simply write the positions to a file:

      IF( IZ.EQ.zz .AND. IA.EQ.aa ) THEN
           write X,Y,Z to a file
      ENDIF

where zz and aa are the atomic number and mass of your specific isotope. To convert the results into a plot however requires first some post-processing from your side (histogram-filling).

Cheers, Anton


________________________________
From: owner-fluka-discuss_at_mi.infn.it<mailto:owner-fluka-discuss_at_mi.infn.it> [owner-fluka-discuss_at_mi.infn.it] on behalf of hayley.smith_at_stfc.ac.uk<mailto:hayley.smith_at_stfc.ac.uk> [hayley.smith_at_stfc.ac.uk]
Sent: 04 February 2014 12:22
To: fluka-discuss_at_fluka.org<mailto:fluka-discuss_at_fluka.org>
Subject: [fluka-discuss]: RE: Computing the distribution of an isotope over the entire geometry
Dear All

I have still been struggling with this problem. From further reading I think my approach is definitely incorrect.
From my understanding it seems in order to score a quantity this quantity must first 'flow' within FLUKA. Am I correct?

If my understanding is correct I then need to instead identify the method by which the isotope would be produced. I believe this is an (n, gamma) reaction, and then I would score the flow of specific energy gamma rays across boundaries? Would this be the correct approach?

Having read this post http://www.fluka.org/web_archive/earchive/new-fluka-discuss/0936.html it seems like I am trying to do something similar, but I have so far been unsuccessful in being able to score the specific gamma rays using USRBDX and EMFCUT. I was also not able to find the lecture specified in the link.

Many thanks for any advice anyone is able to give with any of this,
Hayley





From: Smith, Hayley (STFC,RAL,ISIS)
Sent: 28 January 2014 16:32
To: 'fluka-discuss_at_fluka.org'
Subject: Computing the distribution of an isotope over the entire geometry

Dear All

I have a couple of (hopefully) quick questions...

I have a geometry comprising many regions. I wish to compute the distribution of a certain isotope over the entire geometry, after bombardment with a proton beam.

Initially I had hoped to achieve this with a combination of USRBIN and AUXSCORE cards. However I had no luck, and after further reading, specifically: http://www.fluka.org/web_archive/earchive/new-fluka-discuss/1453.html , I decided that this was not a good approach.

As suggested in the above link I attempted to use a USRBDX, with both one-way and two-way current scoring along with AUXSCORE over all of the different boundaries between my many regions. This was marginally more successful, using the ALL-PART selection I saw some results, but when using AUXSCORE to select a specific Z and A I saw nothing.

This was confusing since I had also tried using a RESNUCLEi for each region, to ensure the isotope I wanted to see had been produced. In some regions I could see the isotope, but not in others.


1) Is anyone able to confirm the correct approach for computing the distribution of a certain isotope over an entire geometry?

2) And then the best way to visualise this? I was hoping for something similar to a USRBIN 2D projection, but I am now not sure if this is going to be possible.

Many thanks for any clarification / suggestions on the best way for me to proceed.

Hayley




Hayley Smith

Accelerator Physicist
ISIS Facility
Rutherford Appleton Laboratory
Harwell Oxford
OX11 0QX

01235 445524
hayley.smith_at_stfc.ac.uk<mailto:hayley.smith_at_stfc.ac.uk>




--
Scanned by iCritical.
-- 
Scanned by iCritical.

Received on Tue Feb 25 2014 - 15:33:02 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 25 2014 - 16:53:31 CET