|
[Sponsors] | |||||
[snappyHexMesh] Problem with rectangular holes |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
felipe ortega
Join Date: Sep 2019
Posts: 15
Rep Power: 8 ![]() |
Hello everyone.
I am working in a rectangular duct geometry. At the inlet, the duct has rectangular holes where the fluid pass through. Captura de pantalla de 2019-12-02 15-21-09.png I am stuggling with the mesh at the rectangular holes area. The rectangular figure get lost when i snap the mesh so i obtain a bad mesh there. Here i attach the results of the castellated mesh and the snaped mesh. Captura de pantalla de 2019-12-02 15-20-06.png CASTELLATED MESH Captura de pantalla de 2019-12-02 15-20-31.png SNAP MESH My snappyHexMeshDict is the following. Code:
castellatedMesh true;
snap true;
addLayers false;
geometry
{
walls.stl
{
type triSurfaceMesh;
name walls;
}
inlet.stl
{
type triSurfaceMesh;
name inlet;
}
castellatedMeshControls
{
maxLocalCells 100000;
maxGlobalCells 2000000;
minRefinementCells 10;
maxLoadUnbalance 0.10;
nCellsBetweenLevels 3;
features
(
{
file "walls.eMesh";
level 3;
}
refinementSurfaces
{
walls
{
level (3 3);
patchInfo
{
type wall;
inGroups (walls);
}
}
inlet
{
level (3 3);
patchInfo
{
type patch;
inGroups (inlet);
}
}
resolveFeatureAngle 30;
locationInMesh (4.0 2.0 0.5);
allowFreeStandingZoneFaces true;
snapControls
{
nSmoothPatch 10;
tolerance 1.0;
nSolveIter 100;
nRelaxIter 10;
// Feature snapping
nFeatureSnapIter 35;
implicitFeatureSnap false;
explicitFeatureSnap true;
multiRegionFeatureSnap false;
}
meshQualityControls
{
maxNonOrtho 90;
maxBoundarySkewness 20;
maxInternalSkewness 4;
maxConcave 80;
minVol -1e30;
minTetQuality 1e-30;
minArea -1;
minTwist 0.02;
minDeterminant 0.001;
minFaceWeight 0.02;
minVolRatio 0.01;
minTriangleTwist -1;
// Advanced
nSmoothScale 4;
errorReduction 0.75;
}
// Advanced
debug 0;
mergeTolerance 1e-6;
Last edited by flowwwww; December 9, 2019 at 13:11. |
|
|
|
|
|
![]() |
| Tags |
| meshing 3d, snappy hex mesh |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fluent Parallelization Problem After AC Power Dropped | pawl | Hardware | 5 | November 13, 2016 07:08 |
| [ICEM] Problem with meshing a rectangular channel | me_ano_123 | ANSYS Meshing & Geometry | 0 | November 2, 2015 02:22 |
| Sloshing Problem in Rectangular Baffled tanks | Prabodh | FLUENT | 1 | September 27, 2013 14:27 |
| Can I solve this problem by Fluent? | Kai_kc | FLUENT | 1 | October 27, 2010 06:29 |
| GAMBIT meshing problem | Gauthier Lambert | Main CFD Forum | 1 | August 3, 2000 10:22 |