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

cyclic boundary conditions for airfoil

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ngj

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 8, 2012, 05:41
Default cyclic boundary conditions for airfoil
  #1
Member
 
Andreas Wendy
Join Date: Aug 2012
Posts: 73
Rep Power: 13
A.Wendy is on a distinguished road
Hi,

i am trying to do some cyclic calculation for an foil of an helicopter and want to use cyclic boundaries.

the plan is, to the outlet after the foil for the inlet in front of the foil. but how can i realise that?
i changed the boundary files as follows:

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

10
(
sides
{
type wall;
nFaces 0;
startFace 13865;
}
originalPatch
{
type patch;
nFaces 0;
startFace 13865;
}
otherSide
{
type patch;
nFaces 0;
startFace 13865;
}
bottom
{
type patch;
nFaces 50;
startFace 13865;
}
outlet
{
type cyclic;
nFaces 50;
startFace 13915;
matchTolerance 0.001;
neighbourPatch bottom;
}
top
{
type patch;
nFaces 50;
startFace 13965;
}
inlet
{
type cyclic;
nFaces 50;
startFace 14015;
matchTolerance 0.001;
neighbourPatch bottom;
}
profil
{
type wall;
nFaces 982;
startFace 14065;
}
front
{
type empty;
nFaces 6955;
startFace 15047;
}
back
{
type empty;
nFaces 6955;
startFace 22002;
}
)
but how do i have to set the starting parameters for the velocity? i want to get cw-values and have to create an airspeed?

i attached a picture of the mesh.

with regards

Andy
Attached Images
File Type: jpg foil.jpg (95.5 KB, 33 views)
A.Wendy is offline   Reply With Quote

Old   October 8, 2012, 05:46
Default
  #2
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Hi Andy,

You would need to either apply a body force in the solver, or maybe (I have not used it), use one of the jumpCyclic boundary conditions. This should allow you to have a jump in the pressure across the cyclic boundary, which will drive the current.

With respect to adding a body force in the solver, you will be able to find discussions on this forum.

Kind regards,

Niels
amin144 likes this.
ngj is offline   Reply With Quote

Old   October 8, 2012, 06:36
Default
  #3
Member
 
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 15
amin144 is on a distinguished road
Quote:
Originally Posted by ngj View Post
Hi Andy,

You would need to either apply a body force in the solver, or maybe (I have not used it), use one of the jumpCyclic boundary conditions. This should allow you to have a jump in the pressure across the cyclic boundary, which will drive the current.

With respect to adding a body force in the solver, you will be able to find discussions on this forum.

Kind regards,

Niels
Dear Niels

Can you introduce me any thread about adding body force to solver in order to use cyclic boundary condition?
I've read and ran channel foam tutorial but I can't use cyclic boundary condition for my solver.
My case in a pipe which I want simulate one cross section of that in a fully developed state.

TanX very much
amin144 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
inlet boundary conditions newOFuser OpenFOAM 1 January 10, 2013 08:08
snnappyHexMesh with cyclic boundary conditions longamon OpenFOAM 2 May 9, 2011 12:28
Cyclic boundary conditions in parallel thibault_pringuey OpenFOAM Bugs 1 April 2, 2011 15:21
periodic and cyclic boundary conditions Hadi Main CFD Forum 2 June 29, 2007 07:19
A problem about setting boundary conditions lyang Main CFD Forum 0 September 19, 1999 18:29


All times are GMT -4. The time now is 08:21.