[fluka-discuss]: RE: extended source

From: Mihaela Parvu <mihaela.parvu_at_cern.ch>
Date: Thu, 9 Aug 2018 12:00:41 +0000

I think that my .inp does not access the source file. Am I missing something regarding the source calling?
________________________________
From: Vasilis Vlachoudis
Sent: 09 August 2018 11:10
To: Mihaela Parvu; fluka-discuss_at_fluka.org
Subject: RE: extended source

A few lines below you re-assigning the XFLK and YFLK samples from an extended source of
XSPOT and YSPOT
You should then delete the two lines I mentioned
    XFLK (NPFLKA) = XBEAM + DX * FLRNDM(DUMMY)
    YFLK (NPFLKA) = YBEAM + DY * FLRNDM(DUMMY)

and convert the assigning of DX, DY to XSPOT, YSPOT, since I saw
it is not set anywhere in your code therefore it would zero

________________________________
From: Mihaela Parvu
Sent: Thursday, August 09, 2018 09:30
To: Vasilis Vlachoudis; fluka-discuss_at_fluka.org
Subject: RE: extended source

Still not working. Should I take other steps before running the .inp file in FLUKA?
________________________________
From: Vasilis Vlachoudis
Sent: 09 August 2018 10:18
To: Mihaela Parvu; fluka-discuss_at_fluka.org
Subject: RE: extended source

Hi Michaela,
please change the + in *
from:
      XFLK (NPFLKA) = XBEAM + DX + FLRNDM(DUMMY)
      YFLK (NPFLKA) = YBEAM + DY + FLRNDM(DUMMY)
to:
      XFLK (NPFLKA) = XBEAM + DX * FLRNDM(DUMMY)
      YFLK (NPFLKA) = YBEAM + DY * FLRNDM(DUMMY)

Vasilis


__________________________________________________________________________
You can manage unsubscription from this mailing list at https://www.fluka.org/fluka.php?id=acc_info
Received on Thu Aug 09 2018 - 16:23:03 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 09 2018 - 16:23:04 CEST