SchmJo / terrainBlockMesher

Tools for OpenFOAM developed at Fraunhofer IWES in Oldenburg, Germany
27 stars 22 forks source link

Problem with attaching above point #4

Open djtschke opened 8 years ago

djtschke commented 8 years ago

Hello,

when I am running terrainBlockMesher i get the following error while generating the blockMeshDict most likely connected to the p_above value. I would really appreciate if somebody could help me out with that problem:

`TerrainManager: creating 1922 points, 900 blocks and 1860 edges TerrainManager: Cannot attach point SWL = (348863.5922 5684580.7942 3000) to STL.

TerrainManager: Error attaching points.

terminate called without an active exception Aborted (core dumped) `

best regards and thank you in advance!

Max

ghuang commented 7 years ago

Hi Max, I have met the same problem and my solution is to copy the real 'testLandscape.stl' located in ./terrainBlockMesher-master/iwesol/OF/OF-2.1.1/tutorials/utilities/mesh/terrainBlockMesher/testLandscape.stl to case_directory/constant/triSurface/ Hope it helps. Gang