|
[Sponsors] |
April 25, 2012, 04:44 |
|
#61 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Dear all,
I have uploaded on our website page dedicated to OpenFOAM applications some pictures and movies done using pimpleDyMFoam and AMI capabilities. http://www.cfse.ch/cfse/site/openfoam.php Regards, Stephane. |
|
April 25, 2012, 04:47 |
|
#62 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Thank you for this i am stuck from past few weeks, rotating a cube in regular domain.
Link here: http://www.cfd-online.com/Forums/ope...tml#post356808 Now, will take a break and see, what you have suggested.
__________________
________________________________________ Regards, CFDkid It never gets easier You just get Better |
|
April 25, 2012, 04:52 |
|
#63 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Hi CFDkid,
I have reproduced exactly the propeller tutorial: ~/OpenFOAM-2.1.x/tutorials/incompressible/pimpleDyMFoam/propeller/ Using blockMesh and snappyHexMesh my case blows. Using ICEM Hexa for generating the grid the case runs fine. Regards, Stephane. |
|
April 25, 2012, 04:58 |
|
#64 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Good man.
For me ICEM not available. So need to work around sHM or Solome. Have look at my case in spare time. ( link is in my previous post)
__________________
________________________________________ Regards, CFDkid It never gets easier You just get Better |
|
April 25, 2012, 11:16 |
|
#65 | |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Quote:
Really like that you have shared your endeavors :-)
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
||
April 25, 2012, 23:35 |
|
#66 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
hi Stephane
I am sorry for my question, but i have no idea about it. This question is also about mesh generation. I have used ICEMCFD to generate mesh with 2 fluid parts and 1 interface between rotoring and moving parts. I have convert the mesh with fluent3DMeshToFoam. The mesh only has ONE FACE (interface mentioned above) patch in AMI1. How can i acquire another face to patch in AMI2. Thanks.. Regards, he |
|
April 26, 2012, 03:08 |
|
#67 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Hi,
With ICEM Hexa I have ONLY one fluid part. Export in V6 fluent format. Then use the fluent3DMeshToFoam command to convert the mesh. Try to follow exactly the propeller tutorial. Keep the same names (boundaries, zones, ...). Use the topoSet command to generate face/cell sets and zones (like in the tutorial). Regards, Stephane. |
|
April 26, 2012, 06:00 |
|
#68 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
Hello Stephane.
How to obtain the ID of startFace in changeDictionaryDict file in propeller tutorial Regards, liping |
|
April 26, 2012, 06:18 |
|
#69 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
(1) Open your constant/polyMesh/boundary file.
(2) Compute nFaces + startFace of your last boundary. (3) Open your changeDictionaryDict file. (4) startFace (for AMI1 and AMI2) = result computed in (2) Regards, Stephane. |
|
April 27, 2012, 07:58 |
|
#70 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
Hi Stephane.
Thanks for your help. For now, following the propeller tutorial I can genarate the AMI1 and AMI2 faces. but the faces are coarse and toothed. look at the picture attached. I have no idea about this issue... Thanks in advance, liping |
|
April 27, 2012, 08:16 |
|
#71 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Hi,
no pictures attached. Stephane. |
|
April 27, 2012, 23:16 |
|
#72 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
HI, Stephane
SORRY..HERE IS THE PICTURE |
|
April 28, 2012, 06:22 |
|
#73 |
Senior Member
|
Are you looking at the correct time step?
|
|
April 30, 2012, 03:25 |
|
#74 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Hi he,
The grid doesn't seem to be generated using ICEM Hexa ! You will have problems at the interface between the rotating and the static domains. Your interface has to be smooth (circle). See the picture. The pink line is the interface between the rotating and the static parts. Regards, Stephane. |
|
May 1, 2012, 21:47 |
|
#75 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
Hi Stephane, lovercraft22
Thanks for your reply. I have know the reason why the AMI1/2 faces show coarse and toothed. 1, the mesh is not generated using circular grid. 2, I should have retained the interface (the AMI1/2 face ) when I created mesh. The createAMIFaces.topoSetDict file can not split grid. It only can create AMI1/2 faces on the basis of original mesh we generated. Regards, he |
|
May 2, 2012, 06:56 |
|
#76 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Hi stephane,
Does OpenFOAM-210 and OpenFOAM-21x make any difference for implementing AMI feature? I meant is there any advantage or improvement .
__________________
________________________________________ Regards, CFDkid It never gets easier You just get Better |
|
May 2, 2012, 07:07 |
|
#77 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
I use OpenFOAM latest git version (OF-2.1.x).
AMI is implemented in OF-2.1.x. See ~/OpenFOAM-2.1.x/tutorials/incompressible/pimpleDyMFoam/propeller tutorial. Stephane. |
|
May 3, 2012, 01:51 |
|
#78 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Stephane,
Thanks, so that means if we intend to implement AMI, OpenFOAM-21X has to be used. Actually, while i try to model a problem using AMI in OpenFOAM-210, it throws error. It could be because of my less understanding of it too. But could the version 210 instead of 21x be the culprit too?
__________________
________________________________________ Regards, CFDkid It never gets easier You just get Better |
|
May 3, 2012, 03:12 |
|
#79 |
Senior Member
stephane sanchi
Join Date: Mar 2009
Posts: 314
Rep Power: 18 |
Hi,
AMI is already implemented in OF-2.1.x. My case crashes too, except when I use ICEM (fully structured grid) for grid generation. Regards, Stephane. |
|
May 3, 2012, 04:05 |
|
#80 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Ok Stephane thanks.
Going to upgrade OF210 to OF21x. Hope to see some improvement.
__________________
________________________________________ Regards, CFDkid It never gets easier You just get Better |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
Is this problem well posed? | Thomas P. Abraham | Main CFD Forum | 5 | September 8, 1999 15:52 |