|
[Sponsors] |
August 29, 2017, 08:17 |
partial slip to moving wall
|
#1 |
Member
Ashok
Join Date: Feb 2017
Posts: 31
Rep Power: 9 |
Hello everyone,
can any one tell me how to apply partial slip BC to a wall moving with velocity(say for ex.-0.6679 vertically down). I have defined BC of moving wall like below in U field. in U field: movingWall { type partialSlip; value uniform (0 -0.6679 0); valueFraction uniform 0.5; } in P field: movingWall { type zeroGradient; } If I define velocity as mentioned in U field above, the wall doesnt take any velocity. Only if fixed value is assigned like this, wall is moving. movingWall { type fixedValue; value uniform (0 -0.6679 0); } Any kind of help is appreciated. Thanks in advance. |
|
August 30, 2017, 17:26 |
|
#2 |
Member
Yousef
Join Date: Feb 2015
Posts: 40
Rep Power: 11 |
For many boundary conditions, the "value" entry specified in the boundary condition is just an initial value and I believe this is the case for the partial slip as well.
This is not the case for the fixedValue where OpenFOAM imposes the value according the the "value" entry in the boundary condition throughout the simulation. I think this explains your observation. I don't know how you can apply partial slip on a moving wall though. Regards, |
|
August 30, 2017, 17:57 |
|
#3 | |
Member
Ashok
Join Date: Feb 2017
Posts: 31
Rep Power: 9 |
Quote:
But in my case it is reverse. Fluid is filled in a cylindrical tube closed an bottom and side walls are moved with some velocity. So I wanted to give velocity and partial slip at the same time to my wall. |
||
March 3, 2018, 13:55 |
|
#4 |
Member
vishal
Join Date: Mar 2013
Posts: 73
Rep Power: 13 |
Hello Ashok,
I am also trying the same thing. Did you figure out how to implement it? |
|
March 8, 2018, 11:37 |
|
#5 |
Senior Member
Saideep
Join Date: Apr 2015
Location: INDIA
Posts: 203
Rep Power: 12 |
May be I am completely wrong but I am trying to understand how this can be done.
Partial Slip: means the wall is stationary but the wall cell faces can have a non-zero velocity. Impact: reduces/ relaxes large magnitudes of viscous forces/ stresses on the boundary cells. Is the analogy not same considering a moving wall with a no-slip boundary condition? That is (please correct me if wrong), there are only two possibilities but not sure what happens. Either the parabolic flow profile is violated, else as above the viscous forces reduce in magnitude. I somehow get a feeling that movingWall with slip can be dealt by just using slip/ partial slip. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Free slip moving wall BC | Claudio | OpenFOAM Running, Solving & CFD | 35 | December 1, 2021 23:37 |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
Natural convection in a closed domain STILL NEEDING help! | Yr0gErG | FLUENT | 4 | December 2, 2019 01:04 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |