|
[Sponsors] |
October 14, 2014, 18:34 |
movingWallVelocity
|
#1 |
New Member
Cna
Join Date: Oct 2014
Posts: 4
Rep Power: 12 |
Hello all!
I want to solve a problem with openFoam in which a moving body in fluid field has slip velocity B.C. I think I must use movingWallVelocity as a boundary condition for a solver such a pimple or interdymfoam but how can I modify slip boundary condition? I appreciate everyone's attention. |
|
October 15, 2014, 07:26 |
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
You need a special boundary condition - I think there is one called movingWallSlipFvPatchVectorField
Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
October 15, 2014, 08:17 |
|
#3 | |
New Member
Cna
Join Date: Oct 2014
Posts: 4
Rep Power: 12 |
Quote:
Could you give me some detail about modification of this B.C. I need a B.C that use some information of flow field to compute the Slip velocity ! in your opinion, is this suitable ? |
||
October 23, 2014, 10:19 |
|
#4 |
Senior Member
Hassan Kassem
Join Date: May 2010
Location: Germany
Posts: 242
Rep Power: 18 |
You can modify it to be something like the below relation which is a combination between movingWallVelocity BC and partial slip.
All you have to do calculate the valueFraction_ based on your flow field parameters which you are interested in. Code:
vectorField::operator=((n*((Up + n*(Un - (n & Up))) & n)) + ((1.0 - valueFraction_)*transform(I - sqr(nHat), this->patchInternalField()))); Best wishes |
|
Tags |
boundary conditions, movingwallvelocity, pimpledymfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Patch end points mesh motion and movingWallVelocity | pbo | OpenFOAM Running, Solving & CFD | 14 | October 4, 2023 12:20 |
How to use movingWallVelocity the right way? | fisch | OpenFOAM Running, Solving & CFD | 2 | March 8, 2018 01:06 |
rotating wall inside of an MRF zone - fixedValue or movingWallvelocity? | evrikon | OpenFOAM Running, Solving & CFD | 3 | April 30, 2015 04:51 |
compiling my movingWallVelocity!! | hk318i | OpenFOAM Programming & Development | 3 | August 26, 2014 13:04 |
two questions about movingWallVelocity. | immortality | OpenFOAM Running, Solving & CFD | 2 | March 8, 2013 04:49 |