eleload as a time dependent uniform load
Moderators: silvia, selimgunay, Moderators
-
- Posts: 26
- Joined: Sun Nov 19, 2006 10:53 pm
- Location: Tokyo Institute of Technology,
- Contact:
eleload as a time dependent uniform load
Dear Silvia:
I want to apply a time dependent lateral load as a uniform load on a column.
I could do only if it is a point load acting on a node as follows:
set IMfile "Imload.txt" ; # load time history
set IMfact 1; # load scaling factor
set dt 0.005
set TimeSeries "Series -dt $dt -filePath $IMfile -factor $IMfact";
pattern Plain 301 $TimeSeries {
load 21 1.0 0.0 0.0
}
I tried it for a uniform load as:
set IMfile "Imload.txt" ; # load time history
set IMfact 0.001; # load scaling factor
set dt 0.005
set TimeSeries "Path -filePath $IMfile -dt $dt -factor $IMfact";
pattern Plain 301 $TimeSeries {
eleLoad -ele 111 112 113 116 117 118 -type -beamUniform -1;
}
However the lateral load is constant (-1 kN/mm) and response did not change although I change the "IMfact".
How can I apply eleload as a time dependent uniform load?
Thanks
I want to apply a time dependent lateral load as a uniform load on a column.
I could do only if it is a point load acting on a node as follows:
set IMfile "Imload.txt" ; # load time history
set IMfact 1; # load scaling factor
set dt 0.005
set TimeSeries "Series -dt $dt -filePath $IMfile -factor $IMfact";
pattern Plain 301 $TimeSeries {
load 21 1.0 0.0 0.0
}
I tried it for a uniform load as:
set IMfile "Imload.txt" ; # load time history
set IMfact 0.001; # load scaling factor
set dt 0.005
set TimeSeries "Path -filePath $IMfile -dt $dt -factor $IMfact";
pattern Plain 301 $TimeSeries {
eleLoad -ele 111 112 113 116 117 118 -type -beamUniform -1;
}
However the lateral load is constant (-1 kN/mm) and response did not change although I change the "IMfact".
How can I apply eleload as a time dependent uniform load?
Thanks
manoj
-
- Posts: 26
- Joined: Sun Nov 19, 2006 10:53 pm
- Location: Tokyo Institute of Technology,
- Contact:
Dear Silvia:
Thank you very much for your prompt reply.
It is not a constant load. Actually I want to simulate impact effects of a RC column. So, I just want to apply a force-time history (i.e., force vs. time relationship which is defined in a separate file) on some elements as element loads.
So how can I do this?
I would be grateful if you could help me!
Thank you very much for your prompt reply.
It is not a constant load. Actually I want to simulate impact effects of a RC column. So, I just want to apply a force-time history (i.e., force vs. time relationship which is defined in a separate file) on some elements as element loads.
So how can I do this?
I would be grateful if you could help me!
manoj