next up previous contents
Next: *DEFORMATION PLASTICITY Up: Input deck format Previous: *DAMPING   Contents


*DASHPOT

Keyword type: model definition

With this option the force-velocity relationship can be defined for dashpot elements. Dashpot elements only make sense for dynamic calculations (*DYNAMIC, *MODAL DYNAMIC and *STEADY STATE DYNAMICS). There is one required parameter ELSET. With this parameter the element set is referred to for which the dashpot behavior is defined. This element set should contain dashpot elements of type DASHPOTA only.

The dashpot constant can depend on frequency and temperature. Frequency dependence only makes sense for *STEADY STATE DYNAMICS calculations.


First line:

Second line: enter a blank line

For each temperature a set of lines can be entered. First line in the first set:

Use as many lines in the first set as needed to define the complete frequency dependence of the dashpot constant (if applicable) for this temperature. Use as many sets as needed to define complete temperature dependence.

Example:

*DASHPOT,ELSET=Eall
1.e-5

defines a dashpot constant with value $ 10^{-5}$ for all elements in element set Eall and all temperatures.

Example:

*DASHPOT,ELSET=Eall
1.e-5,1000.,273.
1.e-6,2000.,273.
1.e-4,,373.

defines a dashpot constant with value $ 10^{-5}$ at a frequency of $ 1000$ and with value $ 10^{-6}$ at a frequency of $ 2000$, both at a temperature of $ 273$. At a temperature of $ 373$ the dashpot constant is frequency independent and takes the value $ 10^{-4}$. These constants apply to all dashpot elements in set Eall.


Example files: dashpot1, dashpot2, dashpot3.


next up previous contents
Next: *DEFORMATION PLASTICITY Up: Input deck format Previous: *DAMPING   Contents
guido dhondt 2018-12-15