Chapter 9 Flashcards
What is the upper limit for time step choice?
When the time step is larger than 1/10 of the time coefficient.
What is time-step convergence?
Time step convergence is a practical way to assess the optimal time step of integration (delta t) for the numerical solution of a model.
Time step convergence is based on the ratio between the time step of integration and the characteristic time (TC or tau) of the model.
What is the equation that describes time-step convergence?
delta t / TC
Why is time-step convergence useful?
- easy understanding of model equations
- model integrity with respect to its units is maintained
- the best numerical value of the time step for the model can be easily assessed by means of time step convergence
What happens if an explicit time step is NOT present?
If delta T is not present model unit integrity can only be satisfied if the value of unity (1) is assumed as the time step of integration.
the ratio between the time step of integration and the characteristic time of the model (now 1/TC) can only be changed if TC is changed.
Why might one expect a converging model outcome when implementing a specific numerical integration technique, and what action could be taken to achieve this result?
Gradually decreasing time step should produce a converging model outcome.