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

continuity error for pressure inlet and flowrate outlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 24, 2023, 15:33
Question continuity error for pressure inlet and flowrate outlet
  #1
New Member
 
Haizhou
Join Date: Feb 2023
Posts: 2
Rep Power: 0
yhz37 is on a distinguished road
Hi,

I am new to OpenFOAM and running a laminar flow in a tube using simplefoam, with a pressure inlet and a flowrate outlet. My simulation always diverges with large continuity errors(continuity errors). Any suggestion for this situation? Thanks!

Here is my boundary condition setup:
U:
dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{

inlet
{
type outletInlet;
outletValue uniform (0 0 0);
value uniform (0 0 0);
}

outlet
{
type flowRateOutletVelocity;
volumetricFlowRate 5.676455641980107e-07;
value uniform (0 0 0);
}

walls
{
type noSlip;
}

}

P:
dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type fixedValue;
value uniform 12.3260377358;
}

outlet
{
type zeroGradient;
}

walls
{
type zeroGradient;
}
}

Thanks in advance
y
yhz37 is offline   Reply With Quote

Reply

Tags
continuity error, flowrate outlet, pressure inlet, simplefoam


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
Calculate Mass Flowrate and Mass Flow Averaged Total Pressure at inlet and outlet coolcrasher OpenFOAM Post-Processing 7 November 4, 2021 04:57
massflow of inlet and outlet are not equal knoedl1 OpenFOAM Running, Solving & CFD 11 July 3, 2018 14:00
Flowrate at inlet and outlet not balancing ( centrifugal pump ) -- pimpleDyMFoam coolcrasher OpenFOAM Running, Solving & CFD 20 November 25, 2015 05:33
Fan simulation with inlet and outlet duct for finding fan curve chaudhry_hashim FLUENT 0 August 6, 2014 10:49
uncertain on model outlet definition mactech001 CFX 0 February 10, 2010 02:03


All times are GMT -4. The time now is 02:45.