Fortran Mesh 2d of a complex geometry with FORTRAN

AI Thread Summary
The discussion centers on creating a structured triangular mesh in 2D for a complex geometry using Fortran. The original poster seeks assistance but provides limited details about their requirements. Respondents emphasize the need for a clear specification of the task, including the input data and expected output, which is the coordinates of the nodal points of the mesh. They suggest that the poster clarify whether this project is for learning purposes or practical application. Additionally, references to existing programs and resources for mesh generation and triangulation are mentioned, indicating that the poster may benefit from exploring these materials to better understand the task at hand. The conversation highlights the importance of detailed communication when seeking help in programming and computational tasks.
mariem.makh
Messages
5
Reaction score
0
I neet to do a structured triangular mesh 2D of a complex geometry with FORTRAN
Can someone help me!
 
Last edited:
Technology news on Phys.org
Welcome to Physics Forums mariem.makh. Please review the forums Terms and Rules. All posts must be in English.
 
Borg said:
Welcome to Physics Forums mariem.makh. Please review the forums Terms and Rules. All posts must be in English.
ok thank you :) I fixed it
 
mariem.makh said:
I neet to do a structured triangular mesh 2D of a complex geometry with FORTRAN
Can someone help me!
You're going to have to explain a lot more about what you want to do.
 
SteamKing said:
You're going to have to explain a lot more about what you want to do.
ok, I have to do a mesh 2d for a specific geometry with Fortran, have you any reference or cite can help me to do that
 
mariem.makh said:
ok, I have to do a mesh 2d for a specific geometry with Fortran, have you any reference or cite can help me to do that
It's still not clear what your task is.

Are you trying to write a Fortran program to generate a 2-D mesh? What sort of starting information would you be working with? What sort of output are you looking for, in addition to the coordinates of the nodal points of the mesh?

As a general rule, when writing a computer program, regardless of the language used, it is always a good idea to

1. Formulate a clear and detailed specification for what tasks the program is intended to accomplish
2. List the input information which the user will be expected to furnish
3. Describe the output results expected.
 
I presume this has been done before, for example, take a look at this page listing many kinds of program; entry 693, for example, sounds like the kind of thing you are looking for, then entries starting at item 769 regarding triangulation...

The above references may be too much for you...you request is so vague it tends to reveal quite a bit of inexperience.

Are you supposed to implement this program for the purpose of learning? Or are you supposed to just get it done for whatever purpose?
 
thank you for your answers, I work with the method control volume finite element method and I need to do with fortran the mesh 2d to specific geometry, (I found the mesh for on ordinary geometry, but not a complex geometry)
so the output that I need is the coordinates of the nodal points of the mesh
 

Similar threads

Replies
9
Views
3K
Replies
14
Views
5K
Replies
4
Views
2K
Replies
17
Views
6K
Replies
6
Views
3K
Replies
3
Views
2K
Replies
6
Views
2K
Back
Top