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

BC for Bernoulli's principle

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2011, 11:00
Default BC for Bernoulli's principle
  #1
ST1
New Member
 
Join Date: Mar 2011
Posts: 3
Rep Power: 15
ST1 is on a distinguished road
Hi colleagues,
If I want to set the velocity on inlet end and pressure on outlet, correct if the next?

1) Input pressure

internalField uniform 0;

bottom
{
type buoyantPressure;
value uniform 0;
}

top
{
type fixedValue;
value uniform 17387000; //173.87bar
}
......
}

2) Output velocity


internalField uniform (0 0 0);

boundaryField
{
bottom
{
type fixedValue;
value uniform ( 0 0 1.95 );
}

top
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}

......
}

Last edited by ST1; April 2, 2011 at 14:25.
ST1 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
Fluid Structure Interaction fw407 OpenFOAM Running, Solving & CFD 9 February 14, 2013 17:25
Calculating principle stresses (Difficult) Joe CFX 5 March 7, 2007 11:55
Working Principle of Micro-Oven aero Siemens 2 January 31, 2007 05:00
some confusion about the Galerkin principle ztdep Main CFD Forum 0 September 13, 2006 09:02
what's the principle of mass diffuse coefficient? wanghong FLUENT 0 April 6, 2005 20:01


All times are GMT -4. The time now is 07:27.