|
[Sponsors] |
(interfoam) shear stress at water air interface ! |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 7, 2010, 15:58 |
(interfoam) shear stress at water air interface !
|
#1 |
Member
Join Date: Dec 2009
Posts: 46
Rep Power: 16 |
hi guys
I'm using interfoam solver for my 2D multiphase problem (water - air) My goal on my simulation is to calculate the shear stress on the water-air interface Because alpha_1 is not a discreet variable (range from 1 for water to 0 for air) so i can't really define the interface Can any one have experience in this matter tell me how to calculate the shear stress on the interface using some utility in openfoam or even share an effective idea.. thank you very much .. best regards.. Last edited by openfoam1; April 7, 2010 at 16:35. |
|
April 7, 2010, 16:03 |
|
#2 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
April 7, 2010, 16:48 |
|
#3 | |
Member
Join Date: Dec 2009
Posts: 46
Rep Power: 16 |
Quote:
yes i know that is very good ,, but do you know a way to automatically calculate shear stress using a utility in openfoam or in paraview i think if i didn't find any of those ,, the standard way is to calculate the velocity gradient in the cells of alpha1=0.5 ,, then i must get the gradient in the direction of the interface ( because the shear force must be tangent to the interface ),, which is a very complicated issue (i must also know the direction of the interface at every cell ) best regards |
||
April 8, 2010, 14:31 |
|
#4 | |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Quote:
But - good for you - the normal vector of the interface (its direction) is already used in interFoam to calculate the force due to surface tension and will point into the direction of the gradient of ! So concider this part solved. The rest should be up to you. Get back to us!
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
||
April 8, 2010, 17:10 |
|
#5 | |
Member
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17 |
Quote:
Application interfaceProperties Description Properties to aid interFoam : 1. Correct the gamma boundary condition for dynamic contact angle. 2. Calculate interface curvature. 3. Calculate the shear stress. |
||
April 10, 2010, 11:46 |
|
#6 |
Member
Join Date: Dec 2009
Posts: 46
Rep Power: 16 |
Quote:
do you know how can i get the velocity gradient in the output data of my final time like U , p , and alpha1 thank you |
|
April 10, 2010, 12:28 |
|
#7 | |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Quote:
But from the information at slice 34 I'm not so sure anymore. Otherwise you will have to do it yourself. You can create the explicit gradient from the finite volume calculus class: Code:
fvc::grad(U)
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
||
April 11, 2010, 03:20 |
|
#8 | |
Member
Join Date: Dec 2009
Posts: 46
Rep Power: 16 |
Quote:
if i know that this member functin grad(U) for fvc class is used to get the gradient of the velocity , how can i use it to get the gradient of the last time of the simulation I'mvery sorry cause I'm quite new to C++ programming best regards Last edited by openfoam1; April 11, 2010 at 03:46. |
||
April 11, 2010, 06:15 |
|
#9 | |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Quote:
I suggest you have a look into the code of the foamCalc function which caluclates magGrad or magU. I suppose it will do the same loop.
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
||
January 13, 2014, 12:25 |
|
#10 |
Member
Join Date: Aug 2011
Posts: 89
Rep Power: 15 |
Hello,
I know this thread is a little bit old but nevertheless I hope someone could help me: I also want to calculate the interfacial shear stress. Did anyone find a good way to calculate it? Thanks a lot. |
|
July 16, 2014, 13:31 |
|
#11 |
New Member
Nara Shikamaru
Join Date: Apr 2012
Posts: 22
Rep Power: 14 |
I am working on the same problem and almost done with the equations to be calculated. I got a lot of help from this post. I will suggest anyone working on this problem reads this post first.
http://www.cfd-online.com/Forums/ope...bend-pipe.html I understand all the formulations given in that post. I am working with two incompressible immiscible fluids (VOF formulation) with interFoam solver. The only question I have is regarding the stress tensor that should be used for the calculation of traction. Should the viscous stress tensor be used for calculating the Traction vector? This is what I would do if I was doing solids or, The total stress tensor including the pressure term should be used? Last edited by shikamaru; July 16, 2014 at 20:22. |
|
October 27, 2014, 04:59 |
|
#12 |
Member
Join Date: Aug 2011
Posts: 89
Rep Power: 15 |
Hello shikamaru,
are you still interested in this topic? I would use the first equation you wrote in the last post for i is not equal to j. Did you calculate the shear stress on the wall or at the interface? See you idefix |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluid wall shear stress | Sinead Kelly (Kelly) | OpenFOAM Running, Solving & CFD | 2 | March 30, 2011 07:41 |
Heat Transfer Coeff on the water air interface | Anton | Main CFD Forum | 3 | June 2, 2010 02:49 |
Boiling of water with hot air | Dr. Flow Squad | CFX | 2 | July 27, 2009 08:37 |
Post processing - Wall shear stress | Carlo | Siemens | 1 | March 4, 2009 08:35 |
water and air interface boundary | Shivakanth | Main CFD Forum | 2 | September 25, 2008 10:11 |