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

OpenFoam VolumeOfFluid Problem with contactAngle on movingWallWall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 21, 2020, 04:40
Unhappy OpenFoam VolumeOfFluid Problem with contactAngle on movingWallWall
  #1
New Member
 
Alle
Join Date: Apr 2020
Posts: 1
Rep Power: 0
Oryxanten is on a distinguished road
Dear comunity,

currently i am on a project of modeling a slot die coating process. I am using interFoam. My Fluid come out of the die ( direction minus x ) and will be coated on an moving substrat (movingWall) (movement to positiv y ). The force g is (-9,81 0 0)

in the following, i posted my BC.

Now my problem is, that i have a thin air-film between the coated fluid and my substrat. My substrate is not wetted but it should.

Is this caused by a wrong pressure BC on movingWall? Or is there a bether velocityBC than movingWallVelocity?

I already tried a refined mesh, but nothing has changed.



FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object alpha.water;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField
{
movingWall
{
type constantAlphaContactAngle;
theta0 120; //
limit alpha; //gradient ; none
value uniform 1;
}
fixedWalls
{
type constantAlphaContactAngle;
theta0 60; //
limit gradient;
value uniform 1;
}

frontAndBack
{
type empty;
}
inlet
{
type fixedValue;
value uniform 1;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
}


// ************************************************** *********************** //


FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
outlet
{
type totalPressure;
p0 uniform 0;

}

movingWall
{
type fixedFluxPressure;
}


wall
{
type fixedFluxPressure;
}

inlet
{
type fixedFluxPressure;
}

frontAndBack
{
type empty;
}


}

// ************************************************** *********************** //


FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "0";
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
movingWall
{
type movingWallVelocity;
value uniform (0 0.08333 0);
}
fixedWalls
{
type fixedValue;
value uniform (0 0 0);
}
frontAndBack
{
type empty;
}
inlet
{
type fixedValue;
value uniform (-0.023 0 0);
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
}
Oryxanten 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
Frequently Asked Questions about Installing OpenFOAM wyldckat OpenFOAM Installation 3 November 14, 2023 11:58
[Other] Openfoam for windows 16.02 [CFD support] -problem with paraview ditmeyer OpenFOAM Installation 3 May 15, 2017 12:04
[OpenFOAM.org] Problem in installing OpenFOAM 2.3.0 !!! omid20110 OpenFOAM Installation 6 August 1, 2016 11:20
Suggestion for a new sub-forum at OpenFOAM's Forum wyldckat Site Help, Feedback & Discussions 20 October 28, 2014 09:04
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55


All times are GMT -4. The time now is 23:47.