MinMax Material: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a MinMax material object. This stress-strain behaviour for this material is provided by another material. If however the ...') |
No edit summary |
||
Line 4: | Line 4: | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''uniaxialMaterial MinMax $matTag $otherTag <-min $minStrain> <-max $ | | style="background:yellow; color:black; width:800px" | '''uniaxialMaterial MinMax $matTag $otherTag <-min $minStrain> <-max $maxStrain>''' | ||
|} | |} | ||
Line 17: | Line 17: | ||
| '''$minStrain ''' || minimum value of strain. optional default = -1.0e16. | | '''$minStrain ''' || minimum value of strain. optional default = -1.0e16. | ||
|- | |- | ||
| ''' | | '''$maxStrain''' || max value of strain. optional default = 1.0e16. | ||
|} | |} | ||
Revision as of 23:43, 22 March 2010
- 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 MinMax material object. This stress-strain behaviour for this material is provided by another material. If however the strain ever falls below or above certain threshold values, the other material is assumed to have failed. From that point on, values of 0.0 are returned for the tangent and stress.
uniaxialMaterial MinMax $matTag $otherTag <-min $minStrain> <-max $maxStrain> |
$matTag | integer tag identifying material |
$otherTag | tag of the other material |
$minStrain | minimum value of strain. optional default = -1.0e16. |
$maxStrain | max value of strain. optional default = 1.0e16. |
Code Developed by: Micheal Scott, Oregon State.