I’m new, I’ve looked at all these mesh generators and I don’t like too many options, but I’ll make do with simple geometry and would like the following
Is it possible to import a mesh from a CSV file?
I will suggest a file line format option
N ,X,Y,(Z), Nnb0, Nnb1, Nnb2, Nnb3…
Where
N - node number
Coordinates X,Y,(Z)
NnbM - numbers of neighboring nodes M
No, this is not possible. Why do you need a new file format? There are so many already existing formats that you can use. PrePoMax mostly supports .inp format and .unv format. Vol format of the Netgen is also supported.
2 Likes