Geant4
10.02.p03
|
#include <G4DNASmoluchowskiReactionModel.hh>
Public Member Functions | |
G4DNASmoluchowskiReactionModel () | |
virtual | ~G4DNASmoluchowskiReactionModel () |
G4DNASmoluchowskiReactionModel (const G4DNASmoluchowskiReactionModel &) | |
virtual void | Initialise (G4MolecularConfiguration *, const G4Track &) |
virtual void | InitialiseToPrint (G4MolecularConfiguration *) |
virtual G4double | GetReactionRadius (G4MolecularConfiguration *, G4MolecularConfiguration *) |
virtual G4double | GetReactionRadius (const G4int) |
virtual G4bool | FindReaction (const G4Track &, const G4Track &, const G4double, G4double &, const G4bool) |
![]() | |
G4VDNAReactionModel () | |
G4VDNAReactionModel (const G4VDNAReactionModel &) | |
virtual | ~G4VDNAReactionModel () |
void | SetReactionTable (const G4DNAMolecularReactionTable *) |
const G4DNAMolecularReactionTable * | GetReactionTable () |
Private Member Functions | |
G4DNASmoluchowskiReactionModel & | operator= (const G4DNASmoluchowskiReactionModel &) |
Private Attributes | |
const std::vector< const G4DNAMolecularReactionData * > * | fReactionData |
Additional Inherited Members | |
![]() | |
G4VDNAReactionModel & | operator= (const G4VDNAReactionModel &) |
![]() | |
const G4DNAMolecularReactionTable * | fReactionTable |
G4DNASmoluchowskiReactionModel should be used for very fast reactions (high reaction rate) : the reactions between reactants occuring at encounter. When the time step is constrained this model uses brownian bridge : "Absorbing (Smoluchowski) boundary condition" Reference : On the simulation of diffusion processes close to boundaries, N. J. B. Green, Molecular Physics, 65: 6, 1399 — 1408(1988)
Definition at line 67 of file G4DNASmoluchowskiReactionModel.hh.
G4DNASmoluchowskiReactionModel::G4DNASmoluchowskiReactionModel | ( | ) |
Definition at line 36 of file G4DNASmoluchowskiReactionModel.cc.
|
virtual |
Definition at line 55 of file G4DNASmoluchowskiReactionModel.cc.
G4DNASmoluchowskiReactionModel::G4DNASmoluchowskiReactionModel | ( | const G4DNASmoluchowskiReactionModel & | __right | ) |
Definition at line 42 of file G4DNASmoluchowskiReactionModel.cc.
|
virtual |
Implements G4VDNAReactionModel.
Definition at line 88 of file G4DNASmoluchowskiReactionModel.cc.
|
virtual |
Implements G4VDNAReactionModel.
Definition at line 74 of file G4DNASmoluchowskiReactionModel.cc.
|
virtual |
Reimplemented from G4VDNAReactionModel.
Definition at line 60 of file G4DNASmoluchowskiReactionModel.cc.
|
virtual |
Implements G4VDNAReactionModel.
Definition at line 68 of file G4DNASmoluchowskiReactionModel.cc.
|
private |
Definition at line 48 of file G4DNASmoluchowskiReactionModel.cc.
|
private |
Definition at line 90 of file G4DNASmoluchowskiReactionModel.hh.