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

direct map vs cyclic

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 13, 2010, 15:39
Default direct map vs cyclic
  #1
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
im going to modeling a two phase-flow which is heated along pipe, my boundary is cyclic in U and alpha but not in p and T so im going to use following boundary

.............wall..................
inlet outlet
.............axis..................

i would like to direct map of outlet into inlet for alpha and U,

alpha:


inlet
{
type directMapped;
value uniform 0;
setAverage false;
average 0;

}

outlet
{
type zeroGradient;
}

U:

inlet
{
type directMapped;
value uniform (0 0 1);
setAverage true;
average (0 0 1);
}

outlet
{
type zeroGradient;
}
p:
inlet
{
type zeroGradient;
}

outlet
{
type fixedValue;
value uniform 0;
}
T:

inlet
{
type fixedValue;
value uniform 0 ;
}

outlet
{
type zeroGradient;

}

are my boundaries corrects ?
whats the meaning of value,setAverage, and average?
what should be those values for direct map of outlet value into inlet value i want something exactly like cyclic boundary condition for U and alpha?


P.S: i used changeDictionary Dict like below

dictionaryReplacement
{
boundary
{
inlet
{
type directMappedPatch;
offset ( 0 0 4e-5 );
samplePatch outlet;
}
}
}
nimasam is offline   Reply With Quote

 

Tags
cyclic, directmapped


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
setup problems - LES pipe flow with cyclic BC (1) and direct mapped inlet (2) florian_krause OpenFOAM 22 June 13, 2013 21:25
Cyclic bc. and overlapGgi Pekka OpenFOAM 12 February 15, 2012 07:10
[Commercial meshers] Handling cyclic BC from gambit to openfoam for a cascade airfoil problem - OF 1.6 maverick OpenFOAM Meshing & Mesh Conversion 2 June 18, 2011 04:36
Pressure instability with rhoSimpleFoam daniel_mills OpenFOAM Running, Solving & CFD 44 February 17, 2011 17:08
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


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