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

Outlet Boundary Condition for MassFLow at inlet? - BuoyantBoussinesqSimpleFoam

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 6, 2014, 06:59
Exclamation Outlet Boundary Condition for MassFLow at inlet? - BuoyantBoussinesqSimpleFoam
  #1
Member
 
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 11
eaglemckenna is on a distinguished road
Hi
I have imposed the inlet boundary condition:
inlet
{
type flowRateInletVelocity;
massFlowRate constant 0.04;
rho rho;
rhoInlet 1;
}

I had zeroGradient for outlet BC
but receive an error like so:

FOAM FATAL ERROR:
Continuity error cannot be removed by adjusting the outflow.
Please check the velocity boundary conditions and/or run potentialFoam to initialise the outflow.
Total flux : 0.00932974
Specified mass inflow : 0.04
Specified mass outflow : 0
Adjustable mass outflow : 1.59195e-18

I am using buoyantBoussinesqSimpleFoam

any help would be appreciated
Attached Images
File Type: jpg sim2prisvoldivide.jpg (53.9 KB, 27 views)
eaglemckenna is offline   Reply With Quote

Old   August 6, 2014, 13:24
Default
  #2
New Member
 
Join Date: Jul 2014
Posts: 21
Rep Power: 11
atlan is on a distinguished road
Hi,

I use bouyantSimpleFoam and for the U I use

inlet
{
type flowRateInletVelocity;
massFlowRate constant 0.01;
value uniform (0 0 0);
}
outlet
{
type inletOutlet;
value uniform (0 0 0);
inletValue uniform (0 0 0);
}

maybe it could help

Atlan
atlan is offline   Reply With Quote

Old   August 7, 2014, 03:08
Default
  #3
Member
 
Join Date: May 2013
Posts: 51
Rep Power: 12
seav is on a distinguished road
Hello atlan,

1. Continuity error cannot be removed by adjusting the outflow.
This means you are trying to calculate closed geometry with only inlet field. So to make things flow there must be an outlet, and this is main issue. There are several tutorials with simpleFoam, rhoSimpleFoam, simpleFoam with Boussinesq approximation where outlet have zeroGradient BC.

More BC`s are here: http://foam.sourceforge.net/docs/cpp/a10486.html
Try it, should work.

seav
seav 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
inlet and outlet boundary condition for turbomachinery solution siamak1424 OpenFOAM 2 August 15, 2009 11:14
outlet to inlet boundary condition assighna CFX 1 May 10, 2007 23:36
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55
inlet and outlet boundary condition of pump Thammasak CFX 0 February 9, 2004 13:02


All times are GMT -4. The time now is 12:54.