jonkomperda / SimpleMAC

SimpleMAC is a marker and call method CFD (computational fluid dynamics) solver. It was originally developed for a graduate supercomputing course, and is now being released and updated for further use.
9 stars 0 forks source link

Complex Geometry mesh generator #1

Open jonkomperda opened 12 years ago

jonkomperda commented 12 years ago

Creation of a mesh generator written in python to create unstructured meshes readable in the SimpleMAC code

jonkomperda commented 12 years ago

Currently has issue with gaps in blocks

possible solution: check if element was previously part of another shape. If it was, then we are in business, if not, then it should be a gap.