|
[Sponsors] |
June 29, 2009, 09:39 |
Ducted - forces
|
#1 |
New Member
Join Date: Jun 2009
Posts: 4
Rep Power: 17 |
Hi all,
I try to run OpenFoam in case of Duct, with icoFoam and turboFoam. 1 - The first case : Duct moves by the velocity of 1 m/s, in side the water by velocity of zero. 2 - the second case: The water moves by velocity of 1 m/s, and Duct velocity eq. zero. 3 - The forces (controlDict). I hope somebody can help me to lose this problems: - why the calculations results are different by the case 1 and 2 ? - how to define the reference density of fluid on the - controlDict? - why I have error message as - "glibc detected*** corrupted double-linked-list", even the calculation produce -"forces"? Greetings, PoltakLS |
|
July 6, 2009, 06:59 |
|
#2 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Dear Poltak,
- why the calculations results are different by the case 1 and 2 ? Because you have not taken into account that the mesh should be moving in case 1, too. Of course one would avoid moving the mesh by moving the frame of reference instead. However, to take this into account requires changes to the solver. - how to define the reference density of fluid on the - controlDict? Code:
wallForces { type forces; patches (wall); rhoInf 1000; CofR (0 0 0); } Probably because there is an incompatibility between your system and the binary release. Recompiling the library and applications should fix this. Henrik |
|
July 6, 2009, 08:42 |
Ducted - propeller
|
#3 |
New Member
Join Date: Jun 2009
Posts: 4
Rep Power: 17 |
Hi, Herik
many thanks for your reply and suggestion. As you see from FO tutorials/icoFoam/cavity, instead of wall movingWall, I used Ducted-propeller. All four BC: Left-, Right-, Upper- and down i used as symmetryPlane in one case and in the second cases as fixedWall. Let me know your suggestion again, and thanks PoltakLS |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Strange results from interFoam solution converges but sum of all forces not equal to zero | nicasch | OpenFOAM Running, Solving & CFD | 0 | April 15, 2008 03:01 |
Problems With Journal When Writing Forces To File | Andrew | FLUENT | 2 | September 23, 2005 03:12 |
2d foil pressure forces problem | mayor | FLUENT | 4 | December 1, 2003 04:57 |
viscous-pressure forces | nico | FLUENT | 0 | June 9, 2003 15:41 |
Valve Forces in CFdesign | Mike Clapp | Main CFD Forum | 3 | March 8, 2001 15:09 |