Frame Analysis with Excel – 5; Large frames in Excel 2003

Continuing from: Frame Analysis with Excel – 4, 2D frame analysis

Download Frame2.zip – the download file includes complete open source code.

The solution presented in the previous post in this series made use of the Excel built in functions MINVERSE() and MMULT(), which restricted the size of problem that could be handled, especially in versions earlier than 2007.  These functions have now been replaced with a VBA Gaussian Elimination routine, and the matrices are no longer written back to the spreadsheet, so frames with more than 250 degrees of freedom can now be tackled.  There is still plenty of scope for improving the efficiency of the solution routine, but nonetheless the present system is adequate for quite large frames, so for the next few posts I will concentrate on improving the functionality:

  • Provision for moment and translational release of member ends
  • Output of member actions at nodes or intermediate points
  • Addition of graphics
This entry was posted in Excel, Frame Analysis, Newton, VBA and tagged , , , . Bookmark the permalink.

5 Responses to Frame Analysis with Excel – 5; Large frames in Excel 2003

  1. Pingback: Frame Analysis with Excel - 6; Beam end releases and actions « Newton Excel Bach, not (just) an Excel Blog

  2. napster says:

    Hi Sir,

    Thanks to your blogs, though i am a newbie, I have learned a lot about FEM. I have this hobby of writing simple applications related to Civil engineering practice( written in VB), and i came up with the idea of making doing FEM Frame analysis in 3D. Though the stiffness matrix is not the hard to find, I was having trouble finding a way to determine the rotational matrix of a 3D element.
    I was just wondering if you could help me with this?

    Like

  3. dougaj4 says:

    Napster – have a look for “Programming The Finite Element Method” by Smith and Griffiths. They have full details of FE applications, including 3D frame analysis. I’m also planning to look at it here, but not for some time.

    Also see: http://inside.mines.edu/~vgriffit/4th_ed/Software/

    Like

    • napster says:

      ill try to look into it.. thanks… i have been looking through many references, however the rotational matrix for 3D frame were never emphasized… 😦

      Like

  4. Pingback: Frame Analysis with Excel | Newton Excel Bach, not (just) an Excel Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.