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

Continuity error cannot be removed by adjusting the outflow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 7, 2012, 01:12
Default Continuity error cannot be removed by adjusting the outflow
  #1
New Member
 
Join Date: Apr 2012
Location: Ames, IA
Posts: 6
Rep Power: 14
fontania is on a distinguished road
OpenFOAMers,

I have a case that receives this continuity error. I am running the application buoyantBoussinesqPimpleFoam. Turbulence is "on" and I am using the RNGkEpsilon RASModel. I don't think my case is overdefined, but I have added below my 0/p, 0/U, and 0/p_rgh files Any help would be appreciated.

Thank you in advance

[0]
[0] --> FOAM FATAL ERROR:
[0] 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 : 136228.04
Specified mass inflow : 296.39639
Specified mass outflow : 0
Adjustable mass outflow : 2.10095737e-12

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
wall_1
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
wall-ceiling
{
type zeroGradient;
}
wall-floor
{
type zeroGradient;
}
wall-side-1-1
{
type zeroGradient;
}
wall-side-1-2
{
type zeroGradient;
}
wall-side-2-2
{
type zeroGradient;
}
wall-side-2-1
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 0;
}
wall-tube
{
type zeroGradient;
}

}

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{

wall_1
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
inlet
{
type zeroGradient;
}
wall-ceiling
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
wall-floor
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
wall-side-1-1
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
wall-side-1-2
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
wall-side-2-2
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
wall-side-2-1
{
type buoyantPressure;
rho rhok;
value uniform 0;
}
outlet
{
type zeroGradient;
}
wall-tube
{
type buoyantPressure;
rho rhok;
value uniform 0;
}

}

FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{

wall_1
{
type fixedValue;
value uniform (0 0 0);
}
inlet
{
type fixedValue;
value uniform (0 0 7.67482);
}
wall-ceiling
{
type fixedValue;
value uniform (0 0 0);
}
wall-floor
{
type fixedValue;
value uniform (0 0 0);
}
wall-side-1-1
{
type fixedValue;
value uniform (0 0 0);
}
wall-side-1-2
{
type fixedValue;
value uniform (0 0 0);
}
wall-side-2-2
{
type fixedValue;
value uniform (0 0 0);
}
wall-side-2-1
{
type fixedValue;
value uniform (0 0 0);
}
outlet
{
type zeroGradient;
}
wall-tube
{
type fixedValue;
value uniform (0 0 0);
}

}
fontania is offline   Reply With Quote

Old   October 9, 2012, 10:36
Default
  #2
Member
 
Paula
Join Date: Aug 2012
Posts: 30
Rep Power: 13
curiosity is on a distinguished road
Hi Fontania,

I´m not very sure about this but it´s a problem that I´ve had and I´ve solved it adjusting velocities. This is: v_inlet*A_inlet=v_outlet*A_outlet

If you know three of these parameters (areas and initial velocity) you can obtain the other one and put it on the inicial conditions to make the continuity ecuation works... but, I repeat, I´m not so sure about this, sorry

Regards
curiosity is offline   Reply With Quote

Reply

Tags
continuity error


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
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


All times are GMT -4. The time now is 17:20.