Constant TimeSeries: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct a TimeSeries object in which the load factor applied remains constant and is independent of the time in the domain, i.e. <math> \lambda = f(t) = C </math> | This command is used to construct a TimeSeries object in which the load factor applied remains constant and is independent of the time in the domain, i.e. <math> \lambda = f(t) = C </math> | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''timeSeries Constant $tag <-factor $ | | style="background:yellow; color:black; width:800px" | '''timeSeries Constant $tag <-factor $cFactor>''' | ||
|} | |} | ||
Line 10: | Line 12: | ||
| style="width:150px" | '''$tag ''' || unique tag among TimeSeries objects. | | style="width:150px" | '''$tag ''' || unique tag among TimeSeries objects. | ||
|- | |- | ||
| '''$ | | '''$cFactor''' || the load factor applied (optional, default=1.0) | ||
|} | |} | ||
Latest revision as of 21:20, 3 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 TimeSeries object in which the load factor applied remains constant and is independent of the time in the domain, i.e. <math> \lambda = f(t) = C </math>
timeSeries Constant $tag <-factor $cFactor> |
$tag | unique tag among TimeSeries objects. |
$cFactor | the load factor applied (optional, default=1.0) |
Code Developed by: fmk