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

Pressure Inlet = Problem

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 8, 2009, 09:19
Default Pressure Inlet = Problem
  #1
New Member
 
Benjamin Mandt
Join Date: Sep 2009
Location: Germany
Posts: 8
Rep Power: 16
bmandt is on a distinguished road
Hi all,

I would like to fill a tank (interFoam), with U = 0, Inlet Pressure 202650, Outlet 101325.

File 0/p:

object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 101325;
boundaryField
{
inlet
{
type fixedValue;
value uniform 202650;
}
outlet
{
type fixedValue;
value uniform 101325;
}
walls
{
type zeroGradient;
}
}


File 0/U:

object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
inlet
{
type pressureInletVelocity;
value uniform (0 0 0);
}
outlet
{
type zeroGradient;
}
walls
{
type fixedValue;
value uniform (0 0 0);
}
}

The simulation works without error output, but nothing happens, no fluid flows.

Has anyone a solution, where is my mistake?

Thank you very much.

Best regards

Benjamin
bmandt is offline   Reply With Quote

 


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
Inlet table in STAR-CD Sachin Siemens 1 March 26, 2008 10:22
Adding Source term of a new field at the inlet vatant OpenFOAM Running, Solving & CFD 0 October 14, 2006 15:39
convergency problem enis Main CFD Forum 0 July 27, 2005 09:27
Rev: Can Fluent 6.0.20 predict this problem right? Yazid Bindar FLUENT 5 March 6, 2003 03:09
Can Fluent 6.0.20 predict this problem right? Yazid Bindar FLUENT 0 March 5, 2003 08:07


All times are GMT -4. The time now is 23:53.