Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/molcounters/basic/simple_sbs.in is written in an unsupported language. File is not indexed.

0001 /run/numberOfThreads 1
0002 
0003 /process/chem/TimeStepModel SBS
0004 
0005 /run/initialize
0006 
0007 /chem/PrintSpeciesTable
0008 
0009 # set all reaction rates to zero (only diffusion)
0010 /chem/reaction/UI
0011 
0012 # only transport, no reactions (for speed)
0013 
0014 # totally diffusion-controlled (TDC)                | Fix |  reactionRate[dm3/(mol*s)] | TDC (0)
0015 /chem/reaction/add H + H -> H2                      | Fix |  0 | 0
0016 /chem/reaction/add e_aq + H -> H2 + OHm             | Fix |  0 | 0
0017 /chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm    | Fix |  0 | 0
0018 /chem/reaction/add H3Op + OHm -> H2O                | Fix |  0 | 0
0019 
0020 # partially diffusion-controlled (PDC)              | Fix |  reactionRate[dm3/(mol*s)] | PDC (1)
0021 /chem/reaction/add OH + H -> H2O                    | Fix |  0 | 1
0022 /chem/reaction/add OH + OH -> H2O2                  | Fix |  0 | 1
0023 /chem/reaction/add e_aq + OH -> OHm                 | Fix |  0 | 1
0024 /chem/reaction/add e_aq + H2O2 -> OHm + OH          | Fix |  0 | 1
0025 /chem/reaction/add e_aq + H3Op -> H + H2O           | Fix |  0 | 1
0026 
0027 /chem/reaction/print
0028 
0029 /gun/position 0 0 0
0030 /gun/particle e-
0031 
0032 /tracking/verbose 0
0033 /scheduler/verbose 0
0034 /scheduler/endTime 0.001 microsecond
0035 
0036 /run/verbose 1
0037 /run/printProgress 1
0038 
0039 /gun/energy 1 keV
0040 /run/beamOn 1