CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Force magnitude with moving mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 23, 2015, 04:14
Default Force magnitude with moving mesh
  #1
Member
 
daniel fernex
Join Date: Oct 2014
Location: Braunschweig, Germany
Posts: 36
Rep Power: 11
fernexda is on a distinguished road
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) :
  1. Cylinder simulation : perfect results, 2% error on the Cd
  2. Moving mesh simulation : crazy results, forces too big

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 :
  • Version OF 2.1.0
  • Solver pimpleFoam / pimpleDyMFoam (for the moving mesh)
fernexda is offline   Reply With Quote

Old   April 11, 2016, 11:59
Default
  #2
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
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.
Bazinga is offline   Reply With Quote

Old   April 11, 2016, 12:16
Default
  #3
Member
 
daniel fernex
Join Date: Oct 2014
Location: Braunschweig, Germany
Posts: 36
Rep Power: 11
fernexda is on a distinguished road
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.
  • For the non-moving cylinder, I imposed U=0 on the cylinder surface, which is fine.
  • For the moving paddle, I did the same, which is not correct. The relative velocity between the air and the paddle is zero, but the absolute velocity (air/fixed reference) is not zero 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);
Hope this helps.

Regards,

Daniel
fernexda is offline   Reply With Quote

Old   April 12, 2016, 09:09
Default
  #4
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
Thank you very much for your help. I made this exact mistake.

Best regards
Bazinga 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
[snappyHexMesh] SnappyHexMesh for internal Flow vishwa OpenFOAM Meshing & Mesh Conversion 24 June 27, 2016 08: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 04:15
[snappyHexMesh] external flow with snappyHexMesh chelvistero OpenFOAM Meshing & Mesh Conversion 11 January 15, 2010 19:43
Moving (structured) mesh Jesper CFX 5 February 2, 2007 03:43
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 09:38


All times are GMT -4. The time now is 16:33.