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

Radial Equilibrium pressure BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2013, 13:19
Default Radial Equilibrium pressure BC
  #1
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hi All,
I am looking for a small information and help, I have done many simulation with MRFSimpleFoam.

now I am facing small issue for the pressure boundary condition.
I was using 0/p:

inlet zeroGradient;

outlet fixedValue;
value 0;


I plotted the pressure curve close to the surface (see fig)

computational domain is -1.5 m inlet and 6 m of outlet (from the fan)
the attached pressure curve looks fine upto 5.5m but after that its started decreasing due to the given outlet boundary condition.

I am expecting the curve to be reasonable straight line, is there any other outlet BC's to produce such curve?

please help me with some sort of information.

Thanks,
Sivakumar
Attached Images
File Type: jpg pressureCurve over line.jpg (50.0 KB, 19 views)
sivakumar is offline   Reply With Quote

Old   September 18, 2013, 13:39
Default
  #2
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Good evening Sivakumar

Could you also please post your velocity boundary conditions and your fvSchemes file?
I have seen something similar in the past and that was related to the choice of time integration scheme, but I cannot find the thread. The conclusion was that it helped to using Euler.

Kind regards

Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
ngj is offline   Reply With Quote

Old   September 18, 2013, 13:55
Default
  #3
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hi Niels, Good evening thanks for your quick reply,
0/U

inlet flowRateInletVelocity;

outlet zeroGradient;

and the fvSchemes are as follows

ddtSchemes
{
default steadyState;
}

gradSchemes
{
default Gauss linear;
grad(p) leastSquares;
grad(omega) Gauss linear;
grad(epsilon) Gauss linear;
grad(U) Gauss linear;
grad(k) Gauss linear;
}

divSchemes
{
default none;
div(phi,U) Gauss linearUpwindV grad(U);
div(phi,k) Gauss upwind;
div(phi,omega) Gauss upwind;
div(phi,epsilon) Gauss upwind ;
div((nuEff*dev(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
default none;
laplacian(nuEff,U) Gauss linear limited 0.7;
laplacian((1|A(U)),p) Gauss linear limited 1;
laplacian(DkEff,k) Gauss linear limited 0.7;
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
}

interpolationSchemes
{
default linear;
interpolate(U) linear;
}

snGradSchemes
{
default limited 0.5;
}

fluxRequired
{
default no;
p ;
}



Thanks,
Sivakumar
sivakumar is offline   Reply With Quote

Old   September 18, 2013, 14:06
Default
  #4
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Hi

I am sorry, but nothing come to my mind.

Good luck,

Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
ngj is offline   Reply With Quote

Old   September 18, 2013, 14:21
Default
  #5
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hi Niels,
Its fine thanks for your time, if you dont mind can you please give me the thread link.


Thanks,
Sivakumar
sivakumar is offline   Reply With Quote

Old   September 25, 2013, 09:40
Default
  #6
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
hi there,
I am sorry, Euler time integration method is not solving the problem.

Thanks,
Sivakumar
sivakumar 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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Fluent natural ventilation pressure boundary condition pierresandre FLUENT 24 November 8, 2011 14:32
Setting Pressure outlet boundary for simulation of Radial impeller Mukund Pondkule Main CFD Forum 1 April 5, 2011 09:24
UDF to define or adjust pressure??? engahmed FLUENT 0 July 6, 2010 17:19
use of radial equilibrium press. in 2 phase flow James Willie FLUENT 0 May 2, 2005 11:26


All times are GMT -4. The time now is 16:14.