prescribe displacements

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

Moderators: silvia, selimgunay, Moderators

Post Reply
blackard
Posts: 35
Joined: Mon Sep 05, 2005 9:26 am

prescribe displacements

Post by blackard »

I am trying to "load" a quad element with prescribed displacements.

The command I have tried is:

pattern Plain 1 Linear{
sp 2 1 0.1
sp 3 1 0.1
}


This of course is intended to displace nodes 2 and 3 by 0.1 inches
in the x-direction.

All I get are blank output files when I try this.

Where is my error?
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

do you do more than just define the reference "loads", such as perform an analysis?
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
blackard
Posts: 35
Joined: Mon Sep 05, 2005 9:26 am

Post by blackard »

I did the following linear elastic analysis:

initialize

system BandGeneral

constraints Transformation

numberer RCM

test NormUnbalance 1e-12 20 1

algorithm Linear

integrator LoadControl 1

analysis Static

analyze 1
Post Reply