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

Problem with rotating impeller

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 11, 2005, 11:45
Default hello, i need a help how can
  #1
New Member
 
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17
brahim is on a distinguished road
hello,
i need a help how can we use Openfoam for creating a rotating object onto an axis. for example, an impeller into a reactor in 3d.
thanks.
brahim is offline   Reply With Quote

Old   October 11, 2005, 15:16
Default If you have the CAD model, you
  #2
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
If you have the CAD model, you can mesh it using a mesher and then import it into OpenFOAM. OpenFOAM can read several formats. Take a look at:

http://www.opencfd.co.uk/openfoam/doc/userse9.html
billy is offline   Reply With Quote

Old   October 12, 2005, 03:55
Default The mixer2D tutorial has slidi
  #3
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
The mixer2D tutorial has sliding (rotating) meshes if that is what you want.
mattijs is offline   Reply With Quote

Old   October 12, 2005, 09:29
Default thank you , I looked at the ca
  #4
New Member
 
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17
brahim is on a distinguished road
thank you , I looked at the case of mixer2D but I wanted to make turn an impeller created by Gambit in 3d and I ask if possible to modify the code of mixer2D which is valid only for one grid 2d, and if you have some remarks!.
thanks again.
brahim is offline   Reply With Quote

Old   October 26, 2005, 11:36
Default hello, I imported an object
  #5
New Member
 
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17
brahim is on a distinguished road
hello,
I imported an object extension .msh from gambit and I wanted to turn it by OpenFoam,and by using the sliding mesh to turn the object on an axis of rotation a problem occurred initially :FOAM FATAL ERROR : Not all zones and patches needed in the definition have been found. Please check your mesh definition.
after,i changed the notation and I used those of the code src/topoFvMesh/mixerFvMesh/mixerFvMesh.C and here the problem:
-> FOAM FATAL ERROR : Bad points.

From function void plane::calcPntAndVec
(
const point&,
const point&,
const point&
)
i thank you four helping me.
brahim is offline   Reply With Quote

Old   October 26, 2005, 13:49
Default That error occurs because the
  #6
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
That error occurs because the code is trying to creat an illegal plane, i.e. all the points passed to the plane constructor lie in a straight line.

Not sure how or why this happens in mixerFvMesh.C
My guess is it is a tolerance issue.

The best way to fix it would be to check for this condition before constructing a plane (or building the check into the plane constructor) and having some exception handling. To find out were the problem is happening, you will have to compile the application with debug switches and do a core trace via gdb.

Keep us updated.
eugene is offline   Reply With Quote

Reply


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
Rotating impeller Pedro Lima CFX 15 January 27, 2012 05:33
Any body help me!, Impeller simulation problem. Desperado FLUENT 2 June 9, 2009 13:04
rotating bucket problem brown CFX 2 October 3, 2007 01:13
Boundries of rotating impeller created in Gambit ? Mounir FLUENT 2 October 23, 2000 06:56
BC's for a sliding grid problem: statorcentrifugal impeller Agostino De Marco FLUENT 0 March 4, 2000 07:52


All times are GMT -4. The time now is 15:00.