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

Question: BC openFOAM vs. FLUENT

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By oehmu

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 6, 2010, 17:51
Default Question: BC openFOAM vs. FLUENT
  #1
New Member
 
OEHMU
Join Date: Dec 2010
Posts: 5
Rep Power: 15
oehmu is on a distinguished road
Hi,

I would like to know if it is possible to I implement a boundary condition which is pressure outlet with a target mass flow rate (name in FLUENT) in OpenFOAM. I want to fix the mass flow rate at an outlet. Im modeling a steady flow with a k-e model in a river and I need to emulate the same conditions that in FLUENT in order to compare the results.

Thanks in advance
oehmu is offline   Reply With Quote

Old   December 7, 2010, 04:02
Default
  #2
Senior Member
 
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17
markusrehm is on a distinguished road
Hello,

check if

pressureDirectedInletOutletVelocity

is appropriate for you:

http://foam.sourceforge.net/doc/Doxy...209dbc1d9.html

Markus
markusrehm is offline   Reply With Quote

Old   December 14, 2010, 16:14
Default question and tks
  #3
New Member
 
OEHMU
Join Date: Dec 2010
Posts: 5
Rep Power: 15
oehmu is on a distinguished road
Hi Markus tks for your help.

Im setting a case of a river flow using simpleFOAM, one inlet one outlet, given the water levels. I set for the U file in 0 folder the following boundary conditions:

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
//inlet
mass_flow_inlet_4
{
type flowRateInletVelocity;
flowRate 6300;
value uniform (0 0 0);
}

//outlet
pressure_outlet_8
{
type flowRateInletVelocity;
flowRate -6300;
value uniform (0 0 0);
}

//upperWall
wall_6
{
type fixedValue;
value uniform (0 0 0);
}

//lowerWall
river_bed_5
{
type fixedValue;
value uniform (0 0 0);
}

//frontAndBack
ws_profile_7
{
type symmetryPlane;
}
}
I set at the pressure outlet an output discharge, my questions are: is this ok? do i need to set a boundary condition for p ?

thanks in advance,
ramakant likes this.
oehmu 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
[Commercial meshers] Conversion Fluent cas and dat file to OpenFoam matteo_gautero OpenFOAM Meshing & Mesh Conversion 11 July 14, 2020 12:09
[Commercial meshers] Fluent Mesh to OpenFoam: Internal Surface has to be a wall sebastian OpenFOAM Meshing & Mesh Conversion 6 October 21, 2010 04:36
few quesions on ANSYS ICEMCFD and FLUENT Prakash.Paudel ANSYS 0 August 12, 2010 12:07
OpenFOAM vs Fluent for cylinder at Re%3d150 lr103476 OpenFOAM Running, Solving & CFD 40 December 18, 2008 09:09
[Commercial meshers] Problem importing mesh in openfoam from fluent alessandr0 OpenFOAM Meshing & Mesh Conversion 3 September 4, 2008 13:41


All times are GMT -4. The time now is 01:25.