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

EMMS drag model UDF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2011, 20:15
Post EMMS drag model UDF
  #1
NAD
Member
 
Join Date: Oct 2011
Posts: 37
Rep Power: 14
NAD is on a distinguished road
hi. i try to make numerical simulation of a circulating fluidized bed riser using fluent. and i want to use EMMS drag model as a coefficient of exchange between solid and gas. so i must use UDF to incorporate this model into fluent.
the problem is i don't know how to write this UDF.
if someone has such UDF please send to me or give me a hint.
thanks.
NAD is offline   Reply With Quote

Old   November 28, 2011, 06:05
Default Re
  #2
Senior Member
 
shoeb khan
Join Date: Nov 2011
Posts: 179
Rep Power: 14
shk12345 is on a distinguished road
Hi
There are several drag laws udf in the udf Manuel of fluent.
You can copy the Schiller-Newman drag law udf from the manual and modify it with your own need.
Hope that will help you.

SHK
shk12345 is offline   Reply With Quote

Old   November 29, 2011, 23:02
Default
  #3
NAD
Member
 
Join Date: Oct 2011
Posts: 37
Rep Power: 14
NAD is on a distinguished road
SHK, Thank You very much for your suggestion.

in the UDF manual i found a ''
UDF for customizing the default Syamlal drag law'' and i modified it to obtain EMMS drag model. but when i tried to make the simulation. fluent displayed this message '' error: floating point error:invalid number''. i verified the udf but i can't find the mistake.
NAD is offline   Reply With Quote

Old   November 29, 2011, 23:55
Default Re
  #4
Senior Member
 
shoeb khan
Join Date: Nov 2011
Posts: 179
Rep Power: 14
shk12345 is on a distinguished road
Hi
This is a general problems that happens with udf many times.

Even mostly when i try to compile the udf form the user manual even they also don't work.

U have to still debug it more and try to use different combination of equations and try to make it work if you are using windows. Many times if is very difficult to make udf work.
Else you can interpret the udf in a linux machine.
Hope that will help you.

SHK
shk12345 is offline   Reply With Quote

Old   February 9, 2013, 07:52
Default
  #5
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Quote:
Originally Posted by NAD View Post
hi. i try to make numerical simulation of a circulating fluidized bed riser using fluent. and i want to use EMMS drag model as a coefficient of exchange between solid and gas. so i must use UDF to incorporate this model into fluent.
the problem is i don't know how to write this UDF.
if someone has such UDF please send to me or give me a hint.
thanks.
hi NAD,

I have the same problem. did you manage to solve it?

thanks in advance!
Kanarya is offline   Reply With Quote

Old   September 11, 2013, 05:15
Default
  #6
New Member
 
Join Date: Aug 2012
Posts: 22
Rep Power: 13
jipaz is on a distinguished road
Hi everybody I need to use the EMMS drag model to simulate a gas-solids granular flow. Finally, does somebody get the EMMS UDF properly implemented in ANSYS Fluent?
jipaz is offline   Reply With Quote

Old   September 11, 2013, 05:33
Default
  #7
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Hi jipaz,

I did it. It is very esay task because you have already Syamlal model for example you should only modify it.
What is your project?
What is your question?

best!

Kanarya
Quote:
Originally Posted by jipaz View Post
Hi everybody I need to use the EMMS drag model to simulate a gas-solids granular flow. Finally, does somebody get the EMMS UDF properly implemented in ANSYS Fluent?
Kanarya is offline   Reply With Quote

Old   September 11, 2013, 08:49
Default EMMS Drag Model
  #8
New Member
 
Join Date: Aug 2012
Posts: 22
Rep Power: 13
jipaz is on a distinguished road
Kanarya, thanks for your reply.

The first part of my project is to validate a CFD model for a FCC Riser against Knowlton's et.al. experimental data.

I have already done a first aproximation using the Syamlal-O'Brien drag model (already included in Fluent 12.1), and my results are good, but I have read that I could improve my predictions using a better drag model, this is why I want to include EMMS model.

What is the best way to implement the EMMS UDF, interpreted or compiled?

Could you send the EMMS UDF that you did, just to compare with mine?

