Thread: Beam or Frame Analysis for Structural Analysis

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    2

    Unhappy Beam or Frame Analysis for Structural Analysis

    Hello,

    For Structural Analysis lesson, I have to write a C programme code for analyzing beam or frame.

    It looks quite hard but I hope you can help me.

    Thanks

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What have you tried?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    2
    Quote Originally Posted by laserlight View Post
    What have you tried?
    In the beginning I tried to define the lenght of the beam, loads and fixicity, degrees of freedom but but actually I couldn't make it.

    If someone has a file like this, maybe it can be reference for developing my homework.

    As a result, I just need a simple beam or frame analyses

  4. #4
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    If you're just looking to find reaction forces, you can set something up to create your set of linear equations and use ATLAS or some other linear algebra library to solve for the forces:

    Automatically Tuned Linear Algebra Software (ATLAS)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Animation not working....
    By aquinn in forum C Programming
    Replies: 7
    Last Post: 02-19-2005, 05:37 AM
  2. the effects of textures on my frame rate
    By DavidP in forum Game Programming
    Replies: 37
    Last Post: 10-03-2003, 11:24 AM

Tags for this Thread