doc:user:integration:general:time_step
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:integration:general:time_step [2015/01/26 10:24] – joris | doc:user:integration:general:time_step [2020/12/28 10:55] (current) – [Use of Metafac] tanaka | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| __Automatic creation of the movie:__ | __Automatic creation of the movie:__ | ||
| - | * Run a programm | + | * Run a program |
| Line 70: | Line 70: | ||
| tsm = metafor.getTimeStepManager() | tsm = metafor.getTimeStepManager() | ||
| tsm.setTimeStepComputationMethod(meth) | tsm.setTimeStepComputationMethod(meth) | ||
| + | tsm.setTolOnFac(tolOnFac) | ||
| tsm.setIntegrationErrorTolerance(prec) | tsm.setIntegrationErrorTolerance(prec) | ||
| tsm.setExplicitTimeStepSecurity(secu) | tsm.setExplicitTimeStepSecurity(secu) | ||
| tsm.setNbOfStepsForCriticalTimeStepUpdate(nrit) | tsm.setNbOfStepsForCriticalTimeStepUpdate(nrit) | ||
| tsm.setMaxNbOfItInAdaptOfTimeStep(nbIter) (option: used in implicit or quasi-static) | tsm.setMaxNbOfItInAdaptOfTimeStep(nbIter) (option: used in implicit or quasi-static) | ||
| + | tsm.setMinimumTimeStep(minTimeStep) | ||
| + | | ||
| ^ Parameter ^ Default value ^ Description ^ | ^ Parameter ^ Default value ^ Description ^ | ||
| | '' | | '' | ||
| Line 82: | Line 84: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | | '' | ||
| + | | '' | ||
| ==== Quasi-static and dynamic implicit schemes ===== | ==== Quasi-static and dynamic implicit schemes ===== | ||
| Line 98: | Line 101: | ||
| * Constant safety, coefficient, | * Constant safety, coefficient, | ||
| * Safety coefficient based on an integration error. It computes an integration error based on the difference of the norm of the acceleration. A maximal value is set by the user. Practically, | * Safety coefficient based on an integration error. It computes an integration error based on the difference of the norm of the acceleration. A maximal value is set by the user. Practically, | ||
| + | |||
| + | ==== New Interface For Time Step Computation Method ==== | ||
| + | |||
| + | <note important> | ||
| + | The commands from the new interface are discussed in the following page | ||
| + | Cf. [[commit: | ||
| + | </ | ||
| + | |||
| + | |||
doc/user/integration/general/time_step.1422264299.txt.gz · Last modified: (external edit)
