The simulate Method
def simulate(self):
"""
Run a trial simulation
"""
self.run = self.model.simulate(end=10,dtout=0.01,returnResults=True,output='on')
self.model.force.active = False
self.run = self.model.simulate(end=100,dtout=0.01,returnResults=True,output='on')