|
[Sponsors] |
March 23, 2015, 05:14 |
Force magnitude with moving mesh
|
#1 |
Member
daniel fernex
Join Date: Oct 2014
Location: Braunschweig, Germany
Posts: 36
Rep Power: 12 |
Dear all,
I have further questions concerning the forces calculation with moving mesh. I'm simulating a rotating wind turbine. My problem is that the resulting forces seem to be too high (I have a wind turbine with power coefficient much higher than 1...). I was thinking maybe I had something wrong with my simulation, so I tried to run a simple 2D case of a cylinder with basically the same pre-processing data (cell size, boundary conditions, solver (pimpleFoam)). And I ended up with perfect values : I have a Cd error of 2%. So the simulation parameters seem to be in order. To sum up, I have run the following simulations with the same input parameters (the main difference is the moving mesh) :
Therefore the error seems to be coming from the moving mesh. So my question is : does anyone have experienced wrong forces calculations because of a moving mesh ? Or does anyone have experienced right forces calculations ? Should I trust my results and look somewhere else for the error (even though I've looked into almost everything else...) ? I would be glad if anyone having computed forces from a moving mesh could give their feedback (no matter wether it's positive or negative, I'd like to make myself an opinion on how confident I should be with my results) ! Thank you in advance for any answer! Daniel PS :
|
|
April 11, 2016, 12:59 |
|
#2 |
Senior Member
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 16 |
I just found your thread and I am having the same problems that you have. The forces are calculated quite well for the non-moving cylinder but they are getting too high for a moving mesh.
I am going through the simulation for some days now and I can not find the problem. I was trying 3D LES, 2D URANS but the values of the force are higher than expected. Has anyone experienced similar behavior and found a solution to this? I am using the forceCoeffs function object in the controlDict file. |
|
April 11, 2016, 13:16 |
|
#3 |
Member
daniel fernex
Join Date: Oct 2014
Location: Braunschweig, Germany
Posts: 36
Rep Power: 12 |
Hi Bazinga,
I found the solution a long time ago but forgot to post it here. In my case, it was simply an error in the numerical procedure, I applied the wrong boundary condition for U on the paddle.
So the correct boundary condition for U on a moving solid with a no-slip condition is the movingWallVelocity. My input was: Code:
type movingWallVelocity; value uniform (0 0 0); Regards, Daniel |
|
April 12, 2016, 10:09 |
|
#4 |
Senior Member
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 16 |
Thank you very much for your help. I made this exact mistake.
Best regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] SnappyHexMesh for internal Flow | vishwa | OpenFOAM Meshing & Mesh Conversion | 24 | June 27, 2016 09:54 |
How to let the mesh motion solver just solve a small region near a moving boundary? | zhajingjing | OpenFOAM Running, Solving & CFD | 9 | April 28, 2016 05:15 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 20:43 |
Moving (structured) mesh | Jesper | CFX | 5 | February 2, 2007 04:43 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |