gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 7 and Version 8 of jobCards/omegaTaps


Ignore:
Timestamp:
May 6, 2009, 1:41:51 PM (16 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jobCards/omegaTaps

    v7 v8  
    55
    66== Target definition ==
     7
    78The namelist ''target'' controls the target. Do not modify the ''fermimotion'' and ''densitySwitch_Static'' switches besides for testing.
    89{{{
     
    3738$lowPhotonAnalysis
    3839! Analysis flags
    39 outputEvents   =.true.     ! Print events to file
    40 photonAnalyse  =.true.     ! Generate analysis for final state photons
     40outputEvents          = .true.     ! Print events to file
     41outputEvents_onlyFree = .true.     ! Prints only "free" nucleons to file (.false.=print all nucleons)
     42photonAnalyse         = .true.     ! Generate analysis for final state photons
    4143! Switch off unnessary analysis
    42 KruscheOutput  =.false.
    43 fissumOutput   =.false.
    44 twoPiOutput    =.false.
    45 $end
    46 }}}
     44KruscheOutput = .false.
     45fissumOutput  = .false.
     46twoPiOutput   = .false.
     47$end
     48}}}
     49
     50
    4751== General Input ==
     52
    4853These namelists control the general input for each run:
    4954 * The variable ''numEnsembles'' defines how many ensembles of test-particles are used to model a  physical one, so it defines the granularity of our numerical realization. Use ''numEnsembles=1000...10000'' for a real calculation.
     
    8691$end
    8792}}}
     93
     94
    8895== Numerical details ==
     96
    8997Don't touch!
    9098{{{
     
    105113predictorCorrector=.true.  ! Whether to use a predictor/corrector algorithm to do the propagation
    106114$end
    107 
    108 
    109 }}}
     115}}}
     116
     117
    110118== Input for potentials ==
     119
    111120Influences the hadronic potentials. In the scenario below we use no potential for the mesons and our standard Skyrme-type potential for the baryons.
    112121{{{
    113 
    114122$Coulomb
    115123CoulombFlag=.false.
     
    137145             ! 2= 100 MeV *rho/rhoNull
    138146$end
    139 
    140 }}}
     147}}}
     148
     149
    141150== The collision term ==
     151
    142152Here one can modify the collision term, e.g. by switching off three-body interactions. The scenario below is standard, so don't modify besides for testing. Note that the parameter ''minimumEnergy      =0.005'' in the namelist ''insertion'' removes all final state nucleons which have kinetic energies less than 5 MeV.
    143153{{{
    144 
    145154$hadronFormation
    146155tauForma=0.8             ! formation proper time in restframe of hadron
     
    172181$end
    173182
    174 
    175 
    176183$initStability
    177184stabilityFlag(101) = 4 ! Let Pi^0 Decay
     
    181188MDCY(102,1)=1 ! KC code of pi0, not KF!  !Pi^0 unstable in Pythia
    182189$end
    183 
    184 
    185 }}}
     190}}}
     191
     192
    186193== The widths of the particles ==
     194
    187195The scenario below corresponds to a broadening of the Delta, but to no broadening of any other particle. Such a broadening can be included by setting
    188196''mediumSwitch_coll=.true.'' in the namelist width_Baryon and/or ''mediumSwitch=.true.'' in the namelist width_Meson.
     
    198206$end
    199207}}}
     208
     209
    200210== Temperature and thermodynamics ==
     211
    201212Don't touch this! Otherwise computation time blows up
    202213{{{