Rectangular TimeSeries: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct a TimeSeries object in which the load factor is constant for a specified period and 0 otherwise, i.e. | This command is used to construct a TimeSeries object in which the load factor is constant for a specified period and 0 otherwise, i.e. | ||
Line 12: | Line 14: | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''timeSeries Rectangular $tag $tStart $tEnd | | style="background:yellow; color:black; width:800px" | '''timeSeries Rectangular $tag $tStart $tEnd <-factor $cFactor>''' | ||
|} | |} | ||
Latest revision as of 01:43, 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 is constant for a specified period and 0 otherwise, i.e.
<math> \lambda = f(t) = \begin{cases}
\text{cFactor}, &\text{tStart} <= t <= \text{tEnd}\\ \text{0.0}, &\text{otherwise}\\
\end{cases}
</math>
timeSeries Rectangular $tag $tStart $tEnd <-factor $cFactor> |
$tag | unique tag among TimeSeries objects. |
$tStart | starting time of non-zero load factor |
$tEnd | ending time of non-zero load factor |
$cFactor | the load factor applied (optional, default=1.0) |
Code Developed by: fmk