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

BC: inletOutlet,buoyantpressure,and $interFields

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2012, 20:49
Default BC: inletOutlet,buoyantpressure,and $interFields
  #1
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
hi Foarmers:

I have been learning using OF for 3 months,now I am facing some tiny difficulties about BC.

I see in alpha1 dictionary, you can set
Code:
OUTLET
    {
        type            inletOutlet;
        inletValue      uniform 0;
        value           uniform 0;
    }
I interpret it as air can get in and get out, but while simulating , I find it water can get out too, so what does this mean?

in p_rgh dictionary,
Code:
walls
    {
        type            buoyantPressure;
	value		uniform 0;
    }
I dont get this buoyantPressure , ,,,some other cases set:
Code:
walls
    {
        type            fixedFluxPressure;
        value           uniform 0;
    }
what does this fixedFlusPressure mean and the difference between buoyantpressure?



also in p_rgh dictionary

Code:
outlet
    {
	type		fixedValue;
	value           $internalField;
    }
Does this $internalField mean it is calculated by the internaFields? can I just modify it to
Code:
atmosphere
    {
        type            totalPressure;
        p0              uniform 0;
        U               U;
        phi             phi;
        rho             rho;
        psi             none;
        gamma           1;
        value           uniform 0;
    }

and the k and epsilon dictionary, I know k can be caculated by 1/2*(u^2)....,but some time it cant be set this way, so I dont know how to set the value of them.....

your help is very appreciated.Thank you in advance.
sharonyue is offline   Reply With Quote

Old   November 29, 2012, 02:04
Default
  #2
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
can anyone give me a hint?
sharonyue is offline   Reply With Quote

Old   December 27, 2012, 06:41
Default
  #3
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Hi,

please check this thread,

http://www.cfd-online.com/Forums/ope...onditions.html

regards,
Ahmed Khattab is offline   Reply With Quote

Old   July 18, 2013, 06:51
Default hi you offer the site that look like not very helpful
  #4
New Member
 
jiujiumin
Join Date: May 2013
Posts: 9
Rep Power: 12
jiujiumin is on a distinguished road
Quote:
Originally Posted by rebel ahmed View Post
Hi,

please check this thread,

http://www.cfd-online.com/Forums/ope...onditions.html

regards,
hi you offer the site that look like not very helpful, i want to know the diference between buoyantpressure and fixedfluxpressure.
jiujiumin is offline   Reply With Quote

Old   August 26, 2013, 19:54
Default buoyantpressure vs fixedfluxpressure
  #5
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
Anyone knows the answer to the question in this thread?

I have a buoyantBoussinesqPimpleFoam that crashes if I use buoyantpressure , but converges perfectly if I use fixedfluxpressure. I've seen both BCs used in p_rgh. Anybody care to comment? Thanks
JR22 is offline   Reply With Quote

Old   August 26, 2013, 19:59
Default
  #6
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Sorry, I still dont know the difference between buoyantpressure and fixedfluxpressure.
sharonyue is offline   Reply With Quote

Old   May 28, 2014, 08:02
Default
  #7
Senior Member
 
Srivathsan N
Join Date: Jan 2013
Location: India
Posts: 101
Rep Power: 13
Sherlock_1812 is on a distinguished road
Any clarity on the difference between them yet, sharonyue?
__________________
Regards,

Srivaths
Sherlock_1812 is offline   Reply With Quote

Old   October 16, 2014, 03:25
Default
  #8
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by Sherlock_1812 View Post
Any clarity on the difference between them yet, sharonyue?
Hello!

Now I know that the difference between outletInlet and inletOutlet,

outletInlet:

outlet is a fixed value and inlet is zerogradient. Thats means if you set outlet value to be 0, so only 0alpha phase can get out. but any phase can get in.

inletOutlet:

vice versa.

Now I still dont know the difference between buoyantPressure and fixedFluxpressure. But looks like the first one is always used in VOF but the second one is used in two-fluid model. Im not sure.

Any comments is welcomed.
sharonyue is offline   Reply With Quote

Old   October 18, 2014, 17:06
Default
  #9
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer - Have a look at this thread: http://www.cfd-online.com/Forums/ope...xpressure.html
wyldckat is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



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