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

initial velocity field with a pressure difference

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 23, 2009, 04:20
Default initial velocity field with a pressure difference
  #1
Member
 
Sven Degner
Join Date: Mar 2009
Location: Zürich
Posts: 55
Rep Power: 17
sven82 is on a distinguished road
hi,

Im not really sure about my initial fields, and i hope everyone help me with this problem.
first of all I create a simple geometries.
For the next step I will initial my p and U fields
.
The problem now my velocity field is define by a pressure difference .

The question is that the correct definition, for this problem?

/************************************** p *************/
outlet
{
type fixedValue;
value uniform -50000;
}
inlet
{
type zeroGradient;
}
.
.
.
/************************************************** ***/

/************************************** U *************/
outlet
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
.
.
.
/************************************************** ***/
sven82 is offline   Reply With Quote

Old   July 23, 2009, 04:59
Default
  #2
Member
 
Julien Schaguene
Join Date: Apr 2009
Location: France
Posts: 55
Rep Power: 17
Schag is on a distinguished road
Hi,

I think there is something missing here.
If you want your flow to be defined by a pressure difference, you have to put fixedValue to outlet AND inlet, otherwise your domain is going to have a uniform relative pressure equal to -50000, and in theory no velocity...

For further precision, we'll need explanations on geometry, solver used...
Schag is offline   Reply With Quote

Old   July 23, 2009, 05:05
Default
  #3
Senior Member
 
Join Date: Mar 2009
Location: Norway
Posts: 137
Rep Power: 17
kjetil is on a distinguished road
Also, this seems to be the boundary condition - not actually the initial field? The initial condition can be set in the internalField, located above you boundaryField. For example internalField uniform <your-number>; .
kjetil is offline   Reply With Quote

Reply


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
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
SimpleFoam k and epsilon bounded nedved OpenFOAM Running, Solving & CFD 1 November 25, 2008 20:21
On the damBreak4phaseFine cases paean OpenFOAM Running, Solving & CFD 0 November 14, 2008 21:14
Parallel rasInterFoam openfoam_user OpenFOAM Running, Solving & CFD 4 November 1, 2008 04:14
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) HB &DS CFX 0 January 9, 2000 13:19


All times are GMT -4. The time now is 00:28.