Re: Fluence Versus Time

From: Reza Taleei <R_Taleei_at_std.sbu.ac.ir>
Date: Wed, 10 Dec 2008 11:34:37 +0330

Dear Dr. Sala,

Thank you for your help. It worked very well for the neutrons. I have
another request which I can't solve it. If I use the same fluscw.f routine
for the secondary particles like protons. Fluka will take into account the
protons versus time (starting from the proton production). What should I
do if want to score the protons extracting the water sphere versus total
time (Starting from the primary particle like neutron and continuing with
secondary particle like proton). It could be achievable if I could add the
ATRACK of proton with neutron in fluscw.f user routine. I would like to
also thank Dr. Fasso for his wise remark, which worked very well.

Best Regards,
Reza Taleei.

-----Original Message-----
From: paola sala <paola.sala_at_cern.ch>
To: reza taleei <reza.taleei_at_gmail.com>
Cc: <fluka-discuss_at_fluka.org>
Date: Mon, 1 Dec 2008 09:06:51 +0100
Subject: Re: Fluence Versus Time

> Dear Reza Talei,
> there is no automatic way to score in time-bins. What you can do, is to
> define as many USRBDX detector as your wished time-bins, and
> set the time windows in the fluscw.f routine . For instance:
>
> INCLUDE '(TRACKR')
> DT = 10.D-09
> TMAX = JSCRNG * DT
> TMIN = TMAX - DT
> IF ( ATRACK .GE. TMIN .AND. ATRACK .LT. TMAX ) THEN
> LSCORE = .TRUE.
> ELSE
> LSCORE = .FALSE.
> END IF
>
> will give in the first USRBDX ( JSCRNG =1) the fluence of particles
> with "age" between 0 and 10 nanoseconds, in the n-th usrbdx the flux
> between (n-1)*10 nsec and n*10 nsec.
>
> By the way, it would be useful to have this coded in the standard
> scoring..maybe in the next release!
>
> Ciao
> Paola
>
> On Sat, 2008-11-29 at 17:39 +0330, reza taleei wrote:
> > Dear fluka users,
> >
> > I would like to score the neutron fluence over a sphere of water
> > versus time. in this problem I have a sphere of water and a neutron
> > source in the middle. As explained in the manual, fluka can calculate
> > the time dependence problems. I would like to know how can I score
> > these neutrons exiting the sphere per time bin. Thank you in advance.
> >
> > Best regards,
> > Reza Taleei.
> >
>
Received on Wed Dec 10 2008 - 23:48:08 CET

This archive was generated by hypermail 2.2.0 : Wed Dec 10 2008 - 23:48:20 CET