doc:user:integration:scheme:dynimpl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:integration:scheme:dynimpl [2016/01/18 13:08] – papeleux | doc:user:integration:scheme:dynimpl [2017/06/16 10:28] (current) – papeleux | ||
|---|---|---|---|
| Line 82: | Line 82: | ||
| According to ref2 (chapter 3), an easy way to build a diagonal damping matrix is to compute a ponderated sum of the mass and stiffness matrices : | According to ref2 (chapter 3), an easy way to build a diagonal damping matrix is to compute a ponderated sum of the mass and stiffness matrices : | ||
| - | $$\boldsymbol{C} = | + | $$\boldsymbol{C} = |
| - | The modal damping factor corresponding to each eigen pulsation $\omega_{0r}$: | + | The modal damping factor corresponding to each eigen pulsation $\omega_{0r} |
| - | $$\epsilon_r=\frac{1}{2}(a_m \omega_{0r} + \frac{a_k}{\omega_{0r}} )$$ | + | $$\epsilon_r=\frac{1}{2}(a_k \omega_{0r} + \frac{a_m}{\omega_{0r}} )$$ |
| - | telling us that the mass damping factor $a_m$ will induice damping on lowest frequencies and that the stiff damping factor $a_k$ will induce damping on the higher | + | telling us that the mass damping factor $a_m$ will induice damping on lowest |
| < | < | ||
| - | ref 1 : "The analysis of the Generalized-$\alpha$ method for non linear dynamic problems" | + | ref 1 : "The analysis of the Generalized-$\alpha$ method for non linear dynamic problems" |
| - | ref2 : " | + | |
| - | <\code> | + | ref 2 : " |
| - | === Damped Alpha-Generalized family | + | M.Géradin, D.Rixen - Editions Masson |
| + | </code> | ||
| + | === Parameters to the scheme | ||
| + | * Name of the scheme : '' | ||
| + | * Parameters : | ||
| + | * AlphaGeneralizedTimeIntegration parameters has to be defined as usual | ||
| + | * update of the damping matrix managed through '' | ||
| + | * DMUINIT : Damping matrix computed on initial configuration only | ||
| + | * DMUPERSTAGE : Damping matrix computed at each stage change | ||
| + | * DMUPERSTEP : Damping matrix computed at the beginning of each time step (base on previous equilibrated solution to avoid need of stiffness computation) | ||
| + | * Mass Damping Factor and Stiffness Damping Factor are defined though the [[doc: | ||
| + | | ||
| ==== Generalized Midpoint Rule ==== | ==== Generalized Midpoint Rule ==== | ||
| Line 219: | Line 229: | ||
| < | < | ||
| - | ti = AlphaGeneralizedIntegration(metafor) | + | ti = AlphaGeneralizedTimeIntegration(metafor) |
| ti.setAlphaM(_AlphaM) | ti.setAlphaM(_AlphaM) | ||
| ti.setAlphaF(_AlphaF) | ti.setAlphaF(_AlphaF) | ||
doc/user/integration/scheme/dynimpl.1453118887.txt.gz · Last modified: (external edit)
