How to apply load as a time series?
Moderators: silvia, selimgunay, Moderators
How to apply load as a time series?
Hi Silvia,
I want to apply load as time series at a particular node. But, I am having problem in defining load pattern . Here is the part of my code where I define load pattern;
set LoadSeries1 "Series -dt 0.00024414 -filePath ./commandForce.txt -factor 1.0"
pattern Plain 1 $LoadSeries1
{
load 382 1 0
}
The time step between load values is 0.00024414 sec where the values are taken from a file specified by commandForec.txt.
The above load time history is applied at node 382 in direction 1.
Could you plese help me on this?
Thanks.
-Lanka.
I want to apply load as time series at a particular node. But, I am having problem in defining load pattern . Here is the part of my code where I define load pattern;
set LoadSeries1 "Series -dt 0.00024414 -filePath ./commandForce.txt -factor 1.0"
pattern Plain 1 $LoadSeries1
{
load 382 1 0
}
The time step between load values is 0.00024414 sec where the values are taken from a file specified by commandForec.txt.
The above load time history is applied at node 382 in direction 1.
Could you plese help me on this?
Thanks.
-Lanka.
Yes, I did.
When we use uniformeq. command we don't specify node information because the command acceleration is applied to all fixed nodes in a particular direction. But load pattern command needs node details.
This is the error message I am getting when I specify node details.
"error reading load pattern information in { } invalid command name "Series"
Could you clarify me on this issue?
Thanks.
When we use uniformeq. command we don't specify node information because the command acceleration is applied to all fixed nodes in a particular direction. But load pattern command needs node details.
This is the error message I am getting when I specify node details.
"error reading load pattern information in { } invalid command name "Series"
Could you clarify me on this issue?
Thanks.
Thanks!
I looked at the examples. I am little bit confused.
In all the examples dynamic lateral load is specified as either acceleration (using uniform eq.) or displacement (using multiple support eq.). Its seems some of the commands are unique to the Multiple support excitation or uniform eq.
Can't we apply dynamic lateral load as force time series (units in N) using pattern plain command?
I looked at the examples. I am little bit confused.
In all the examples dynamic lateral load is specified as either acceleration (using uniform eq.) or displacement (using multiple support eq.). Its seems some of the commands are unique to the Multiple support excitation or uniform eq.
Can't we apply dynamic lateral load as force time series (units in N) using pattern plain command?
sure, you can apply nodal forces or displacements -- these are on the lhs of the equilibrium equation. the uniform excitation deals with the rhs of the equilibrium equation and the inertial forces are calculated "automatically".
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104