|
[Sponsors] |
FOAM FATAL ERROR: Continuity error cannot be removed by adjusting the outflow. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 15, 2016, 08:15 |
FOAM FATAL ERROR: Continuity error cannot be removed by adjusting the outflow.
|
#1 |
New Member
Join Date: May 2016
Posts: 25
Rep Power: 10 |
Hello,
I'm trying to run a simulation it gives the following error: Code:
--> 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 : 105.971 Specified mass inflow : 546831 Specified mass outflow : 0 Adjustable mass outflow : 0 This are the initial conditions for velocity and pressure: Velocity Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { wall { type noSlip; } inletSmall { // type zeroGradient; type fixedValue; value uniform (0 1.2 0); } inletBig { // type zeroGradient; type fixedValue; value uniform (0.4 0 0); } outlet { type zeroGradient; } } Code:
dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { wall { type zeroGradient; } inletSmall { // type fixedValue; // value uniform 1010.325; type zeroGradient; } inletBig { // type fixedValue; // value uniform 1010.325; type zeroGradient; } outlet { // type fixedValue; // value uniform 0; type zeroGradient; } } Does anyone know how to help me? |
|
December 15, 2016, 09:23 |
|
#2 |
New Member
Peter Lustig
Join Date: Dec 2016
Posts: 3
Rep Power: 10 |
Hi,
you could try to set the pressure outlet boundary to type fixedValue; value uniform 0; Keep the other settings as you posted it here. |
|
December 15, 2016, 09:24 |
|
#3 |
New Member
Join Date: May 2016
Posts: 25
Rep Power: 10 |
Found the solution.
The error was that in the output patch both velocity and pressure were set to zeroGradient. By setting an outlet pressure the solution could be found! Thanks anyway |
|
December 15, 2016, 09:25 |
|
#4 |
New Member
Join Date: May 2016
Posts: 25
Rep Power: 10 |
Just found out. Thanks anyway HorstPeter!
|
|
April 21, 2017, 00:46 |
Mixing elbow
|
#5 |
New Member
Farshad
Join Date: Apr 2017
Posts: 2
Rep Power: 0 |
Hello
I am new comer to open Foam. could you please somebody help me for this alarm. --> FOAM FATAL IO ERROR: keyword inletValue is undefined in dictionary "/home/farshad/Desktop/elbow/0/k.boundaryField.pressure-outlet-7" file: /home/farshad/Desktop/elbow/0/k.boundaryField.pressure-outlet-7 from line 35 to line 36. From function dictionary::lookupEntry(const word&, bool, bool) const in file db/dictionary/dictionary.C at line 402. FOAM exiting |
|
April 25, 2017, 11:47 |
|
#6 |
New Member
Join Date: May 2016
Posts: 25
Rep Power: 10 |
This alarm says that you haven't defined a value for k.
This might be a better thread for you: turbulentIntensityKineticEnergyInlet boundary condition |
|
October 10, 2019, 05:29 |
BC for Outlet
|
#7 | |
New Member
Mohamed Bennour
Join Date: Sep 2019
Posts: 5
Rep Power: 7 |
Quote:
hi how did you set your BC for outlet I become the same error message but I couldn't fix it thx for your help |
||
April 18, 2023, 05:14 |
Hi getting a same error, can anybody help ??
|
#8 |
New Member
Ashit Kumar Nath
Join Date: Mar 2023
Posts: 1
Rep Power: 0 |
velocity
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { upperWall { type noSlip; } frontAndBack { type noSlip; } lowerWall { type noSlip; } inlet1 { type fixedValue; value uniform (8 0 0); } inlet2 { type fixedValue; value uniform (10 0 0); } outlet { type pressureInletOutletVelocity; value uniform (0 0 0); } defaultFaces { type empty; } } Pressure [p_rgh] dimensions [1 -1 -2 0 0 0 0]; internalField uniform 0; boundaryField { upperWall { type fixedFluxPressure; value uniform 0; } frontAndBack { type fixedFluxPressure; value uniform 0; } lowerWall { type fixedFluxPressure; value uniform 0; } inlet1 { type fixedFluxPressure; value uniform 0; } inlet2 { type fixedFluxPressure; value uniform 0; } outlet { type fixedFluxPressure; value uniform 0; } defaultFaces { type empty; } } |
|
Tags |
boundaries condition, boundary, outflow bc, potentialfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' | muth | OpenFOAM Running, Solving & CFD | 3 | August 27, 2018 05:18 |
error with reactingFoam | BakedAlmonds | OpenFOAM Running, Solving & CFD | 4 | June 22, 2016 03:21 |
potentialFoam doesnt start?! | Sway | OpenFOAM Running, Solving & CFD | 0 | July 2, 2015 08:48 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |