|
[Sponsors] |
November 17, 2009, 05:21 |
Rotating Wall
|
#1 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi Foamers
I have a problem. I have a vessel that it's wall is rotating but I don't know how I could imply rotating wall velocity in OpenFOAM. Can any one help me? Thanks allot Ata |
|
November 25, 2009, 10:11 |
|
#2 |
Member
|
Dear Ata,
I am not a coder, but do know of a boundary condition in src/finiteVolume/fields/fvPatchFields/derived/... known as "movingRotatingWallVelocity" which exists. I am not able to locate in my 1.5 version, but others are getting it to work. Best, Lori |
|
November 26, 2009, 01:05 |
Rotating Wall
|
#3 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hello lth
Thank you very much. That's true. I see. It is in OpenFoam-dev not in OpenFoam standard. Best regards Ata |
|
November 26, 2009, 03:47 |
|
#4 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
There is a rotatingWallVelocity boundary condition for in the standard OpenFOAM 1.6 and 1.6.x releases. Apply it like so:
wall { type rotatingWallVelocity; origin (0 0 0); // origin of axis and the axis axis (0 1 0); // about which the wall will rotate omega 25; // m/s } For moving walls: wall { type movingWall; value uniform (1 0 0); // wall moving at 1m/s in x direction } Hope that helps. |
|
November 26, 2009, 05:01 |
Rotating Wall
|
#5 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hello Adriano
Thank you very much. I'll try it as soon as possible. Best regards. Ata |
|
November 27, 2009, 06:03 |
|
#6 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
Hi Ata,
Ignore the boundary condition for movingWall as it doesn't work. Instead, just set it to fixedValue and provide the correct velocity vector. Good luck! Cheers, adriano |
|
November 27, 2009, 22:28 |
Rotating Wall
|
#7 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi Adriano
Thank you very much So what's rotatingWallVelocity boundary condition for? Best regards Ata |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |
applying boundary condition on rotating wall | Haris Maharana | Siemens | 2 | January 16, 2001 13:03 |