By the way, I also need to set Johnson and Jackson Boundary Conditions for wall-solids tangential velocity and granular temperature, but I don't know how to do this task, any help is very welcome.

Thanks in advance.

Ignacio

Quote:
Originally Posted by Kanarya View Post
Hi jipaz,

I did it. It is very esay task because you have already Syamlal model for example you should only modify it.
What is your project?
What is your question?

best!

Kanarya

Last edited by jipaz; September 11, 2013 at 08:54. Reason: Put an additional question
jipaz is offline   Reply With Quote

Old   September 11, 2013, 09:51
Default
  #9
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Hi,
you should compile it.
I think, to send my code to you is not good idea for you!
you should just modify the code from Syamlal-O'Brien drag which is included in the Udf examples.
I think you do not have much experiance with UDF.
I suggest you to get familiar with it and then you will see that it is not so difficult to implement it.
If you have the code and it is not working you can ask some specific questions and I will try to help you!

Best!


Quote:
Originally Posted by jipaz View Post
Kanarya, thanks for your reply.

The first part of my project is to validate a CFD model for a FCC Riser against Knowlton's et.al. experimental data.

I have already done a first aproximation using the Syamlal-O'Brien drag model (already included in Fluent 12.1), and my results are good, but I have read that I could improve my predictions using a better drag model, this is why I want to include EMMS model.

What is the best way to implement the EMMS UDF, interpreted or compiled?

Could you send the EMMS UDF that you did, just to compare with mine?

By the way, I also need to set Johnson and Jackson Boundary Conditions for wall-solids tangential velocity and granular temperature, but I don't know how to do this task, any help is very welcome.

Thanks in advance.

Ignacio
Kanarya is offline   Reply With Quote

Old   September 11, 2013, 09:54
Default
  #10
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
in case of Johnson and Jackson Boundary Conditions, it is already in the fluent.just go to solid phase wall boundary conditions and you will see the option!
Quote:
Originally Posted by jipaz View Post
Kanarya, thanks for your reply.

The first part of my project is to validate a CFD model for a FCC Riser against Knowlton's et.al. experimental data.

I have already done a first aproximation using the Syamlal-O'Brien drag model (already included in Fluent 12.1), and my results are good, but I have read that I could improve my predictions using a better drag model, this is why I want to include EMMS model.

What is the best way to implement the EMMS UDF, interpreted or compiled?

Could you send the EMMS UDF that you did, just to compare with mine?

By the way, I also need to set Johnson and Jackson Boundary Conditions for wall-solids tangential velocity and granular temperature, but I don't know how to do this task, any help is very welcome.

Thanks in advance.

Ignacio
Kanarya is offline   Reply With Quote

Old   September 11, 2013, 09:59
Default
  #11
New Member
 
Join Date: Aug 2012
Posts: 22
Rep Power: 13
jipaz is on a distinguished road
Thanks Kanarya, you are right I don't have any experience about UDF, but I'll try to do my best, and if I'd have any additional question, I'll send it to the forum.

Also thanks about JJ BC reply

Regards,

Ignacio
jipaz is offline   Reply With Quote

Old   September 14, 2013, 18:48
Default
  #12
New Member
 
Join Date: Aug 2012
Posts: 22
Rep Power: 13
jipaz is on a distinguished road
I'm running a FCC Riser gas-solid simulation, and I need to set the Johnson and Jackson BC for Tangential velocity of solids and Granular temperature at wall.

What I've done is to define at wall-surfase_body Boundary Conditions for the solid phase in Momentum/Shear Condition a value for Specularity Coefficient, and in Multiphase/Granular Conditions, selected the Johnson-Jackson option and defined a value for the Restitution Coefficient.

Doing this is the way to define the Johnson-Jackson BC?

I think that specifying the Specularity Coeff I defined the Tangential Velocity BC, but I'm not sure that defining the Restitution Coeff I'm defining the Granular temperature BC.

Any help is very welcome.

Regards,

Ignacio
jipaz is offline   Reply With Quote

Old   October 6, 2013, 12:05
Default
  #13
Member
 
