Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stiffness Matrix Solution of Unkown Eqns.

Status
Not open for further replies.

Rednyx

Civil/Environmental
Feb 22, 2001
42
Well the situation is this: I am working on making a computer programme of Stiffness Matrix. I have actually made a complete programme of Continous beam, 2D trusses and am starting to work on frames. I followed the method described in "Matrix Analysis of Framed Structure" by Weaver and Gere. Made the Full Structural Matrix (irrespective of restrains), did the shuffling in order to cater the restrains, and then exrtacted the matrix ,from this reshuffled one ,reqired to calc Deformation and so on. The inverse was calculated by Gausians Elimination method.
I know there are other mothods like Cholskey modified sq. root method and skyline method to compute the unkowns. lets keep skyline aside for a moment.
I went through cholesky`s method. In the end i came across the chart comparing the number of processes invlove in Modified Cholesky Vs Compact Gaussian elimination and to my surpirse the total number of processes invloved were same. This means that both the processes are same, if they are measured in terms of no. of processes. Is it true? Actually ive been advised by a peer that i should revise my programme and base it on atleast Cholesky if not Skyline. According to him the process that ive followed is going to take a lot of time during processing large number of frames. Is there huge difference? Can you explain?
 
Replies continue below

Recommended for you

Hi, Rednyx

I am very interested in the work you describe.

A BASIC interpreter called MATHSERV (which runs in any word processor) has these commands: mattranspose(), matmult() and matinverse(), which are useful in solving continuous beams, 2D trusses, and frames.

Can we pursue this further by email?

Warmest regards, Helmut
engcomp@pbq.com.au
 
Hi Rednyx,
I am very much interested in the work you are doing. Actually even i have the ambition of doing such programs.i was thinking of writing a program on moment distribution for any sructure.please send me some details about how must i start.
bye varun
 
Dear Varun n engComp
its nice to hear ur interest in particular field.
Actually i have coded in VB for the inverse , transpose and stuff. and i did made excel sheet for Moment Dist (with limited facilities). Any help that i can be of ,in these fields, i am willing to do so.
I was hoping that some one will tell me about the pros of using Choleskey or Sky line over normal conventional method.

rednyx@hotmail.com
 
Hi Rednyx,
read ur email.thanks for replying.Right now i am in the final year of civil engineering and i do have matrix method of structural analysis as a subject for which i refer the book by Weaver and Gere.I know C and JAVA languages. I wanted to know which language would be suitable for moment distribution method.Also i am interested in the work u are doing.please send me the code of your programs that u have done so that I can learn the way I can approach my task.
Bye,
Varun
 
Albeit I have done limited FEM work in Mathcad I am not competent enough to help you. I suggest you posting this same question as well in the FEM forum that exists in this same site to gain further concurrence.
 
This question is already floating in FEM forum ..yet unanswered uptill now.
varun: my sugesstion for moment distribtion is that u make a sheet in Excel and generalize it to ur desire. You can make macros to cater spans,cycles, sway etc. it is very tidy the way excel present the calculated sheet. i wont suggest java as programming tool for eng calculation as its main aim is to improve the web base solutions. C is a very powerful language, but y make ur life complicated when you can do the same in Excel with much ease.
 
Dear Varun

The matrix method of structural analysis is fine.

The moment distribution method is from the old days when solving more than three simultaneous equations was a pain and a stepped approach was more convenient. Hardy Cross has our admiration but the method is as dead as the sliderule.

The days are gone now that matrix analysis is part of most computer programs.

Please have a look at MATHSERV and email your questions or solutions.

Regards, Helmut
engcomp@pbq.com.au
 
I agree with engcomp, whats all this trouble using excel to do moment distribution when you have matrix methods right at hand?! Moment distribution is good to know, don't get me wrong, but it is not what programs of today's genre are made of.

Incidentally, check out Bathe's Finite Element Method for more on the numerical methods used to facilitate the FEA solution.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor