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

noSlip and constantAlphaContactAngle

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By joshmccraney

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 8, 2020, 13:30
Default noSlip and constantAlphaContactAngle
  #1
Senior Member
 
Josh McCraney
Join Date: Jun 2018
Posts: 220
Rep Power: 8
joshmccraney is on a distinguished road
Hi!

I'm modifying the damBreak tutorial. In the script 0/alpha.water.orig I can specify one of the walls as type constantAlphaContactAngle, thereby specifying the contact angle at the wall. In the script 0/U I can specify the same wall as type noSlip. However, when I run the tutorial now, we see that the velocity does slip along the advancing front (fluid moves up and down, splashing along the wall).

Can someone explain why noSlip seemingly does not enforce the no-slip BC everywhere along the wall?
razi.me05 likes this.
joshmccraney is offline   Reply With Quote

Old   November 11, 2021, 00:03
Default Similar issues with twophaseeulerfoam
  #2
Member
 
Nevada
Join Date: Apr 2014
Posts: 32
Rep Power: 12
razi.me05 is on a distinguished road
Hi Josh,

Could you solve this issue? I am solving incline plane flow and seeing the solid phase sliding down noslip/fixedValue(0 0 0) wall. Since twophaseeulerfoam doesn't have alphacontactangle boundary implemented I am using zerogradient for alpha at wall. Do you think implementing alphacontactangle boundary would help in my case?
razi.me05 is offline   Reply With Quote

Old   November 11, 2021, 00:27
Default
  #3
Senior Member
 
Josh McCraney
Join Date: Jun 2018
Posts: 220
Rep Power: 8
joshmccraney is on a distinguished road
Quote:
Originally Posted by razi.me05 View Post
Hi Josh,

Could you solve this issue? I am solving incline plane flow and seeing the solid phase sliding down noslip/fixedValue(0 0 0) wall. Since twophaseeulerfoam doesn't have alphacontactangle boundary implemented I am using zerogradient for alpha at wall. Do you think implementing alphacontactangle boundary would help in my case?
Yes, I did figure out how to strictly enforce pinning a fluid along a boundary. In your alpha.water.orig file within boundaryField try the following BC, say for example on a surface called rightWall:

rightWall{
type fixedValue;
value uniform 0;
}

in the p_rgh try

rightWall{
type fixedFluxPressure
value 0;
}

and try noSlip in the U file.

This should work; it worked for me via interFoam.
joshmccraney 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
Problem with boundary layer - noSlip condition not being respected - OpenFOAM heitorvitorc OpenFOAM Post-Processing 1 August 14, 2019 05:14
slip & noslip boundary condition for dynamic mesh, how to implement? oschi OpenFOAM Programming & Development 6 May 21, 2019 04:33
Sonicfoam Forward Step Modification - NoSlip not working. Bilderberg OpenFOAM Running, Solving & CFD 0 April 18, 2019 12:27
multiphaseEulerFoam/tank discharge ves OpenFOAM Running, Solving & CFD 8 December 31, 2017 14:59
Problem where FixedValue Inlet meets noSlip Wall VSass OpenFOAM Pre-Processing 0 May 31, 2013 05:13


All times are GMT -4. The time now is 15:29.