Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/chem4/beam.in is written in an unsupported language. File is not indexed.

0001 #/control/verbose 2
0002 #
0003 #/run/numberOfThreads 10
0004 #
0005 /process/dna/e-SolvationSubType Ritchie1994
0006 #/process/dna/e-SolvationSubType Meesungnoen2002
0007 #/process/dna/e-SolvationSubType Terrisol1990
0008 #
0009 /run/initialize
0010 
0011 # species definition
0012 # username [ molecule | charge | D(m2/s) | Radius(nm) ]
0013 /chem/species O2 [ O2 | 0 | 2.4e-9 | 0.17 ]
0014 /chem/species H3Op [ H3O | 1 | 9e-9 | 0.25 ] # H3Op is H3O plus
0015 /chem/species OH [ OH | 0 | 2.8e-9 | 0.22 ]
0016 /chem/species e_aq [ e_aq | -1 | 4.9e-9 | 0.5 ]
0017 /chem/species OHm [ OH | -1 | 5.0e-9 | 0.33 ] # OHm is OH minus
0018 /chem/species H [ H | 0 | 7e-09 | 0.19 ]
0019 /chem/species H2 [ H2 | 0 | 5e-09 | 0.14 ]
0020 
0021 /chem/PrintSpeciesTable
0022 
0023 # reset and activate User interfact
0024 /chem/reaction/UI
0025 # totally diffusion-controlled (TDC)
0026 # | Fix |  reactionRate[dm3/(mol*s)] | TDC (0)
0027 /chem/reaction/add H + H -> H2                      | Fix |  1.2e10 | 0
0028 /chem/reaction/add e_aq + H -> H2 + OHm             | Fix |  2.65e10 | 0
0029 /chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm    | Fix |  0.5e10 | 0
0030 /chem/reaction/add H3Op + OHm -> H2O                | Fix |  1.43e11 | 0
0031 
0032 # partially diffusion-controlled (PDC)
0033 # | Fix |  reactionRate[dm3/(mol*s)] | PDC (1)
0034 /chem/reaction/add e_aq + OH -> OHm                 | Fix |  2.95e10 | 0
0035 /chem/reaction/add OH + OH -> H2O2                  | Fix |  0.44e10 | 0
0036 /chem/reaction/add e_aq + H2O2 -> OHm + OH          | Fix |  1.41e10 | 0
0037 /chem/reaction/add e_aq + H3Op -> H + H2O           | Fix |  2.11e10 | 0
0038 /chem/reaction/add OH + H -> H2O                    | Fix |  1.44e10 | 0
0039 
0040 /chem/reaction/print
0041 
0042 /primaryKiller/eLossMin 1 keV # primary is killed if deposited E is greater than this value
0043 /primaryKiller/eLossMax 2 keV # event is aborted if deposited E is greated than this value
0044 #
0045 /gun/position  0 0 0
0046 /gun/direction 0 0 1
0047 /gun/particle e-
0048 /gun/energy 100 keV
0049 #
0050 #==============================================
0051 # NB: comment lines related to scheduler when the flag chemOFF is used
0052 #/scheduler/verbose 2
0053 #/scheduler/whyDoYouStop
0054 #/scheduler/endTime 1 microsecond
0055 #==============================================
0056 #
0057 /run/beamOn 10