Home /
Expert Answers /
Computer Science /
matlab-the-stress-intensity-factor-k-at-a-crack-in-a-beam-exposed-to-pure-bending-m-is-given-by-k-pa903
(Solved): MATLAB
The stress intensity factor K at a crack in a beam exposed to pure bending M is given by: K= ...
MATLAB
The stress intensity factor K at a crack in a beam exposed to pure bending M is given by: K=C??a? where ?=tb26M?,a is the crack leagth, b is the width, t is the thickness, and C is a parameter that depends on the geometry of the specimen and crack. For the case of pure bending, C=?tan???[cos?0.923+0.199(1?sin?)2?] where ?=a/b and ?=(??)/2 Write a program in a script file that calculates the stress intensity factor K. The program should read the values of M,b,t, and a from the BendingData. mat file attached to this assignment on Blackboard using the load command. The output should be in the form of a paragraph combining text and numbers, something like: "The stress intensity factor for a beam that is (b) m wide and ( t ) m thick with an edge crack of (a) m and an applied moment of (M) N-m is (K)." where (K) stands for the calculated value of K, and (b), ( () , (a), and (M) stand for the loaded values of b,t,a, and M, respectively.