|
[Sponsors] |
Continuity error cannot be removed by adjusting the outflow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 7, 2012, 02:12 |
Continuity error cannot be removed by adjusting the outflow
|
#1 |
New Member
Join Date: Apr 2012
Location: Ames, IA
Posts: 6
Rep Power: 14 |
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); } } |
|
October 9, 2012, 11:36 |
|
#2 |
Member
Paula
Join Date: Aug 2012
Posts: 30
Rep Power: 14 |
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 |
|
Tags |
continuity error |
|
|
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 16:33 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |