esys :: lsm :: benchmarks :: Gravity :: GravitySim :: Class GravitySim
[hide private]
[frames] | no frames]

Class GravitySim

    ??-13 --+    
            |    
Util.BenchSim --+
                |
               GravitySim

Instance Methods [hide private]
 
__init__(self, numTimeSteps=10000, numParticles=1000, spawnExe="", spawnArgList=None)
 
getSimTime(self)
 
createParticles(self)
Creates a regularly packed block of particles within the model.
 
createGravity(self)
Creates the gravitational body-force within the model.
 
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__