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

About periodic condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 20, 2005, 22:28
Default The periodic condition can be
  #1
Member
 
Luckyluke
Join Date: Mar 2009
Posts: 51
Rep Power: 17
luckyluke is on a distinguished road
The periodic condition can be defined as follows:
sides
{
type cyclic;
value uniform (0 0 0);
}
The entry term 'value' confused me. What is the exact meaning of this term?
luckyluke is offline   Reply With Quote

Old   June 21, 2005, 04:31
Default The entry term 'value' gives t
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
The entry term 'value' gives the field value on the patch.
henry is offline   Reply With Quote

Old   June 21, 2005, 07:18
Default I use cyclic condition for 'Ga
  #3
Member
 
Luckyluke
Join Date: Mar 2009
Posts: 51
Rep Power: 17
luckyluke is on a distinguished road
I use cyclic condition for 'Gamma' when I solve RT instability with interFoam.
sides
{
type cyclic;
value uniform 0;
}

Does the entry 'value' act as only an initial setting? After I run 'setGammaDamBreak', the value of Gamma of boundary 'sides' will be not zero,but determined by 'setGammaDamBreak'. Is it right?
luckyluke is offline   Reply With Quote

Old   June 21, 2005, 08:09
Default Of course it's only the initia
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Of course it's only the initial value, did you really think all boundary condition values are fixed to the value given?
henry is offline   Reply With Quote

Old   June 21, 2005, 09:08
Default That is ok. ^_^. With your gam
  #5
Member
 
Luckyluke
Join Date: Mar 2009
Posts: 51
Rep Power: 17
luckyluke is on a distinguished road
That is ok. ^_^. With your gamma*(1-gamma) and gamma differencing scheme, I have got beautiful 3D RT instability interface structure. If I delete the gamma*(1-gamma) term and apply only the GD scheme, the sharp interface will be lost, right? I am not very clear with the effect on sharp interface intruduced by gamma*(1-gamma) term. How does it compress the interface?

By the way, if I use wall condition on my 'sides' boundary,
sides
{
type gammaContactAngle;
theta0 90;
thetaA 90;
thetaR 90;
uTheta 0.01;
value uniform 0;
}
Then here how the 'value' entry affect the values on the patch? Will the gamma on the patch change when time goes?
luckyluke is offline   Reply With Quote

Old   June 21, 2005, 09:41
Default Why not find out for yourself,
  #6
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Why not find out for yourself, you will learn more that way and without consuming other peoples time.
henry 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
Periodic Boundary Condition Maryam CFX 0 November 22, 2008 02:31
What is Periodic condition?? vijay Main CFD Forum 1 April 23, 2008 07:15
What is Periodic condition?? vijay CFX 3 April 10, 2008 09:44
Periodic B.Condition BELMILOUD FLUENT 2 March 9, 2005 03:54
periodic condition? scarecrow CFX 1 December 3, 2003 00:20


All times are GMT -4. The time now is 00:02.