Maxwell
Maxwell Model Using An Iterative Solving Algorithm
This material model does respond to both displacement and velocity.
References
Syntax
Text Only | |
---|---|
Remarks
- When
[4]
is set to true, the matrix formulation is used, that is, a 3-by-3 matrix is used in local iterations. However, the inverse of the Jacobian is not computed numerically, but analytically. When it is set to false, the scalar iteration is performed. In general, a scalar algorithm requires fewer floating number operations but may be less numerically stable. - The parameter
[5]
can be set to a nonzero positive integer to allow some unconverged substeps to be accumulated to avoid sharp transition regions that may cause numerical issues. As the result, the response may not be as smooth as other regions. - The parameter
[6]
is used to control how local strain is integrated. A value of \(0.0\) indicates it would be automatically computed based on the input strain and strain rate increments. A value of \(0.5\) indicates a linear distribution of spring strain over time.
Recording
This model supports the following additional history variables to be recorded.
variable label | physical meaning |
---|---|
SD, SS, S | stress |
ED | damper strain |
VD | damper strain rate |
ES | spring strain |
VS | spring strain rate |
E | total strain |
V | total strain rate |
LITR | local iteration counter |