Skip to content

This repository will contain a program to perform a analysis of statically indeterminate structures.

License

Notifications You must be signed in to change notification settings

fit087/displacement_method_of_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Displacement Method of Analysis

This project will contain a C++ program to perform a analysis of statically indeterminate structures.

We have two distinct method of analysis for statically indeterminate structure depending upon how the above equations are satisfied:

  1. Force method of analysis (also known as flexibility method of analysis, method of consistent deformation, flexibility matrix method);
  2. Displacement method of analysis (also known as stiffness matrix method).

This program will implement the displacement method of analysis. In it, the primary unknowns are the displacements. In this method, first force-displacement relations are computed and subsequently equations are written satisfying the equilibrium conditions of the structure. After determining the unknown displacements, the other forces are calculated satisfying the compatibility conditions and force displacement relations. The displacement-based method is amenable to computer programming and hence the method is being widely used in the modern day structural analysis.

About

This repository will contain a program to perform a analysis of statically indeterminate structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages