|
[Sponsors] |
October 11, 2005, 12:45 |
hello,
i need a help how can
|
#1 |
New Member
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17 |
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. |
|
October 11, 2005, 16:16 |
If you have the CAD model, you
|
#2 |
Senior Member
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17 |
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 |
|
October 12, 2005, 04:55 |
The mixer2D tutorial has slidi
|
#3 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
The mixer2D tutorial has sliding (rotating) meshes if that is what you want.
|
|
October 12, 2005, 10:29 |
thank you , I looked at the ca
|
#4 |
New Member
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17 |
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. |
|
October 26, 2005, 12:36 |
hello,
I imported an object
|
#5 |
New Member
Brahim Aakti
Join Date: Mar 2009
Location: Lucerne, Switzerland
Posts: 23
Rep Power: 17 |
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. |
|
October 26, 2005, 14:49 |
That error occurs because the
|
#6 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rotating impeller | Pedro Lima | CFX | 15 | January 27, 2012 06:33 |
Any body help me!, Impeller simulation problem. | Desperado | FLUENT | 2 | June 9, 2009 14:04 |
rotating bucket problem | brown | CFX | 2 | October 3, 2007 02:13 |
Boundries of rotating impeller created in Gambit ? | Mounir | FLUENT | 2 | October 23, 2000 07:56 |
BC's for a sliding grid problem: statorcentrifugal impeller | Agostino De Marco | FLUENT | 0 | March 4, 2000 08:52 |