multiple constraints

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

Moderators: silvia, selimgunay, Moderators

Post Reply
mfa
Posts: 7
Joined: Mon Feb 14, 2011 12:35 am
Location: The University of Melbourne

multiple constraints

Post by mfa »

Hi,
I would need, for a particular modelling, to update the constraints (fixity) of a certain node after application of the gravity load (before pushover analysis). I am wondering If anyone knows if there is any command in tcl or technique to do such a thing.

Thank you in advance,

Mohammad
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: multiple constraints

Post by fmk »

you can add or remove conatrsints at any time using the fix, equalDOF and remove commands .. always remove a constraint before changing it, for if you add constraints on top of an existing one the results is going to be undefined as i cannot gaurentee which one will be processed last (this has to do with how they are stored in the domain and how they are iterated through) and i cannot again gaurentee which will be removed for same reason if the remove command is issued after the fact.
Post Reply