Difference between revisions of "Damping Options"

From OSUPDOCS
Jump to navigation Jump to search
(Created page with "NairnMPM has two forms of grid damping. Their most common use to to damp dynamic effects an converge to static solution.")
 
Line 1: Line 1:
[[NairnMPM]] has two forms of grid damping. Their most common use to to damp dynamic effects an converge to static solution.
[[NairnMPM]] has two forms of grid damping. Their most common use to to damp dynamic effects an converge to static solution.
== Introduction ==
Grid damping is damping term applied each node on the grid that alters the grid forces (or accelerations). In brief, the force update on node i is calculated from:
     
<math> f_{i}(t+\Delta t) = f_{i}(t) - \alpha p_i</math>
where <i>f<sub>i</sub></i> is total force on node <i>i</i> from all sources, <i>p<sub>i</sub></i> is nodal momentum, and &alpha; is the grid damping constant (in units of 1/sec). The nodal velocity update becomes:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<math> v_{i}(t+\Delta t) = v_{i}(t) +(a_i^* - \alpha v_i^*) \Delta t</math>
where <i>a<sub>i</sub><sup>*</sup></i> = <i>f<sub>i</sub>/m<sub>i</sub></i> is nodal acceleration without damping, <i>v<sub>i</sub><sup>*</sup></i> = <i>p<sub>i</sub>/m<sub>i</sub></i> is nodal velocity, and <i>m<sub>i</sub></i> is nodal mass. The two types of grid damping differ only in entry end evolution of the damping term &alpha;.
== Damping Commands ==

Revision as of 09:16, 7 November 2013

NairnMPM has two forms of grid damping. Their most common use to to damp dynamic effects an converge to static solution.

Introduction

Grid damping is damping term applied each node on the grid that alters the grid forces (or accelerations). In brief, the force update on node i is calculated from:

      [math]\displaystyle{ f_{i}(t+\Delta t) = f_{i}(t) - \alpha p_i }[/math]

where fi is total force on node i from all sources, pi is nodal momentum, and α is the grid damping constant (in units of 1/sec). The nodal velocity update becomes:

      [math]\displaystyle{ v_{i}(t+\Delta t) = v_{i}(t) +(a_i^* - \alpha v_i^*) \Delta t }[/math]

where ai* = fi/mi is nodal acceleration without damping, vi* = pi/mi is nodal velocity, and mi is nodal mass. The two types of grid damping differ only in entry end evolution of the damping term α.

Damping Commands