mohsen
Join Date: Sep 2013
Posts: 42
Rep Power: 12
mohsen0488 is on a distinguished road
Hi every body
i want use RUC drag model for simulation of gas-solid behaviour in fluidized bed and i written cod and im sure that cod is correct but i cant compile it .when i compile it fluent display this message : "Deleted old libudf\ntx86\2ddp\libudf.dll
The system cannot find the file specified."
Does anybody know what's problem?

Thanks a lot
mohsen0488 is offline   Reply With Quote

Old   October 6, 2013, 15:36
Default
  #14
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
hi ,

You should go to User Defined -> Functions->Manage and delete the libudf file...

best!

Kanarya
Quote:
Originally Posted by mohsen0488 View Post
Hi every body
i want use RUC drag model for simulation of gas-solid behaviour in fluidized bed and i written cod and im sure that cod is correct but i cant compile it .when i compile it fluent display this message : "Deleted old libudf\ntx86\2ddp\libudf.dll
The system cannot find the file specified."
Does anybody know what's problem?

Thanks a lot
Kanarya is offline   Reply With Quote

Old   December 4, 2013, 07:59
Default
  #15
New Member
 
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 15
Prash is on a distinguished road
Quote:
Originally Posted by Kanarya View Post
Hi,
you should compile it.
I think, to send my code to you is not good idea for you!
you should just modify the code from Syamlal-O'Brien drag which is included in the Udf examples.
I think you do not have much experiance with UDF.
I suggest you to get familiar with it and then you will see that it is not so difficult to implement it.
If you have the code and it is not working you can ask some specific questions and I will try to help you!

Best!
Hi Kanarya,

I believe you have incorporated EMMS based drag model in fluent ?
I am trying to figure out, did you work out meso scale structures related to your system/operating system and then optimise or use exisiting cases and corresponding case derived drag models such as in B. Lu et al. 2009 Chemical Eng. Sci. 64 3437-3447 ?

I am trying to work out for the drag model according to d = 1.2 mm , rhop = 1000 kg/m^3 with U = 0.9 m/s , but I guess this requires solving 7 non-linear complex equations.

Any insight will be appreciated.

Kind regards
Prashant

Last edited by Prash; December 4, 2013 at 09:15.
Prash is offline   Reply With Quote

Old   December 4, 2013, 09:41
Default
  #16
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Hi Prashant,

You can use simplified version at the beginning like in
LM. Armstrong 2010,Two-dimensional and three-dimensional computational studies of hydrodynamics in the transition from bubbling to circulating fluidised bed

Best regards,

Kanarya
Quote:
Originally Posted by Prash View Post
Hi Kanarya,

I believe you have incorporated EMMS based drag model in fluent ?
I am trying to figure out, did you work out meso scale structures related to your system/operating system and then optimise or use exisiting cases and corresponding case derived drag models such as in B. Lu et al. 2009 Chemical Eng. Sci. 64 3437-3447 ?

I am trying to work out for the drag model according to d = 1.2 mm , rhop = 1000 kg/m^3 with U = 0.9 m/s , but I guess this requires solving 7 non-linear complex equations.

Any insight will be appreciated.

Kind regards
Prashant
Kanarya is offline   Reply With Quote

Old   December 4, 2013, 10:24
Default
  #17
New Member
 
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 15
Prash is on a distinguished road
Hey,

Thanks for the reference. I would certainly go about coding this.
However.

I have a question on applicability of the generalized drag model in the present paper. the whole idea of the drag model was to account for heterogeneity and meso structures in the systems. There is apparent lack of explanation on how the drag model used is successful in producing these meso-structures which are dependent on fluidization regimes and in extension operating conditions.

As a side comment.

For ever since the drag models like ergun wen yu etc have been applied for a heterogeneous system in an ad hoc way. This drag model has certainly more grounds of applicability. But meso-scale drag model for a particular operating system would be quite logical as the procedure is laid down in the publication earlier mentioned.

I would appreciate, If you have insights to these.

Kind regards
Prashant
Prash is offline   Reply With Quote

