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

Partial slip Johnson-Jackson wall boundary condition OF 2.3.0

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 23, 2014, 14:28
Default Partial slip Johnson-Jackson wall boundary condition OF 2.3.0
  #1
Senior Member
 
Muhammad Waqas
Join Date: Jul 2014
Location: Germany
Posts: 122
Rep Power: 11
mwaqas is on a distinguished road
Send a message via Skype™ to mwaqas
Hello everyone

I am also working with fluidizedBed/RAS (twoPhaseEuler) model. I am using 2.3.0. In my simulation I want to apply partially slip Johanson Jackson boundary condition. My theta.Particles and U.particles boundary conditions (in 0 folder) are as follows

for theeta
walls
{
type zeroGradient;
}

for U.particles
walls
{
type fixedValue;
value uniform (0 0 0);
}

does it mean no slip boundary condition ? If it is so, how can I define partially slip boundary condition. Also where to define "Specularity coefficient"
mwaqas is offline   Reply With Quote

Old   October 28, 2014, 04:34
Default
  #2
New Member
 
Ramon
Join Date: Feb 2014
Location: Eindhoven
Posts: 25
Rep Power: 12
RjwV is on a distinguished road
Hello,

This is indeed no-slip what you have currently. If you want partial slip then you will either have to implement it yourself in v. 2.3.0 or you can download the development version 2.3.x from the repositories.

In 2.3.x Johnson and Jackson B.C. has been built in already (I am currently testing it).

You can use the following to set your Johnson and Jackson B.C. in U.particles:

Code:
wall
{
    type JohnsonJacksonParticleSlip;
    specularityCoefficient 0.50; // Or whatever value you want..
    value $internalField;
}
and in Theta.particles:
Code:
wall
{
    type JohnsonJacksonParticleTheta;
    specularityCoefficient 0.50; // Or whatever value you want..
    restitutionCoefficient 0.90;  // Or whatever value you want..
    value $internalField;
}
Hope this helps.

As a side-not: I have been playing around a bit with this B.C. and for now it seems the simulations are crashing. My alpha.particle seems to exceed the maximum packing value which causes my radial distribution function to go haywire. If you notice anything similar please let me/us know.

Kind regards,
Ramon
RjwV is offline   Reply With Quote

Old   October 29, 2014, 14:58
Default
  #3
Senior Member
 
Muhammad Waqas
Join Date: Jul 2014
Location: Germany
Posts: 122
Rep Power: 11
mwaqas is on a distinguished road
Send a message via Skype™ to mwaqas
Hello Ramon

Thank you very much. Your comment is very useful. Within a couple of days I will update to V2.3.x, then I will apply partially slip boundary condition. After that I will update my simulation result here.

Regards
mwaqas
mwaqas is offline   Reply With Quote

Old   December 4, 2014, 17:10
Default
  #4
Senior Member
 
Muhammad Waqas
Join Date: Jul 2014
Location: Germany
Posts: 122
Rep Power: 11
mwaqas is on a distinguished road
Send a message via Skype™ to mwaqas
Hello Ramon

I have updated OpenFOAM-2.3.0 to OpenFOAM-2.3.x. In boundary field, I cant find JohansonJacksonParticalSlip boundary condition. Here is the path where I am looking for it.

home/waqas/OpenFOAM/OpenFOAM-2.3.x/src/finiteVolume/fields/fvPatchFields/derived

Regards
mwaqas
mwaqas is offline   Reply With Quote

Old   December 4, 2014, 17:15
Default
  #5
New Member
 
Ramon
Join Date: Feb 2014
Location: Eindhoven
Posts: 25
Rep Power: 12
RjwV is on a distinguished road
Mwaqas, I suggest you look in applications, solver, multiphase, twophaseeulerfoam. It should be there somewhere.

KR.
Ramon
RjwV is offline   Reply With Quote

Old   December 4, 2014, 18:44
Default
  #6
Senior Member
 
Muhammad Waqas
Join Date: Jul 2014
Location: Germany
Posts: 122
Rep Power: 11
mwaqas is on a distinguished road
Send a message via Skype™ to mwaqas
Hello Ramon

Thank you for your quick response. I found the boundary condition .
Are you still facing problem of maximum packing limit or your case is working fine. I am running some cases, after completing simulation, I will post my result.

Regards
mwaqas
mwaqas 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
CFX fails to calculate a diffuser pipe flow shenying0710 CFX 7 March 26, 2013 04:13
natural convection mehrdadeng CFX 10 February 25, 2011 05:25
Slip boundary condition what is inside normunds OpenFOAM Running, Solving & CFD 2 June 4, 2007 06:45
wall slip boundary condition Federico FLUENT 0 February 6, 2007 03:12


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