Parallel Material: Difference between revisions
Jump to navigation
Jump to search
(New page: his command is used to construct a parallel material object made up of an arbitrary number of previously-constructed UniaxialMaterial objects. {| | style="background:yellow; color:black...) |
No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct a parallel material object made up of an arbitrary number of previously-constructed UniaxialMaterial objects. | |||
{| | {| | ||
| style="background: | | style="background:lime; color:black; width:800px" | '''uniaxialMaterial Parallel $matTag $tag1 $tag2 ... <-factors $fact1 $fact2 ...>''' | ||
|} | |} | ||
Line 12: | Line 13: | ||
|- | |- | ||
| '''$tag1 $tag2 ...''' || identification tags of materials making up the material model | | '''$tag1 $tag2 ...''' || identification tags of materials making up the material model | ||
|- | |||
| '''$fact1 $fact2 ...''' || factors to create a linear combination of the specified materials. Factors can be negative to subtract one material from an other. (optional, default = 1.0) | |||
|} | |} | ||
Line 19: | Line 22: | ||
In a parallel model, strains are equal and stresses and stiffnesses are additive: | In a parallel model, strains are equal and stresses and stiffnesses are additive: | ||
[[Image:ParallelMaterialExample.gif]] | [[Image:ParallelMaterialExample.gif]] | ||
NOTE: | |||
- In addition to strain, the parallel material includes strain rate effects from its component materials. | |||
---- | ---- | ||
Code Developed by: <span style="color:blue"> fmk </span> | Code Developed by: <span style="color:blue"> fmk </span> | ||
Images Developed by: <span style="color:blue"> Silvia Mazzoni </span> |
Latest revision as of 19:40, 7 July 2023
- 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 parallel material object made up of an arbitrary number of previously-constructed UniaxialMaterial objects.
uniaxialMaterial Parallel $matTag $tag1 $tag2 ... <-factors $fact1 $fact2 ...> |
$matTag | integer tag identifying material |
$tag1 $tag2 ... | identification tags of materials making up the material model |
$fact1 $fact2 ... | factors to create a linear combination of the specified materials. Factors can be negative to subtract one material from an other. (optional, default = 1.0) |
The parallel material is represented graphically:
In a parallel model, strains are equal and stresses and stiffnesses are additive:
NOTE:
- In addition to strain, the parallel material includes strain rate effects from its component materials.
Code Developed by: fmk
Images Developed by: Silvia Mazzoni