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

[blockMesh] Problem with mesh generation

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 27, 2013, 07:19
Default Problem with mesh generation
  #1
New Member
 
Silvia
Join Date: Oct 2013
Posts: 1
Rep Power: 0
Silvy is on a distinguished road
Dear all ,
I am very inexperienced in OpenFOAM ,so I apologize if my question is too trivial.
I have a problem with the generation of my mesh. Using blockMeshDict I ​​have created a box with inside a cylinder. I set the boundary conditions (inlet , outlet , simmetry , AMIinside and AMIoutside ) .
By snappyHexMeshDict then I put in the cylinder the stl geometry of a turbine .
But when I run snappyHexMesh in ParaView I can only see one geometry, or the cylinder with the turbine on the inside, or the box without the cylinder inside of it .
I can see only one or the cylinder or box depending on the point I took in locationInMesh. If I take a point out of the cylinder in ParaView I will only see the box without the cylinder. if I take a point inside the cylinder in ParaView I will see only the cylinder with the mesh of the turbine on the inside.
it seems that the two geometries are not linked . But if I build a single geometry so that the box and the cylinder have coincident vertices, I can no longer difinite AMI between the two geometries .
I also took a look at the tutorials as propeller and questions in the forum but I can not find a solution to my problem : connect the two geometries in blockMesh keeping the AMI as a boundary condition between the two .

Below is my file blockMeshDict.
Thank you very much for your help.

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices
(
(-10 11 -10) //0
(10 11 -10) //1
(10 11 10) //2
(-10 11 10) //3
(-10 -11 -10) //4
(10 -11 -10) //5
(10 -11 10) //6
(-10 -11 10) //7
(-17.6776695296636881100211 11 -17.6776695296636881100211) //8
(17.6776695296636881100211 11 -17.6776695296636881100211) //9
(17.6776695296636881100211 11 17.6776695296636881100211) //10
(-17.6776695296636881100211 11 17.6776695296636881100211) //11
(-17.6776695296636881100211 -11 -17.6776695296636881100211) //12
(17.6776695296636881100211 -11 -17.6776695296636881100211) //13
(17.6776695296636881100211 -11 17.6776695296636881100211) //14
(-17.6776695296636881100211 -11 17.6776695296636881100211) //15

(-17.6776695296636881100211 11 -17.6776695296636881100211) //16
(17.6776695296636881100211 11 -17.6776695296636881100211) //17
(17.6776695296636881100211 11 17.6776695296636881100211) //18
(-17.6776695296636881100211 11 17.6776695296636881100211) //19
(-17.6776695296636881100211 -11 -17.6776695296636881100211) //20
(17.6776695296636881100211 -11 -17.6776695296636881100211) //21
(17.6776695296636881100211 -11 17.6776695296636881100211) //22
(-17.6776695296636881100211 -11 17.6776695296636881100211) //23
(-75 11 -75) //24
(75 11 -75) //25
(75 11 75) //26
(-75 11 75) //27
(-75 -11 -75) //28
(75 -11 -75) //29
(75 -11 75) //30
(-75 -11 75) //31

);

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

);

edges
(
arc 9 10 (-17.6776695296636881100211 11 17.6776695296636881100211)
arc 13 14 (-17.6776695296636881100211 -11 17.6776695296636881100211)
arc 11 8 (17.6776695296636881100211 11 -17.6776695296636881100211)
arc 15 12 (17.6776695296636881100211 -11 -17.6776695296636881100211)
arc 9 8 (-17.6776695296636881100211 11 17.6776695296636881100211)
arc 13 12 (-17.6776695296636881100211 -11 17.6776695296636881100211)
arc 11 10 (17.6776695296636881100211 11 -17.6776695296636881100211)
arc 15 14 (17.6776695296636881100211 -11 -17.6776695296636881100211)
arc 17 18 (-17.6776695296636881100211 11 17.6776695296636881100211)
arc 21 22 (-17.6776695296636881100211 -11 17.6776695296636881100211)
arc 19 16 (17.6776695296636881100211 11 -17.6776695296636881100211)
arc 23 20 (17.6776695296636881100211 -11 -17.6776695296636881100211)
arc 17 16 (-17.6776695296636881100211 11 17.6776695296636881100211)
arc 21 20 (-17.6776695296636881100211 -11 17.6776695296636881100211)
arc 19 18 (17.6776695296636881100211 11 -17.6776695296636881100211)
arc 23 22 (17.6776695296636881100211 -11 -17.6776695296636881100211)
);



