Reasons to Use Implicit Vs Explicit
Reasons to Use Implicit Vs Explicit
Here are some situations for which an implicit or an explicit analysis might be best to use, along with the pros and cons of each:
| Implicit | Explicit |
|---|---|
|
- Low rate dynamic analyses
|
- High rate dynamic analyses
|
| Implicit | Explicit | |
|---|---|---|
| Pros |
- Unconditionally stable (no timestep limit)
|
- Computationally fast
|
| Cons |
- Often requires a large amount of memory
|
- Conditionally stable (timestep limit)
|