How to find max bending moment Mz caused by a moving load in staad pro
How to find max bending moment Mz caused by a moving load in staad pro
(OP)
I am just a beginner in staad pro.
After applying a moving load on a beam, I want to find exact the position on that beam which has maximum bending moment Mz caused by that moving load. (If I go to post-analysis, the beam is divided into 12 sections and I can only find position of max bending moment among those sections, not the exact one).
Any of your advice will be very much appreciated.
Thank you
After applying a moving load on a beam, I want to find exact the position on that beam which has maximum bending moment Mz caused by that moving load. (If I go to post-analysis, the beam is divided into 12 sections and I can only find position of max bending moment among those sections, not the exact one).
Any of your advice will be very much appreciated.
Thank you





RE: How to find max bending moment Mz caused by a moving load in staad pro
Also, with moving loads, how often did you increment the load position? This could also affect finding max moments. I usually do moving loads incremented to 1 foot intervals.
RE: How to find max bending moment Mz caused by a moving load in staad pro
I have followed your instruction above. But I could not force staad to use my custom-defined sections. Can you please have a brief look at the commands below and tell me what was not correct (this is just a test problem, the force and sections were selected arbitrarily, it has no meaning in realty).
----------------------------------
STAAD PLANE
START JOB INFORMATION
ENGINEER DATE 01-Jul-09
END JOB INFORMATION
INPUT WIDTH 79
UNIT FEET KIP
JOINT COORDINATES
1 0 0 0; 2 8 0 0;
MEMBER INCIDENCES
1 1 2;
DEFINE MATERIAL START
ISOTROPIC STEEL
E 4.176e+006
POISSON 0.3
DENSITY 0.489024
ALPHA 6.5e-006
DAMP 0.03
END DEFINE MATERIAL
MEMBER PROPERTY AMERICAN
1 TABLE ST W5X16
CONSTANTS
MATERIAL STEEL ALL
SUPPORTS
1 2 PINNED
DEFINE MOVING LOAD
TYPE 1 LOAD 1 1
DIST 2
LOAD GENERATION 7
TYPE 1 0 0 0 XINC 1
PERFORM ANALYSIS
PRINT SECTION DISPL LIST 1
SECTION 0 0.1 0.2 0.3 1 ALL
SECTION 0 0.4 0.5 0.6 1 ALL
SECTION 0 0.7 0.8 0.9 1 ALL
PARAMETER 1
CODE AISC
BEAM 0 ALL
PRINT SECTION DISPL LIST 1
FINISH
----------------------------------
Thank you
RE: How to find max bending moment Mz caused by a moving load in staad pro
That said, in order to see the forces at your custom sections, you need to add a "print section force" command to your input file. Then you will see the forces at your specific sections in the output file.
Otherwise, if you are just looking to see max shear and max moment, and/or shear/moment diagrams along the length of teh beam, there are several ways to do this. In post processing, you can go to the Beams:Graphs tab, and then see the shear, moment, and axial load distribution along hte length of the selected member. It will then tell you the location of max value in the graph.
You could also go to the Beams:Forces tab, and see this info in tabular format.
And if you add a load envelope (or multiple envelopes), you can see the same results for the envelope on the graphs.
I attached a couple files showing screen shots on the graphs, and envelope screen.
RE: How to find max bending moment Mz caused by a moving load in staad pro
RE: How to find max bending moment Mz caused by a moving load in staad pro
Also, here is your input file with the extra bits i added for a load envelope and print forces. Hope this helps some.
STAAD PLANE
START JOB INFORMATION
ENGINEER DATE 01-Jul-09
END JOB INFORMATION
INPUT WIDTH 79
UNIT FEET KIP
JOINT COORDINATES
1 0 0 0; 2 8 0 0;
MEMBER INCIDENCES
1 1 2;
DEFINE MATERIAL START
ISOTROPIC STEEL
E 4.176e+006
POISSON 0.3
DENSITY 0.489024
ALPHA 6.5e-006
DAMP 0.03
END DEFINE MATERIAL
MEMBER PROPERTY AMERICAN
1 TABLE ST W5X16
CONSTANTS
MATERIAL STEEL ALL
SUPPORTS
1 2 PINNED
DEFINE MOVING LOAD
TYPE 1 LOAD 1 1
DIST 2
LOAD GENERATION 7
TYPE 1 0 0 0 XINC 1
PERFORM ANALYSIS
DEFINE ENVELOP
1 TO 7 ENVELOP 1
END DEFINE ENVELOP
PRINT SECTION DISPL LIST 1
SECTION 0 0.1 0.2 0.3 1 ALL
SECTION 0 0.4 0.5 0.6 1 ALL
SECTION 0 0.7 0.8 0.9 1 ALL
PARAMETER 1
CODE AISC
BEAM 0 ALL
PRINT SECTION DISPL LIST 1
PRINT SECTION FORCES
FINISH
RE: How to find max bending moment Mz caused by a moving load in staad pro