CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   cfMesh non-straight vertical line from top to bottom (https://www.cfd-online.com/Forums/openfoam-pre-processing/252968-cfmesh-non-straight-vertical-line-top-bottom.html)

ALN November 16, 2023 05:59

cfMesh non-straight vertical line from top to bottom
 
1 Attachment(s)
Hi,



I do not understand why cfMesh creates such a mesh (see mesh.jpg file). Why vertical lines are not straight from top to bottom ? How to fix it ?



In meshDict, I have :

Code:

surfaceFile "bathywithbox.stl";
keepCellsIntersectionBoundary 1;
keepCellsIntersectionPatches 1;
checkForGluedMesh 1;
maxCellSize 500;


objectRefinements
{

    waterbox 
 {
      cellSize 50;
      type box ;
      centre (720000 7590000 0);
      lengthX 100000;
      lengthY 100000;
      lengthZ 500;
}

}


Thanks !


All times are GMT -4. The time now is 05:51.