time step

Asked by Robert Sarracino

How does Esys-Particle calculate the time step? I assume it changes the timestep from iteration to iteration, starting with the initial value given by setTimeStepSize.

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Dion Weatherley
Solved:
Last query:
Last reply:
Revision history for this message
Best Dion Weatherley (d-weatherley) said :
#1

Hi Robert,

ESyS-Particle does not use adaptive time-stepping. The time step is fixed and equal to the value specified by sim.setTimeStepSize(..) for the duration of the simulation.

Cheers,

Dion

Revision history for this message
Robert Sarracino (robert-sarracino) said :
#2

Thanks Dion Weatherley, that solved my question.