boundary
(
inlet
{
type patch;
faces
(
(27 24 28 31)
);
}
outlet
{
type patch;
faces
(
(26 25 29 30)
);
}
symmetry
{
type symmetryPlane;
faces
(
(0 1 2 3)
(1 9 10 2)
(11 10 2 3)
(8 9 1 0)
(0 3 11 8)
(4 5 6 7)
(5 13 14 6)
(15 14 6 7)
(12 13 5 4)
(4 7 15 12)

(17 25 26 18)
(21 29 30 22)
(26 27 19 18)
(30 31 23 22)
(24 25 17 16)
(28 29 21 20)
(16 19 27 24)
(20 23 31 28)
(27 26 30 31)
(24 25 29 28)
);
}

AMIinside
{
type cyclicAMI;
neighbourPatch AMIoutside;
faces
(
(9 13 14 10)
(11 10 14 15)
(11 8 12 15)
(8 9 13 12)
);
}

AMIoutside
{
type cyclicAMI;
neighbourPatch AMIinside;
faces
(
(17 21 22 18)
(19 18 22 23)
(19 16 20 23)
(16 17 21 20)

);
}

);
Silvy is offline   Reply With Quote

Old   March 28, 2015, 00:33
Default have you sorted your issue?
  #2
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Hi,

have you sorted your issue? I am a beginner too, and I have a simple question that I hope you can answer, as I see since 2013 you use OpenFOAM.

I want to see my mesh on ParaView having only the blockMeshDict files as well the files generated by blockMesh command (points, faces, etc..). I do not have at the moment the solution files like fvSchemes, fvSolution, controlDict, etc.


Thanks a lot.

Regards, Lisandro
Lisandro Maders is offline   Reply With Quote

Old   March 28, 2015, 06:33
Default
  #3
Member
 
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11
alexB is on a distinguished road
Hi Lisandro,

you can copy the necessary files from tutorial cases...
Just adapt them for your case afterwards.

regards
Alex
alexB is offline   Reply With Quote

Old   March 31, 2015, 19:29
Default
  #4
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Quote:
Originally Posted by alexB View Post
Hi Lisandro,

you can copy the necessary files from tutorial cases...
Just adapt them for your case afterwards.

regards
Alex
Yes but the thing is, I would need to adjust all the patches of the other case files to match ith the patches of my mesh.... If I need to do this everytime I want to create a mesh and verify it, it loses all the sense of creating the mesh and check it in the beginning..


Thanks for your reply..

Lisandro
Lisandro Maders is offline   Reply With Quote

Old   April 1, 2015, 16:03
Default
  #5
Member
 
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11
alexB is on a distinguished road
you just need the controldict, fvSchemes and fvSolution files for blockmesh.
You don't have to run the solver.

they are without any references to patches in the tutorial cases i saw.

regards Alex
alexB is offline   Reply With Quote

Old   June 10, 2015, 08:59
Default Problem with mesh generation
  #6
New Member
 
Gizela
Join Date: May 2015
Posts: 11
Rep Power: 10
Gizazu is on a distinguished road
Hi. Iḿ new to OpenFoam, and i hope i can find support here with your help.

I´m trying to create a channel with a pier inside of it, I want the pier to be an obstacle. I wrote the blockMeshDict and then when i was running blockmesh, an error returned (see image)

Attached there is the blockMeshDict file.

Help me please, i want to know what i did wrong? or what is missing?

Regards
Attached Images
File Type: jpg Captura de ecrã de 2015-06-10 14:41:38.jpg (50.3 KB, 22 views)
Attached Files
File Type: pdf blockMeshDict.pdf (18.9 KB, 23 views)
Gizazu is offline   Reply With Quote

Old   June 10, 2015, 17:49
Default
  #7
Member
 
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11
alexB is on a distinguished road
Hi Gizela,

after starring a while at your blockmeshdict, I solved your problem.

