Package esys :: Package lsm :: Package benchmarks :: Module BondedBlock :: Class BondedBlockSim
[hide private]
[frames] | no frames]

Class BondedBlockSim

    ??-52 --+    
            |    
Util.BenchSim --+
                |
               BondedBlockSim

Instance Methods [hide private]
 
__init__(self, numTimeSteps=10000, numParticles=1000, spawnExe="", spawnArgList=None)
 
getRandomOffset(self)
 
createParticlesAndBonds(self)
Creates a hexagonnaly close packed block of particles within the model along with linear elastic bonds connecting neighbouring particles.
 
runSimulation(self)

Inherited from Util.BenchSim: doTimedRun, getRunTime

Method Details [hide private]

__init__(self, numTimeSteps=10000, numParticles=1000, spawnExe="", spawnArgList=None)
(Constructor)

 
Overrides: Util.BenchSim.__init__