LoadConst Command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to set the loads constant in the domain and to also set the time in the domain. When setting the loads constant, the procedure will invoke setLoadConst() on all LoadPa...) |
No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to set the loads constant in the domain and to also set the time in the domain. | This command is used to set the loads constant in the domain and to also set the time in the domain. | ||
When setting the loads constant, the procedure will invoke setLoadConst() on all LoadPattern objects which exist in the domain at the time the command is called. | When setting the loads constant, the procedure will invoke setLoadConst() on all LoadPattern objects which exist in the domain at the time the command is called. |
Latest revision as of 05:06, 27 February 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 set the loads constant in the domain and to also set the time in the domain. When setting the loads constant, the procedure will invoke setLoadConst() on all LoadPattern objects which exist in the domain at the time the command is called.
loadConst <-time $pseudoTime> |
$pseudoTime | Time domain is to be set to (optional) |
NOTE:
Load Patterns added afer this command is invoked are not set to constant.
EXAMPLE:
loadConst -time 0.0; # sets loads constant and resets time to be 0.0
Code Developed by: fmk