Transformation Method: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 13: Line 13:
NOTES:
NOTES:
* The single-point constraints when using the transformation method are done directly. The matrix equation is not manipulated to enforce them, rather the trial displacements are set directly at the nodes at the start of each analysis step.
* The single-point constraints when using the transformation method are done directly. The matrix equation is not manipulated to enforce them, rather the trial displacements are set directly at the nodes at the start of each analysis step.
* Great care must be taken when multiple constraints are being enforced as the transformation method does not follow constraints:
1) If a node is fixed, constrain it with the fix command and not equalDOF or other type of constraint.
2) If multiple nodes are constrained, make sure that the retained node is not constrained in any other constraint.
And remember if a node is constrained to multiple nodes in your model it probably means you have messed up.





Latest revision as of 18:41, 27 April 2012




This command is used to construct a transformation constraint handler, which enforces the constraints using the transformation method. The following is the command to construct a transformation constraint handler:


constraints Transformation


NOTES:

  • The single-point constraints when using the transformation method are done directly. The matrix equation is not manipulated to enforce them, rather the trial displacements are set directly at the nodes at the start of each analysis step.
  • Great care must be taken when multiple constraints are being enforced as the transformation method does not follow constraints:

1) If a node is fixed, constrain it with the fix command and not equalDOF or other type of constraint.

2) If multiple nodes are constrained, make sure that the retained node is not constrained in any other constraint.

And remember if a node is constrained to multiple nodes in your model it probably means you have messed up.



THEORY:



Code Developed by: fmk