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

boundaryField on outlet for a non fully developed flow ?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 25, 2016, 09:11
Default boundaryField on outlet for a non fully developed flow ?
  #1
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Hi all,

What type would you choose for the outlet boundaryField on U with a flow non fully developed ?

Because, I can't use zeroGradient ( neither inletOut which is much like zeroGradient if I've understand...).

In my case I'm want to simulate a turbulent and incompressible flow in a pipe.
I will set:
  • a fixed value for the static pressure on outlet
  • a zeroGradient for pressure inlet
  • a fixedValue for velocity
But what about outlet velocity ??
adrieno is offline   Reply With Quote

Old   March 30, 2016, 10:02
Default
  #2
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
No one ?
Should I post my question elsewhere on the forum ?
adrieno is offline   Reply With Quote

Old   March 30, 2016, 10:27
Default
  #3
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
Perhaps fixedMeanFvPatchField does what you are looking for:

https://github.com/OpenFOAM/OpenFOAM...FvPatchField.H

It allows different values for the different faces of the surface, but fixes the mean value. The mean value is calculated by weighting the different face values with the size of each face. Perhaps you have to modify the boundary condition sum up the fluxes of the faces and fix that value.

Still, you can only set the velocity on one face (if you have only two non-wall boundaries). Then your inlet should probably be set to zeroGradient.

But why does zeroGradient for U on the outlet not work? You could also try this (zeroGradient for U) together with fixedMeanFvPatchField for the pressure on the outlet and fixedValue for U on the inlet.
jherb is offline   Reply With Quote

Old   April 4, 2016, 03:43
Default
  #4
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
I've seen an interesting post which helped me.
Here it is if someone need it too one day.
http://www.cfd-online.com/Forums/ope...tvelocity.html
Have a nice project,
Adrien
adrieno 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
getting difficulties in developing fully developed flow through pipe.by openFoam abhishek nandan OpenFOAM Running, Solving & CFD 2 November 17, 2016 02:18
How apply pressure gradient to get fully developed flow? nihossain FLUENT 0 November 5, 2011 15:20
Fully developed flow in Star-cd SMM STAR-CD 3 September 9, 2011 15:54
Fully Developed Flow in Star-cd SMM STAR-CD 0 September 5, 2011 22:08
Fully developed flow profile icfd Main CFD Forum 3 May 20, 2009 22:21


All times are GMT -4. The time now is 03:30.