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!

how to find out the order of the stiffness matrix? 1

Status
Not open for further replies.

mageshk

Mechanical
Joined
Feb 5, 2002
Messages
5
Location
IN
Please let me know whether the following is correct:
order of the stiffness matrix = (no. of nodes) * (degrees of freedom per node)
 
yup, but you must be aware that this is valid only for a stucture build with one type of elements. Generally it must be look like:
order of K = Sum (node(i) * DOFs of node(i))
with i = 1...n (number of nodes)
any comments?

cheers
 
Thanks for the reply
 
In a general sense, this is correct. However, many codes have elements which also contain additional internal dof's which are associated with the elements, but which increase the dof count significantly. (Incompatible modes elements are one such element).

Brad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top