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

Pressure boundary conditions

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 13, 2013, 08:09
Default Pressure boundary conditions
  #1
New Member
 
Marcus
Join Date: May 2013
Posts: 15
Rep Power: 12
marcus85 is on a distinguished road
Hello dear Foamers,

I'm new in CFD-Modelling with OpenFOAM, that's why it can be, that my questions are very easy for a skilled operator, but for me they are existential...

Can somebody explain me how thick my Layers should be for lowRE or HighRE.
I use the kOmegaSST Modell and the wall_function is the kQRWallfunction. I hope this helps. My Geometry are like some Tubes.

What i also want to ask is the Problem with my boundary Conditions for a Pressure setting.
I also have to say, that my geometry is very complex.

This are my Conditions for p:
dimensions [ 1 -1 -2 0 0 0 0 ];

internalField uniform 96710;

boundaryField
{
inlet
{
type fixedValue;
value uniform 97710;
}
outlet
{
type fixedValue;
value uniform 96710;
}
sym
{
type symmetryPlane;
}
valve
{
type zeroGradient;
}
wall
{
type zeroGradient;
}
}

for U i take the following:
dimensions [ 0 1 -1 0 0 0 0 ];

internalField uniform ( 0 0 0 );

boundaryField
{
inlet
{
type fixedValue;
value uniform (0 0 0);
}
outlet
{
type inletOutlet;
value uniform ( 0 0 0 );
inletValue uniform ( 0 0 0 );
}
sym
{
type symmetryPlane;
}
valve
{
type fixedValue;
value uniform ( 0 0 0 );
}
wall
{
type fixedValue;
value uniform ( 0 0 0 );
}
}

If i make use of the Condition for a Mass Flow the Solver works fine.

Many thx for your regress
marcus85 is offline   Reply With Quote

Reply

Tags
openfoam 2.2.0

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 06:21
Implementation of boundary conditions for FVM Tom Main CFD Forum 7 August 26, 2014 06:58
CFX13 Post Periodic interface EtaEta CFX 7 December 8, 2011 18:15
Pressure Drop in Periodic boundary conditions tsero FLUENT 1 November 11, 2011 06:11


All times are GMT -4. The time now is 19:22.