Linear TimeSeries: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'This command is used to construct a TimeSeries object in which the load factor applied is linearly proportional to the time in the domain {| | style="background:yellow; color:…') |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This command is used to construct a TimeSeries object in which the load factor applied is linearly proportional to the time in the domain | {{CommandManualMenu}} | ||
This command is used to construct a TimeSeries object in which the load factor applied is linearly proportional to the time in the domain, i.e. | |||
<math> \lambda = f(t) = cFactor*t</math> | |||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | ''' | | style="background:yellow; color:black; width:800px" | '''timeSeries Linear $tag <-factor $cFactor>''' | ||
|} | |} | ||
Line 11: | Line 15: | ||
|- | |- | ||
| '''$ | | '''$cFactor''' || the linear factor (optional, default=1.0) | ||
|} | |} | ||
[[Image:LinearTimeSeries.gif]] | |||
Latest revision as of 01:41, 11 June 2015
- 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 is linearly proportional to the time in the domain, i.e.
<math> \lambda = f(t) = cFactor*t</math>
timeSeries Linear $tag <-factor $cFactor> |
$tag | unique tag among TimeSeries objects. |
$cFactor | the linear factor (optional, default=1.0) |
Code Developed by: fmk