Discussion Overview
The discussion revolves around the challenges faced by participants in completing an assignment related to calculating principal stress using three methods, one of which involves drawing Mohr's circle using C programming. The focus includes programming graphics and the specific implementation of Mohr's circle.
Discussion Character
- Homework-related, Technical explanation
Main Points Raised
- One participant expresses urgency in needing help to write a program for calculating principal stress and drawing Mohr's circle, indicating a lack of knowledge in graphics programming with C.
- Another participant suggests that there are many online tutorials available for C programming, implying that understanding the equations should facilitate the task.
- A different participant recommends using a graphics library, specifically mentioning SDL, as a potential solution for drawing graphics in C.
- A later post indicates that a participant is using OpenGL to draw the circle but is struggling with automatically adjusting the radius based on the formula, needing assistance to automate this process.
Areas of Agreement / Disagreement
There is no consensus on the best approach to draw Mohr's circle or automate the radius adjustment, as participants provide different suggestions and experiences without resolving the challenges presented.
Contextual Notes
Participants have not provided specific formulas or detailed steps for implementing the graphics, and there are unresolved issues regarding the integration of graphics libraries and the automation of parameters in the program.
Who May Find This Useful
Students or individuals working on assignments related to stress analysis in engineering, particularly those interested in programming graphics in C or using libraries like OpenGL or SDL.