|
原帖由 david_liugc 于 2007-4-24 22:57 发表
ERROR: Tg-Mesh-Domain failed with error code 1
This error tells you that, Gambit is not able togenerate volume mesh in the domain as it is not able to generate tetcells in certain part of the domain. This means that with the giveninputs (for volume meshing) the tet mesh algorithm fails to generatethe volume mesh. The reason for this can be anything from thefollowing:-
1. High Skewness of the surface mesh:- This can be checked bychecking surface mesh quality. Then correct the region where the highlyskewed elements are present.
2. Inappropriate volume mesh size specification:- Some times byreducing the volume mesh size specification, we are able to avoid theerror.
3. Coarse mesh near the small gap:- If the gap between the two faces isvery small and the surface mesh on these two faces is course ascompared to the gap, GAMBIT is not able to create elements in this gap.
4. If surface mesh contains quad elements and one is trying to generatetet mesh in the domain, many times, GAMBITs tet meshing algorithm failsto generate a pyramid cell near the surface, sue to the size variationproblem. This can be rectified by changing some default values inEdit-->Defaults panel:- The values to change are:- Go to MESH-->TETMESH and change the value for the field PYRAMID_OFFSET_DISTANCE tosome value (say :- 0.8 or 0.5 or any other value which helps)
Please let us know if this resolve your problem.
以上来自university.fluent.com的回复 |
|