CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[blockMesh] merging mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By wyldckat
  • 1 Post By wyldckat
  • 1 Post By wyldckat

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 15, 2018, 15:50
Default merging mesh
  #1
New Member
 
Cham Yang Han
Join Date: Dec 2018
Posts: 14
Rep Power: 7
cfd1609496 is on a distinguished road
doing a structure of "T", i made 4 blocks and with mergepatchPairs done, there is still error exist. The following is my blockMeshdict:
Code:
 /*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  6
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.1;

vertices
(
    (1 0 0)
    (2 0 0)
    (2 1 0)
    (1 1 0)
    (1 0 0.1)
    (2 0 0.1)
    (2 1 0.1)
    (1 1 0.1)

    (0 1 0)
    (1 1 0)
    (1 2 0)
    (0 2 0)
    (0 1 0.1)
    (1 1 0.1)
    (1 2 0.1)
    (0 2 0.1)

    (1 1 0)
    (2 1 0)
    (2 2 0)
    (1 2 0)
    (1 1 0.1)
    (2 1 0.1)
    (2 2 0.1)
    (1 2 0.1)
    (2 1 0)
    (3 1 0)
    (3 2 0)
    (2 2 0)
    (2 1 0.1)
    (3 1 0.1)
    (3 2 0.1)
    (2 2 0.1)

);

blocks
(
    hex (0 1 2 3 4 5 6 7) (10 10 1) simpleGrading (1 1 1)
    hex (8 9 10 11 12 13 14 15) (10 10 1) simpleGrading (1 1 1)
    hex (16 17 18 19 20 21 22 23) (10 10 1) simpleGrading (1 1 1)
    hex (24 25 26 27 28 29 30 31) (10 10 1) simpleGrading (1 1 1)

);


edges
(
);

patches
(

patch i1

(
(3 7 6 2)
)

patch i2

(
(16 20 21 17)
)


patch i3

(
(9 13 14 10)
)


patch i4

(
(19 23 20 16)
)

patch i5

(
(18 22 21 17)
)


patch i6

(
(27 31 28 24)
)


);

mergePatchPairs
(
(i1 i2)
(i3 i4)
(i5 i6)
);

// ************************************************************************* //
And the outcome after "Creating merge patch pairs

Code:
Adding point and face zones
Creating attachPolyTopoChanger"
was:
--> FOAM FATAL ERROR:
Face 730 reduced to less than 3 points.  Topological/cutting error B.
Old face: 2(484 605) new face: 2(252 373)

    From function void Foam::slidingInterface::coupleInterface(Foam::polyTopoChange&) const
    in file slidingInterface/coupleSlidingInterface.C at line 1768.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::error::abort() at ??:?
#2  Foam::slidingInterface::coupleInterface(Foam::polyTopoChange&) const at ??:?
#3  Foam::slidingInterface::setRefinement(Foam::polyTopoChange&) const at ??:?
#4  Foam::polyTopoChanger::topoChangeRequest() const at ??:?
#5  Foam::polyTopoChanger::changeMesh(bool, bool, bool, bool) at ??:?
#6  Foam::attachPolyTopoChanger::attach(bool) at ??:?
#7  ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/blockMesh"
#8  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#9  ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/blockMesh"
Aborted (core dumped)
Is there a need to use stitchMesh or any other things i should look out?
Thanks and appreciate your time.

Sincerely,
yh

Last edited by wyldckat; December 30, 2018 at 13:59. Reason: Added [CODE][/CODE] markers
cfd1609496 is offline   Reply With Quote

 


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] Add Mesh Layers doesnt work on the whole surface Kryo OpenFOAM Meshing & Mesh Conversion 13 February 17, 2022 07:34
[snappyHexMesh] Creating multiple multiple cell zones with snappyHexMesh - a newbie in deep water! divergence OpenFOAM Meshing & Mesh Conversion 0 January 23, 2019 04:17
[snappyHexMesh] SnappyHexMesh no layers and no decent mesh for complex geometry pizzaspinate OpenFOAM Meshing & Mesh Conversion 1 February 25, 2015 07:05
[ICEM] Generating Mesh for STL Car in Windtunnel Simulation tommymoose ANSYS Meshing & Geometry 48 April 15, 2013 04:24
[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 09:08.