|
[Sponsors] |
February 2, 2011, 07:15 |
Slip & No Slip Conditions
|
#1 |
Member
Kurne
Join Date: Aug 2010
Location: Pune, INDIA
Posts: 88
Rep Power: 16 |
Dear All
Will anybody please tell me how to give the Slip and Noslip conditions at the wall.I am bit confused, whether slip means zeroGradient and Noslip means fixedGradient.
__________________
Simulation Is Determination Of Imagination Towards Approximation ® Best Regards Mubeen K Kurne |
|
February 2, 2011, 07:25 |
|
#2 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
To implement no-slip, use:
type fixedValue; value (0,0,0); To implement slip, use: type slip; |
|
February 2, 2011, 07:39 |
|
#3 |
Member
Kurne
Join Date: Aug 2010
Location: Pune, INDIA
Posts: 88
Rep Power: 16 |
Dear madad2005
Thanks A lot for help.Will you please correct me For No Slip conditions 1) For velocity type fixedValue; value uniform 0; 2) For pressure type fixedValue; value uniform 0; For Slip Conditions 1) For velocity type slip; 2) For pressure type slip; Thanks In Advance
__________________
Simulation Is Determination Of Imagination Towards Approximation ® Best Regards Mubeen K Kurne |
|
February 2, 2011, 07:57 |
|
#4 | |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
Quote:
|
||
February 2, 2011, 08:05 |
|
#5 |
Member
Kurne
Join Date: Aug 2010
Location: Pune, INDIA
Posts: 88
Rep Power: 16 |
Dear mada2005
Thank you very much for guiding me. Thanks Once Again.
__________________
Simulation Is Determination Of Imagination Towards Approximation ® Best Regards Mubeen K Kurne |
|
November 20, 2013, 13:58 |
|
#6 | |
New Member
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 15 |
Quote:
sorry to revive such an old post. 1. If I use full-slip for velocity, is there a need to specify pressure ? I guess it should calculate using the velocity at the wall ? 2. What if I use pressure bc as "slip" as well with Velocity bc as "slip" . It should be same as pressure bc "zeroGradient" ? I do not get same answers if I do this. |
||
August 19, 2016, 16:35 |
|
#7 |
New Member
S
Join Date: Jun 2016
Posts: 15
Rep Power: 10 |
1. Yes, I think you generally need to specify zeroGradient, but you're right sometimes depending on the solver the 'boundary condition' for pressure is pre-determined by the velocity boundary conditions.
2. I think slip might be sort of a vector boundary condition (different equations for different vector components), and since pressure is a scalar maybe it took the first condition of slip (which could be the no penetration equation u1=0) as the pressure boundary condition instead of d u2 / dn = 0. |
|
August 24, 2016, 07:54 |
|
#8 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
An old topic, isn 't it Sgs?
noSlip is a vector class and hence it can not be used for the pressure. noSlip is similar to fixedValue uniform (0 0 0); The slip boundary condition is a template class and therefore we can use any kind of fields. If we have a scalar it will set it to zeroGradient (I did not check this out, so it is just a logical consequence). For a vector field, the normal component should be zero (sliding). It would be a wall (no fluxes can pass) but there is finally no shearing based on the fact that we assume that there are no viscous effect.
__________________
Keep foaming, Tobias Holzmann |
|
November 1, 2016, 04:19 |
|
#9 | |
New Member
Chandler
Join Date: Nov 2016
Posts: 2
Rep Power: 0 |
Quote:
I have a question.In flow with wall slip condition there is one less boundary condition in related to no-slip wall.Why it does not make any problem in terms of deficiency in one boundary condition? TNX |
||
September 8, 2018, 23:43 |
with wall function?
|
#10 | |
Member
Federico Agustín Caccia
Join Date: Jun 2015
Location: Buenos Aires, Argentina
Posts: 55
Rep Power: 11 |
Quote:
|
||
November 13, 2018, 02:55 |
|
#11 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
If you have a wall, the physical behavior is to fix the velocity there, and thus you should use noSlip. The usage of wall-functions does not require to resolve the viscous sublayer. That´s why they were generated. See the book of Wilcox or other literature such as Férziger & Peric.
__________________
Keep foaming, Tobias Holzmann |
|
December 11, 2018, 19:44 |
Slip Boundary Condition (BC)-Temperature
|
#12 | |
Member
Mondal
Join Date: Sep 2018
Location: Canberra ACT
Posts: 68
Rep Power: 8 |
Quote:
Though it is an old message, I have a question about that. For a slip BC, I generally choose slip for velocity and zeroGradient for pressure. My question is that for a temperature dependent solver like buoyantBoussinesqSimpleFaom, what BC should I choose for temperature when the wall is considered to slip? Cheers, Razon |
||
June 10, 2019, 05:38 |
noslip means noslip
|
#13 |
Member
Tony Ladd
Join Date: Aug 2013
Posts: 48
Rep Power: 13 |
From our experience I would say noSlip is not always equivalent to a fixedValue patch. If the surface is moving noSlip imposes the local velocity of the surface on to the fluid next to the patch. This makes it easy to implement a rotating patch which has no fixedValue equivalent.
|
|
July 1, 2019, 08:54 |
|
#14 | |
Member
idrees khan
Join Date: Jun 2019
Posts: 36
Rep Power: 7 |
Quote:
2. how to use inletOutlet and outletInlet boundary conditions?can we use both at a time or once at a time? 3.using inletOutlet and outletInletin OpenFoam should we define in both files i.e U ,p thanks in advance |
||
July 1, 2019, 08:55 |
|
#15 |
Member
idrees khan
Join Date: Jun 2019
Posts: 36
Rep Power: 7 |
could any one please help me that how to apply condition for pressure and velocity flow between two plates if the flow is due to the motion of upper plates.(OpenFoam)
2. how to use inletOutlet and outletInlet boundary conditions?can we use both at a time or once at a time? 3.using inletOutlet and outletInletin OpenFoam should we define in both files i.e U ,p thanks in advance |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
No Slip Boundary conditions | lawrencelkl | OpenFOAM Running, Solving & CFD | 4 | June 19, 2018 02:33 |
boundary conditions for simpleFoam calculation | foam_noob | OpenFOAM Running, Solving & CFD | 8 | July 1, 2015 09:07 |
free slip boundary conditions | Yang | Main CFD Forum | 8 | May 22, 2011 23:14 |
slip wall conditions | ahmadbakri | STAR-CCM+ | 0 | October 22, 2010 12:25 |
Slip boundary conditions | NS-fan | Main CFD Forum | 6 | October 21, 2010 10:00 |