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

Boundary Conditions. fixedValue and fixedGradient

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 3 Post By blacksquirrel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2014, 04:46
Default Boundary Conditions. fixedValue and fixedGradient
  #1
Member
 
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 11
nanavati is on a distinguished road
Hello all,

I am very much confused between these two boundary conditions.

- fixedValue and fixedGradient

I have gone through the user guide but it just states that Value of phi and Gradient of phi are specified respectively.

can anyone please explain me in detail the difference between Value and Gradient ?

or If you know some good online links then please post. I need to study boundary conditions in much depth.
nanavati is offline   Reply With Quote

Old   August 25, 2014, 11:09
Default
  #2
Member
 
Join Date: Jun 2011
Posts: 53
Rep Power: 14
blacksquirrel is on a distinguished road
Hi nanavati,

FixedValue means a Dirichlet boundary condition:
http://en.wikipedia.org/wiki/Dirichl...dary_condition

Take for example the temperature T
If you give a boundary condition of your temperature field with a fixedValue at a wall
WALL
{
type fixedValue;
value uniform 300;
}
It means, that there is a temperature of exactly 300K at this wall.

fixedGradient means a Neumann boundary condition:
http://en.wikipedia.org/wiki/Neumann_boundary_condition

If you give a fixedGradient at the wall
WALL
{
type fixedGradient;
value uniform 0;
}
or with the same meaning
WALL
{
type zeroGradient;
}
Then the gradient of the Temperature dT/dx_i has this value.
In this example dT/dy=0, so it is an adiabatic wall.

Regards
squirrel
blacksquirrel is offline   Reply With Quote

Old   August 26, 2014, 03:30
Default
  #3
Member
 
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 11
nanavati is on a distinguished road
Many thanks for the clear cut explanation with the Examples..
My Doubt is Solved now
nanavati is offline   Reply With Quote

Reply

Tags
boundary conditions, fixedgradient


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
chtMultiRegionFoam boundary condition dl6tud OpenFOAM Programming & Development 0 March 14, 2014 04:28
conjugate boundary condition Daniel_Khazaei OpenFOAM Programming & Development 0 December 31, 2013 13:11
Neumann boundary conditions Martin80 OpenFOAM Programming & Development 22 September 7, 2011 17:48
Proper Pressure Boundary Conditions for Buoyant Flow mchurchf OpenFOAM 0 March 25, 2010 12:16
compiling new boundary mcgyver2k9 OpenFOAM 0 October 13, 2009 06:43


All times are GMT -4. The time now is 22:58.