| Package | Description |
|---|---|
| kineticMonteCarlo.kmcCore.growth | |
| kineticMonteCarlo.lattice |
| Modifier and Type | Method and Description |
|---|---|
private MultiAtom |
ConcertedKmc.getRandomMultiAtom() |
| Modifier and Type | Method and Description |
|---|---|
private double |
ConcertedKmc.getMultiAtomDiffusionRate(MultiAtom multiAtom) |
private Island |
ConcertedKmc.moveMultiAtom(MultiAtom originMultiAtom,
int direction)
A copy of moveIsland(): Moves an island and recomputes all the neighbourhood.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationEnergy.updatePossiblesMultiAtoms(java.util.Iterator<MultiAtom> islands,
double totalAndDepositionProbability,
double elapsedTime) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Integer,MultiAtom> |
AbstractGrowthLattice.multiAtomsMap |
| Modifier and Type | Method and Description |
|---|---|
private MultiAtom |
AbstractGrowthLattice.addMultiAtomIsland(AbstractGrowthAtom atom,
AbstractGrowthAtom neighbour,
int i) |
MultiAtom |
AbstractGrowthLattice.getMultiAtom(int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<MultiAtom> |
AbstractGrowthLattice.getMultiAtomIterator() |
java.util.ArrayList<MultiAtom> |
AbstractGrowthLattice.identifyAddMultiAtom(AbstractGrowthAtom atom)
Counts the number of islands from current atom.
|