Discussion Overview
The discussion revolves around methods for converting a quadrangle mesh to a triangle mesh in the context of computational fluid dynamics (CFD). Participants explore various approaches and considerations related to this conversion process.
Discussion Character
- Exploratory, Technical explanation, Debate/contested
Main Points Raised
- One participant describes their challenge in establishing a method for converting a quadrangle mesh to a triangle mesh and seeks assistance.
- Another participant requests clarification on the specific problem and the method the original poster is using.
- A third participant suggests a straightforward approach of dividing each quadrilateral into two triangles by drawing a diagonal, while noting that the choice of diagonal may affect the outcome if the quadrilaterals are curved.
- This same participant proposes an alternative method of finding the "center" of the quadrilateral and connecting it to the corners to create four triangles, indicating that the intended use of the triangle mesh may influence the choice of method.
- A later reply mentions the participant's intention to remesh their model and indicates they have written a short code for this purpose, but they are experiencing some difficulties.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the best method for converting the mesh, as multiple approaches are discussed and no definitive solution is agreed upon.
Contextual Notes
The discussion lacks specific details about the original method the first participant established and does not clarify the implications of using different diagonals in curved quadrilaterals.