how to add nodal load

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
tangzhen
Posts: 30
Joined: Thu May 30, 2013 4:58 am
Location: HIT

how to add nodal load

Post by tangzhen »

there is a file named "Pext.txt" which contains the nodal load I want to apply, and the load varies according to the time.
my problem is how to add this load to a node which we can name it "node 2",and we suppose there is only one DOF at the node.
please write the commands if possible. thanks a lot.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: how to add nodal load

Post by fmk »

use Pext.txt as the timeSeries for the load pattern. place a nodal load with a unit value inside the load pattern at the node you want. the load pattern will get the load factor from the TimeSeries, this load factor is then given to the node which adds a multiple of the load pattern times the reference load to the node. if Pext.txt contains both time and value, you will need to split into 2 files one for load factor value and one for time at which that load factor occurs.
Post Reply