Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Consider a three rod system as show in figure below. The end A of the rod is fix

ID: 1857641 • Letter: C

Question

Consider a three rod system as show in figure below. The end A of the rod is fixed for all degrees of freedom. The end B is assigned a tensile force. Approximate the rod system as a 1-Dimensional (1-D) model in Finite Element Analysis (FEA). Use a 3-element 4-node model, one element for each rod. Write a computer program (Matlab C++) to find the displacements of the nodes. (20) Analyze the rod system as a 3-D model in ANSYS ABAQUS. with the same similar number of elements as in 1.1. Find the nodal displacement contour plot. (10) Compare the nodal displacement results obtained using ANSYS .ABAQUS with the 1-D approximation found in 1.1.

Explanation / Answer

#include #include #include #include #include #include #include using namespace std; float doBreak (float, float); float doProbability (float, float); const int SENTINEL = 21; //sentinal value int main() { float break1; float break2; float side1; float side2; float side3; float count; float tests; float triangle; float probability; const int SENTINEL = 21; count = 1; srand (time (NULL)); cout > tests; if (tests != SENTINEL) { do { doBreak(break1, break2); count++; }while (count