doc:user:integration:scheme:dynexpl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:integration:scheme:dynexpl [2015/10/09 16:34] – [alpha-generalized scheme] wautelet | doc:user:integration:scheme:dynexpl [2022/12/21 11:35] (current) – [New Metafor Version > 2422] boman | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| Conditionally stable. | Conditionally stable. | ||
| - | ==== Le schema | + | ==== Tchamwa |
| + | |||
| Explicit algorithm where numerical dissipation is monitored by the parameter $\phi$. | Explicit algorithm where numerical dissipation is monitored by the parameter $\phi$. | ||
| Line 61: | Line 63: | ||
| * $$\phi = 1 \mbox{ if } \rho_\beta = 1 $$ | * $$\phi = 1 \mbox{ if } \rho_\beta = 1 $$ | ||
| - | ===== Data set ===== | + | ===== Input file ===== |
| See [[dynimpl|dynamic implicit]] scheme for definition of density and initial velocities. | See [[dynimpl|dynamic implicit]] scheme for definition of density and initial velocities. | ||
| - | ==== Choosing the algorithm | + | ==== Old Metafor Version <= 2422 ==== |
| - | ^ | + | === Choosing the algorithm === |
| - | | Chung Hulbert | + | |
| - | | Différence centrée | + | ^ |
| - | | Tchamwa | + | | Certered difference |
| + | | Chung Hulbert | ||
| + | | Tchamwa | ||
| (see [[doc: | (see [[doc: | ||
| + | |||
| + | ==== New Metafor Version > 2422 ==== | ||
| + | |||
| + | === Centered Difference === | ||
| + | |||
| + | < | ||
| + | ti = CentralDifferenceTimeIntegration(metafor) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | === Chung Hulbert === | ||
| + | |||
| + | < | ||
| + | ti = ChExplicitTimeIntegration(metafor) | ||
| + | ti.setRhoB(_rhoB) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | The parameter '' | ||
| + | |||
| + | === Tchamwa === | ||
| + | |||
| + | < | ||
| + | ti = TchamwaExplicitTimeIntegration(metafor) | ||
| + | ti.setRhoB(_rhoB) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | The parameter '' | ||
| Other parameters : see [[quasistatique]] | Other parameters : see [[quasistatique]] | ||
doc/user/integration/scheme/dynexpl.1444401288.txt.gz · Last modified: (external edit)
