Restrictions
When modifying simulation parameters this is the recommended structure, as modification will only work after
base.initSimulation()
has been called.
base.initSimulation()
sim = sph.Simulation.getCurrent()
sim.setValue...()
base.runSimulation()
base.cleanup()
setValue...()
andgetValue...()
functions cannot accept vectors as arguments yet