CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

mesh problem with layers on symmetry plane and edges not aligned

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 21, 2023, 09:06
Default mesh problem with layers on symmetry plane and edges not aligned
  #1
New Member
 
Adam
Join Date: Nov 2023
Posts: 6
Rep Power: 2
AdamRM is on a distinguished road
Hello,

I use OpenFoam-2206, solver HiSA.

I want to perform 3D external supersonic simulations for symmetric geometry, I want to do it for 1/4 of the system (geometry and computational domain).

I set two patches as type "symmetryPlane;" but there were problem with layers on the end of computational domain - the layer disappears at the end of the computational domain. I changed patches from "symmetryPlane;" to "empty" and now layer is ok but I get this error with checkMesh:

Code:
Number of edges not aligned with or perpendicular to non-empty directions
Boundary in blockMesh file:

Code:
boundary
(
    
    sym1YZ
    {
        type empty; 
        faces
        (           
            (0 3 2 1) 
        );
    }
    
    
    sym2XZ
    {
        type empty;
        faces
        (           
            (0 1 5 4) 
        );
    }
Has someone any idea for solution with disappears layer or for above error?
AdamRM is offline   Reply With Quote

Reply

Tags
symmetryplane


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[snappyHexMesh] snappyHexMesh stuck when snap is turned on yukuns OpenFOAM Meshing & Mesh Conversion 3 February 2, 2021 13:05
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
Extra edges or curves appearing while displaying Mesh on a created 'Plane' vidyadhar FLUENT 2 April 25, 2018 09:19
[ICEM] surface mesh merging problem everest ANSYS Meshing & Geometry 44 April 14, 2016 06:41
[snappyHexMesh] Layers:problem with curvature giulio.topazio OpenFOAM Meshing & Mesh Conversion 10 August 22, 2012 09:03


All times are GMT -4. The time now is 03:17.