CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

erosion problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2015, 03:16
Default erosion problem
  #1
New Member
 
libo
Join Date: Jan 2015
Location: China
Posts: 6
Rep Power: 11
libo is on a distinguished road
Hi,
I`m doing sand erosion in 90 elbow. I have wrote an erosion rate UDF. Under the same condtions , two cases(don`t use udf and use udf) have many difference in the contours of erosion rate,however, the case don`t use udf looks more reasonable.
I don`t know it has some wrong in my udf or the mathematics model unsuitable this case.
Please give me some advices.
Cheers!


#include "udf.h"
#include "math.h"
float Z =3.434e+8;
float C =2.17e-7;
float A1 =5.4;
float A2 =-10.11;
float A3 =10.93;
float A4 =-6.33;
float A5 =1.42;
DEFINE_DPM_EROSION(moshi, p, t, f, normal, alpha, Vmag, mdot)
{
real erosion;
real a=alpha;
real v=Vmag;
real F_alpha;
real V;
real F;
V=pow(v,2.41);
F=A1*pow(a,1)+A2*pow(a,2)+A3*pow(a,3)+A4*pow(a,4)+ A5*pow(a,5);
erosion=0.53*C*pow(Z,-0.59)*V*F;
F_STORAGE_R(f,t,SV_DPMS_EROSION)=erosion;
}

Last edited by libo; November 3, 2015 at 21:51.
libo is offline   Reply With Quote

Old   October 30, 2015, 08:44
Default
  #2
New Member
 
Liam
Join Date: Sep 2013
Location: Calgary, Alberta
Posts: 19
Rep Power: 12
LiamH is on a distinguished road
Send a message via Skype™ to LiamH
Hey Libo,

I can see you are making a UDF for the "E/CRC erosion model" which I have also played with before.

I believe you have one major flaw in your UDF and that is how you are defining the "Brinnel Hardness" of your material (you have it as the variable Z =3.434e+8). From the paper I am assuming you got this equation from, it should be a value of 334.4 which represents Inconel 625. This was verified when I tested out the UDF model (one I created) with the paper's values experimental values. I would ALWAYS verify your erosion models with whatever lab/experimental data you can get your hands on. In my case, I was usually forced to mimic the models described in various papers and try to get as close as possible to the numbers.

If that doesn't help, there are a few things you should do in Fluent to ensure you are getting a solution that is independent of the amount of particles injected into the model or how you are tracking them.

Let me know if this helps.

Cheers,

Liam
LiamH is offline   Reply With Quote

Old   October 30, 2015, 21:39
Default
  #3
New Member
 
libo
Join Date: Jan 2015
Location: China
Posts: 6
Rep Power: 11
libo is on a distinguished road
Dear Liam,
Thanks for your reply. I think you are right.I want to try how to write the UDF about erosion rate. So I found an equation from a paper(Comparison of computed and measured particle velocities and erosion in water and air flows), random define the value of Brinnel Hardness.I have felt I can get a result similar to the Fluent. I did't realize the value of Brinnel Hardness will bring great influence.
Kind regards,
LiBo
libo is offline   Reply With Quote

Old   March 7, 2016, 05:14
Default
  #4
New Member
 
Taz Hussain
Join Date: Feb 2016
Posts: 8
Rep Power: 10
Taz-CFD is on a distinguished road
Hi Libo,

I am doing something similar to what you are doing and was wondering if you could help me.

Is your case a 3D case? and is the above udf all you needed to interpret into fluent to get erosion? sorry for all the questions!

kind regards
Taz-CFD is offline   Reply With Quote

Old   March 7, 2016, 06:19
Default
  #5
New Member
 
libo
Join Date: Jan 2015
Location: China
Posts: 6
Rep Power: 11
libo is on a distinguished road
Hey Taz,
This a 3D case.I want to kown how to write the UDF to change ersion rate when I am read an article( Comparison of computed and measured particle velocities and erosion in water and air flows).Above UDF is all my needed to change the erion rate.
I hope it can give you some help.
Cheers,
LiBo
libo 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
area does not match neighbour by ... % -- possible face ordering problem St.Pacholak OpenFOAM 10 February 7, 2024 21:50
Pipe bend erosion problem John Yang FLUENT 2 December 12, 2007 04:06
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
about erosion problem caused by solid particles hannah CFX 4 August 20, 2003 04:42
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


All times are GMT -4. The time now is 12:51.