Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

A moving load

Status
Not open for further replies.

19201154

Mechanical
Joined
Feb 5, 2009
Messages
4
Location
BR
Hi,

I am making a simple beam with two supports (no dislocation in y axis) and I nedd to creat a load that moves in x axis.
Could you help me??

Thanks
 
Define a series of AMPLITUDEs that describe the load variation with time at each x nodal position along the beam

Then apply loads as follows on each respective node along the beam:
*CLOAD, AMPLITUDE=AMP1
NODE1, 2, 1.0
*CLOAD, AMPLITUDE=AMP2
NODE2, 2, 1.0
*CLOAD, AMPLITUDE=AMP3
NODE3, 2, 1.0
etc

where 'NODE1'.... are the node sets or node numbers.

The AMPLITUDEs will progressively increase and then decrease the load on each node.
 
Another way might be to create a rigid body that has contact with the beam, and then move the loaded rigid body along the length. Might take longer to run though.

corus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top