gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of jobcards/FOPI


Ignore:
Timestamp:
Dec 12, 2009, 12:41:41 PM (14 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jobcards/FOPI

    v1 v1  
     1 = Example jobcard for FOPI =
     2
     3{{{
     4!******************************
     5!*   FOPI: pi- A => KKbar X   *
     6!******************************
     7
     8!**************************************************************************
     9! General Input :
     10!**************************************************************************
     11
     12&input
     13  numEnsembles = 250    ! number of ensembles
     14  eventtype    = 12     ! 12 = HiPion A
     15  numTimeSteps = 200    ! number of time steps
     16  delta_T      = 0.2    ! time step size [fm]
     17  num_runs_SameEnergy = 20
     18  num_Energies = 1
     19  path_to_input = "/home/hadron/gibuu/buuinput"
     20  set_length_perturbative = .true.
     21  length_perturbative     = 1000
     22  freezeRealParticles = .true.
     23  ! localEnsemble = .true.              ! default: parallel ensemble
     24  printParticleVectors = .true.
     25/
     26
     27&target
     28  ! target_Z =  1 , target_A =   1              ! H
     29  ! target_Z =  6 , target_A =  12              ! C
     30  target_Z = 29 , target_A =  63                ! Cu
     31  ! target_Z = 82 , target_A = 208              ! Pb
     32/
     33
     34&LesHouches
     35  LesHouchesFinalParticles_Pert = .true.
     36  LesHouchesFinalParticles_Real = .false.
     37/
     38
     39!**************************************************************************
     40!       Pion-induced reactions
     41!**************************************************************************
     42
     43&HiPionNucleus
     44  DoProton      = .false.       ! projectile: pion or proton?
     45  Charge        = -1            ! charge of projectile
     46  ekin_lab      = 1.7           ! kinetic energy of projectile in lab frame
     47  distance      = 0.            ! zero -> automatic
     48  numberPions   = 25            ! number of projectiles per ensemble
     49  impact_parameter= -1.         ! impact parameter [fm], negative -> distributed over disk
     50/
     51
     52!**************************************************************************
     53!       Ground State (Frozen Nucleus, Analytic Density, Zero Temperature)
     54!**************************************************************************
     55
     56&initDensity
     57  densitySwitch = 2     ! 1 = dynamic, 2 = analytic, 0 = no density
     58/
     59
     60&initPauli
     61  pauliSwitch = 2       ! 1 = dynamic, 2 = analytic, 0 = no pauli blocking
     62/
     63
     64&initThermoDynamics
     65  temperatureSwitch = 1
     66  ! 1=groundstate calculations (T=0,mu=E_F)
     67  ! 2=the full procedure according to testparticle density (real particles only!)
     68/
     69}}}