You made one error in reasoning... If you want to simulate the flow around an obstacle, you haven't to mesh the obstacle itself.

Just remove your last block and look at your mesh with paraView etc.

You will realize your error.

regards
Alex
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
alexB is offline   Reply With Quote

Old   June 11, 2015, 04:49
Default
  #8
New Member
 
Gizela
Join Date: May 2015
Posts: 11
Rep Power: 10
Gizazu is on a distinguished road
Quote:
Originally Posted by alexB View Post
Hi Gizela,

after starring a while at your blockmeshdict, I solved your problem.

You made one error in reasoning... If you want to simulate the flow around an obstacle, you haven't to mesh the obstacle itself.

Just remove your last block and look at your mesh with paraView etc.

You will realize your error.

regards
Alex
Hi Alex,

Thank you, it worked and i already have my channel with a pier.

I have a doubt:
The scope of my thesis is to study the development of the cavity of erosion around the pier.
Now that i have the channel mesh, i want to know what solver can I use to simulate that and how can I represent and consider sediment transportation in OpenFoam?

Is it right to use the pisoFoam solver to study the pressure and velocity around the pier (taking the bed as a dynamic/moving wall - to analyze the bed deformation)?

Regards
Gizela
Gizazu is offline   Reply With Quote

Old   June 11, 2015, 16:45
Default
  #9
Member
 
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11
alexB is on a distinguished road
Hi Gizela,

I am glad that it was just this little prob with your mesh.

And I must say, that I am not into your other issue.

But one suggestion:
Better post in another subforum (solvers etc. ), there you will get quick better help.

regards
Alex
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
alexB is offline   Reply With Quote

Old   June 12, 2015, 08:11
Default
  #10
New Member
 
Gizela
Join Date: May 2015
Posts: 11
Rep Power: 10
Gizazu is on a distinguished road
Thank you Alex.

I´ḿ going to do that.

Regards
Gizazu is offline   Reply With Quote

Old   July 12, 2015, 04:05
Default propller domain meshing with ansys meshing
  #11
New Member
 
Join Date: Jun 2015
Posts: 29
Rep Power: 10
sohrabmajd is on a distinguished road
hi 2 all
I'm new user of ansys that want to use ansys cfx for a ducted propeller.
i can't mesh my model as good as that my solver give me best results.
how can i mesh my model with boundary layers that have fine meshes near propeller and duct and meshes grow slowly linearly with distance from the duct?
I work with ansys workbench and fluid flow(CFX).
thanks
sohrabmajd is offline   Reply With Quote

Old   July 12, 2015, 06:36
Default
  #12
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Quote:
Originally Posted by alexB View Post
you just need the controldict, fvSchemes and fvSolution files for blockmesh.
You don't have to run the solver.

they are without any references to patches in the tutorial cases i saw.

regards Alex

I forgot to give you a feedback. I was missing the fv* files.. Once I put them in their respective folders I could see it! Thank you!

Lisandro
Lisandro Maders is offline   Reply With Quote

Old   July 12, 2015, 16:10
Default
  #13
Member
 
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11
alexB is on a distinguished road
Quote:
Originally Posted by sohrabmajd View Post
hi 2 all
I'm new user of ansys that want to use ansys cfx for a ducted propeller.
i can't mesh my model as good as that my solver give me best results.
how can i mesh my model with boundary layers that have fine meshes near propeller and duct and meshes grow slowly linearly with distance from the duct?
I work with ansys workbench and fluid flow(CFX).
thanks
wrong subforum you are in the OpenFOAM-subforum... with OpenFOAM I would recommend snappyHexMesh to you.

regards
Alex
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
alexB is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[ICEM] Problem making structured mesh on a surface froztbear ANSYS Meshing & Geometry 4 November 10, 2011 08:52
[ICEM] Problem making structural mesh on a surface froztbear ANSYS Meshing & Geometry 1 November 10, 2011 08:52
Problem with mesh generation Nestor FLUENT 3 November 1, 2006 02:54
Mesh generation problem Lam FLUENT 2 December 25, 2003 12:37
Latest news in mesh generation Robert Schneiders Main CFD Forum 0 March 2, 1999 04:07


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