Maxwell Material: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
| Using these properties a comparison between simulated responses from OpenSees and a MATLAB based program are shown in Fig.1 | | Using these properties a comparison between simulated responses from OpenSees and a MATLAB based program are shown in Fig.1 | ||
|- | |- | ||
[[File:Fig1.png]] | | [[File:Fig1.png]] | ||
|- | |- | ||
|- | |- |
Revision as of 18:08, 15 February 2011
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct a Maxwell material (linear spring and nonlinear dashpot in series). The Maxwell material simulates the hysteretic response of viscous dampers.
uniaxialMaterial Maxwell $matTag $K $C $a $L |
$matTag | integer tag identifying material |
$K | Elastic stiffness of linear spring (to model elastic stiffness of viscous damper) |
$C | Viscous parameter of damper |
$a | Viscous damper exponent |
$L | Viscous damper length |
Examples:
References:
[1] | Olsson, A.K., and Austrell, P-E., (2001), "A fitting procedure for viscoelastic-elastoplastic material models," Proceedings of the Second European Conference on Constitutive Models for Rubber, Germany, 2001. |
[2] | Ottosen, N.S., and Ristinmaa, M., (1999). "The mechanics of constitutive modelling, (Numerical and thermodynamical topics)," Lund University,Division of Solid Mechanics, Sweden, 1999. |
Code Developed by : by Dr. Dimitrios G. Lignos (McGill University)