-
3rd BC
What is the best way to automatically import (from map) reference heads for 3rd kind boundary condition? It seems that the parameter association doesn't support this. -
Re: Triangle mesh generation?
I know my line elements in the super mesh are forcing Triangle to produce very very small elements (almost unrealistic elements). What is the best possible way to represent the line features so that small elements will not be created? -
Triangle mesh generation?
I was generating mesh using Triangle mesh generator. The supermesh consist of point, line and polygon elements. The log of the working message shows me that the smallest area of the element is in the order of 10^-10 m^2. I could also see triangles with very small distances. Is it a problem to have nodes very close to each other for a large scale model?
I tried to increase the refinement for the point, line and polygons using the Target element size in the order of 100 m and with steep gradation (=1). I also tried to limit the number of total elements in the order of 20,000. All these couldn't help me to avoid very small areas and very close nodes. How to increase the area of the smallest triangles in Triangle generator? Any idea appreciated?