CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

MovingWallVelocity Boundary Condition

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By ralph
  • 2 Post By lr103476

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 8, 2007, 07:11
Default Hi, I want to simulate a pitc
  #1
Member
 
Ralph
Join Date: Mar 2009
Posts: 40
Rep Power: 17
ralph is on a distinguished road
Hi,
I want to simulate a pitching airfoil.
My question is about the boundary conditions.

1) As there is a non constant velocity of the wall along the airfoil, I canīt use the fixedValue boundary condition.
Is the following boundary condition applicable for U?
AIRFOIL
{
type movingWallVelocity;
value uniform (0 0 0);
}

Does it mean, that there is a zero relative velocity forced at the wall?

2) Can I leave the boundary conditions for all other variables as they are in the case with non-moving walls?

Ralph
ralph is offline   Reply With Quote

Old   June 12, 2007, 05:47
Default Hi, I want to simulate a pit
  #2
Member
 
Ralph
Join Date: Mar 2009
Posts: 40
Rep Power: 17
ralph is on a distinguished road
Hi,
I want to simulate a pitching airfoil.
My question is about the boundary conditions.

1) As there is a non constant velocity of the wall along the airfoil, I canīt use the fixedValue boundary condition.
Is the following boundary condition applicable for U?
AIRFOIL
{
type movingWallVelocity;
value uniform (0 0 0);
}

Does it mean, that there is a zero relative velocity forced at the wall?

2) Can I leave the boundary conditions for all other variables as they are in the case with non-moving walls?

Ralph
ralph is offline   Reply With Quote

Old   June 12, 2007, 06:05
Default Hi Ralph, 1) You need the
  #3
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
Hi Ralph,

1) You need the movingWallVelocity boundary condition for U on the moving wall. This boundary condition corrects the flux due to mesh motion in such a way that the total flux phi through the moving wall is zero. The way it should be the case, you can check phi in the time dirs.

2) When you are using icoDyMFoam, you only have motionU, U and p. Leave p and the rest of U like in case of nonmoving wall. In motionU define the motion of the wall by applying the oscillationFixedValue BC, or take fixedValue (0 0 0) when the motion of the wall is defined by using a dynamicFvMesh lib. To be safe, take fixedValue (0 0 0) on all outer boundaries, except the symmetry and empty patches. If you dont take fixedValue, but zeroGradient on the inlet, it might move with the flow....Also nice, but you dont want that :-)

Goodluck,
Frank
YUGU and charlliemarshalll like this.
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   June 12, 2007, 06:47
Default Thanks a lot Frank. Ralph
  #4
Member
 
Ralph
Join Date: Mar 2009
Posts: 40
Rep Power: 17
ralph is on a distinguished road
Thanks a lot Frank.

Ralph
ralph is offline   Reply With Quote

Old   January 10, 2012, 10:57
Default flapping simulation
  #5
New Member
 
Malu
Join Date: Dec 2011
Posts: 1
Rep Power: 0
Malu006 is on a distinguished road
hey everyone, i was also stuck at simulating a pitching airfoil simulation, finally i was able to do so uisng sixDoFRigidBodyDisplacement. now i have to add a heaving motion along with the pitching motion. i first tried to do so it by changing the constraints (fixed axis and fixed line), but this did not work. does anyone have an idea about how to go about this?

Thanks
Malu
Malu006 is offline   Reply With Quote

Old   January 10, 2012, 11:36
Default
  #6
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Quote:
Originally Posted by Malu006 View Post
hey everyone, i was also stuck at simulating a pitching airfoil simulation, finally i was able to do so uisng sixDoFRigidBodyDisplacement. now i have to add a heaving motion along with the pitching motion. i first tried to do so it by changing the constraints (fixed axis and fixed line), but this did not work. does anyone have an idea about how to go about this?

Thanks
Malu
It will work. I've been using it for a long time, just be careful about the directions settings. Reexamine and Retry.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   January 23, 2013, 13:33
Default
  #7
Senior Member
 
Sasan Ghomi
Join Date: Sep 2012
Location: Denmark
Posts: 292
Rep Power: 14
sasanghomi is on a distinguished road
Hi every body
I did'nt understand what is value(0 0 0) in movingWallVelocity boundry condition????/
Can any one explain???
sasanghomi is offline   Reply With Quote

Old   June 18, 2013, 07:15
Default
  #8
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Quote:
Originally Posted by sasanghomi View Post
Hi every body
I did'nt understand what is value(0 0 0) in movingWallVelocity boundry condition????/
Can any one explain???
I think it's equivalent to the no-slip condition for a standard wall-type patch except here it refers to a moving one...
Artur is offline   Reply With Quote

Old   October 20, 2017, 06:17
Default
  #9
New Member
 
saurabh shubham
Join Date: Aug 2017
Posts: 7
Rep Power: 8
saurabhshubham is on a distinguished road
hi everyone.

I am using the same code for the case of heaving airfoil as I did use for transverse oscillating cylinder.
but when I am checking the velocity at the tip of the airfoil at t=0, then the value is not zero, as in case of oscillating cylinder case.
even after running it for few seconds the vorticity contours starts originating from the front of the airfoil.
saurabhshubham is offline   Reply With Quote

Old   July 3, 2018, 02:49
Default
  #10
New Member
 
Chayanit Nigaltia
Join Date: Jan 2018
Posts: 29
Rep Power: 8
CHAYANIT is on a distinguished road
Quote:
Originally Posted by Malu006 View Post
hey everyone, i was also stuck at simulating a pitching airfoil simulation, finally i was able to do so uisng sixDoFRigidBodyDisplacement. now i have to add a heaving motion along with the pitching motion. i first tried to do so it by changing the constraints (fixed axis and fixed line), but this did not work. does anyone have an idea about how to go about this?

Thanks
Malu

I am struck in piching airfoil case. Can you help me in this case??
CHAYANIT 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
Patch end points mesh motion and movingWallVelocity pbo OpenFOAM Running, Solving & CFD 14 October 4, 2023 11:20
Boundary condition for UDS Tomik FLUENT 1 December 11, 2006 08:50
Boundary condition of the third kind or Danckwertz boundary condition plage OpenFOAM Running, Solving & CFD 4 October 3, 2006 12:21
Slip Boundary Condition for Moving Boundary Shukla Main CFD Forum 3 November 11, 2005 15:02
Boundary Condition Mohammad Bagher Ayani Main CFD Forum 1 January 11, 2002 17:29


All times are GMT -4. The time now is 18:38.