Old   December 4, 2013, 10:32
Default
  #18
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
Hi,
Are you PhD student? what kind of application are u simulating?
Have a look on 4th chapter of this book "Computational Gas-Solids Flows and Reacting Systems: Theory, Methods and Practice"

best!

Kanarya
Quote:
Originally Posted by Prash View Post
Hey,

Thanks for the reference. I would certainly go about coding this.
However.

I have a question on applicability of the generalized drag model in the present paper. the whole idea of the drag model was to account for heterogeneity and meso structures in the systems. There is apparent lack of explanation on how the drag model used is successful in producing these meso-structures which are dependent on fluidization regimes and in extension operating conditions.

As a side comment.

For ever since the drag models like ergun wen yu etc have been applied for a heterogeneous system in an ad hoc way. This drag model has certainly more grounds of applicability. But meso-scale drag model for a particular operating system would be quite logical as the procedure is laid down in the publication earlier mentioned.

I would appreciate, If you have insights to these.

Kind regards
Prashant
Kanarya is offline   Reply With Quote

Old   December 4, 2013, 10:44
Default
  #19
New Member
 
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 15
Prash is on a distinguished road
Quote:
Originally Posted by Kanarya View Post
Hi,
Are you PhD student? what kind of application are u simulating?
Have a look on 4th chapter of this book "Computational Gas-Solids Flows and Reacting Systems: Theory, Methods and Practice"

best!

Kanarya
Hey,

Yes I am a post grad. I am mostly simulating Geldart B/D fluidization behavior. I am not quite sure if I have access to the book. I request if you have a pdf of the book.

However, I have gone through MFIX documentation by same authors, addressing these issues. I will be happy to read it in detail from the book if they present an argument supporting/against the applicability of drag models.

Though I am mostly interested in applicability of EMMS drag models presented in this Armstrong paper.

Thanks again for good reference and persistence with the argument

Kind regards
Prashant
Prash is offline   Reply With Quote

Old   May 21, 2014, 10:33
Default EMMS in fluent 14.5 diverging problem
  #20
New Member
 
Join Date: Aug 2012
Posts: 22
Rep Power: 13
jipaz is on a distinguished road
Hi Kanarya:

I'm simulating a 2D Fluidized Bed Riser in Ansys Fluent 14.5 using an Eulerian approach, k-e turbulent model, Johnson-Jackson wall boundary condition. When I use some drag model included into fluent, I havo no problem about the convergence, but I can not obtain the proper mass flux profiles into the riser, so I tried to use the EMMS drag model as an UDF, I compiled it well, without any error message, but when I started the calculation procedure, before the first iteration I got the following error messages:

Updating solution at time levels N and N-1.
done.
iter continuity u-aire u-solidos v-aire v-solidos gt-solidos vf-solidos time/iter

mp-x-momentum equations:

Divergence detected in AMG solver: pressure correction
Divergence detected in AMG solver: vof-1
Divergence detected in AMG solver: pressure correction
Divergence detected in AMG solver: vof-1
Divergence detected in AMG solver: pressure correction
Divergence detected in AMG solver: vof-1
Divergence detected in AMG solver: pressure correction
Divergence detected in AMG solver: vof-1
Primitive Error at Node 0: floating point exception

Primitive Error at Node 1: floating point exception

Primitive Error at Node 2: floating point exception

Primitive Error at Node 3: floating point exception

I test my problem using the modified Syamlal-O'Brien drag model example, and the run progress properly, so I understand that the problem is the EMMS UDF, but I don't know what I should do. Any help is very welcome.

Regards,

Ignacio
jipaz is offline   Reply With Quote

Reply

Tags
emms, udf


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
one-step simulation for two-stage model with UDF wlt_1985 FLUENT 0 March 25, 2011 05:01
UDF for linear PTT model implementation dpitz Fluent UDF and Scheme Programming 1 February 4, 2011 10:08
Problem with UDF (Drag model) understate FLUENT 0 January 4, 2011 05:01
UDF for Herschel-Bulkely model emad Fluent UDF and Scheme Programming 5 July 20, 2009 08:16
UDF, Herschel-Bulkely model don't have Yielding viscosity term emad Fluent UDF and Scheme Programming 0 May 19, 2009 12:46


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