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

Hydraulic Pipe Flow, which solver & BC:s?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 7, 2012, 04:16
Exclamation Hydraulic Pipe Flow, which solver & BC:s?
  #1
New Member
 
Johan Magnusson
Join Date: Oct 2010
Posts: 21
Rep Power: 15
magjohan is on a distinguished road
Hi!

Im trying to run a hydraulic pipe flow case. The case is basically very simple, more or less a pipe with a converget-divergent nozzle. Im assumed to know the inlet pressure and outlet pressure. Nothing else, i.e unknown velocities.

1. Initially, which solver should i use?
I've tried with simpleFoam

2. Which pressure BCs should i use?
My set-up now looks like this:

boundaryField
{
inlet
{
type fixedValue;
value uniform 12000000;
}
wall
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 2000000;
}
}

3. Which U BCs should i use?
Im now using a set-up like this
{
inlet
{
type pressureInletOutletVelocity; ;
value uniform (0 0 0);
}
wall
{
type fixedValue;
value uniform (0 0 0);
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
}

I've also tried zeroGradient without success!


Plz help me out, its so easy to setup using Ansys CFX, a verification in OF would be preferable!

BR
/magjohan
magjohan is offline   Reply With Quote

Old   February 7, 2012, 10:50
Default U zeroGradient inlet
  #2
New Member
 
AV.
Join Date: Apr 2011
Posts: 14
Rep Power: 15
Andrev is on a distinguished road
Did you try to set U as zeroGradient in the inlet BC ?
I mean :
{
inlet
{
type zeroGradient;
}
wall
{
type fixedValue;
value uniform (0 0 0);
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
Andrev is offline   Reply With Quote

Old   February 8, 2012, 09:52
Default
  #3
New Member
 
Join Date: Jan 2012
Posts: 23
Rep Power: 14
Abhinay Kulkarni is on a distinguished road
Hi johan,

I am a new to openfoam and cfd in general.
I want to simulate a steady state, compressible flow of air through a bent pipe. Which solver can i use for this in Openfoam??

It would be great to get some help regarding my problem.

Thanking you in advance

Regards
Abhinay
Abhinay Kulkarni is offline   Reply With Quote

Old   February 8, 2012, 16:02
Default
  #4
New Member
 
Johan Magnusson
Join Date: Oct 2010
Posts: 21
Rep Power: 15
magjohan is on a distinguished road
Hi, I have tried with the mentioned boundary conditions, without any good results.

Andrev: I would make it simple and use the already implemented rhoSimplecFoam
magjohan is offline   Reply With Quote

Old   February 28, 2012, 06:58
Default
  #5
New Member
 
Join Date: Sep 2011
Posts: 10
Rep Power: 14
yipiyaya8 is on a distinguished road
Quote:
Originally Posted by magjohan View Post
Hi, I have tried with the mentioned boundary conditions, without any good results.

Andrev: I would make it simple and use the already implemented rhoSimplecFoam

Hi Johan, do u have any improvement?

My case is i know inlet T, P and Velocity...also outlet T, P....

Hoever i want to let the openfoam to calculate the outlet Velocity ...I tried to use

oulet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}


but i dont know if setting value uniform (0 0 0); is correct or not?!
}
yipiyaya8 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
Periodic Pipe Flow LES dvolkind CFX 8 March 21, 2020 05:30
Solver for an incompressible, turbulent flow with heat transfer tH3f0rC3 OpenFOAM Running, Solving & CFD 9 June 17, 2019 06:12
Pipe flow with obstacle - HELP Min FLUENT 6 January 31, 2017 14:28
Blockage in pipe ( using solidwork flow simulation) jchow FloEFD, FloWorks & FloTHERM 1 January 16, 2012 16:03
pipe flow with noozle - ? on BC's mediode Main CFD Forum 2 March 14, 2011 10:31


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