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/10/09 16:10] – wautelet | 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) | ||
Line 75: | Line 76: | ||
tsm.setMaxNbOfItInAdaptOfTimeStep(nbIter) (option: used in implicit or quasi-static) | tsm.setMaxNbOfItInAdaptOfTimeStep(nbIter) (option: used in implicit or quasi-static) | ||
tsm.setMinimumTimeStep(minTimeStep) | 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 99: | 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.1444399851.txt.gz · Last modified: 2016/03/30 15:22 (external edit)