|
[Sponsors] |
March 9, 2000, 21:31 |
about UDF,VOF, surface reaction
|
#1 |
Guest
Posts: n/a
|
1. any kind guy could pls expalin that why cannot I change the density and the specific heat using UDF, I may need to change the specific heat or the volumetric heat capacity (product of the density and specific heat)
2. FLUENT's limitation says that coupled heat transfer cannot be modeled when using VOF. however, if I wanna do so, any possibilities by using UDF? 3. I don't think suface sorption/adsorption can be modeled by species transport w/ surface reaction, what do you think about it? Thanks a lot for any suggestions or explaination Burley |
|
March 9, 2000, 21:38 |
Re: about UDF,VOF, surface reaction
|
#2 |
Guest
Posts: n/a
|
Hi!
Can you not change C_R(c,t) and C_CP(c,t)? What errors does it produce? [p.33 of udf manual.] ---Arthur Valais |
|
March 9, 2000, 21:54 |
Re: about UDF,VOF, surface reaction
|
#3 |
Guest
Posts: n/a
|
Thanks Arthur,
I mean FLUENT said that " you can customize the property definition (except density and specific heat)" (UDF mannual, Chapter 1, Overview, text-line 9) or did I misunderstand its meaning? Regards |
|
March 9, 2000, 22:05 |
Re: about UDF,VOF, surface reaction
|
#4 |
Guest
Posts: n/a
|
I wouldn't advise changing these within a UDF - I'm pretty sure when Fluent wants the values for these properties it will call its internal routines before setting the matrix values. Thus, it will probably overide your settings (haven't checked this though).
You can't link a UDF to specific heat because in determining heat release in reactions you need to integrate the expression over a temperature range. That's why Fluent only provides a limited range of polynominal expressions etc. In my case I'd love to modify the specific heat using dynamic (rather than constant) co-efficients in the polynominal expression. This would still allow an analytical expression for the integral, but could be flexible - ie could account for a composite fluid, solid like in the standard porous media model but could depend on space and time. Hopefully this will be in the next release of Fluent. |
|
March 9, 2000, 22:06 |
Re: about UDF,VOF, surface reaction
|
#5 |
Guest
Posts: n/a
|
Just saw that. I guess that density is something that is solved for, so you would need to specify the other variables such as mass, pressure. My only experience is in reading the variables and setting the reaction rate.
---Arthur Valais |
|
March 9, 2000, 22:08 |
Re: about UDF,VOF, surface reaction
|
#6 |
Guest
Posts: n/a
|
Hi!
So, of all the values on p.33, do you know what can one change and what should be left alone? Arthur |
|
March 9, 2000, 23:02 |
Re: about UDF,VOF, surface reaction
|
#7 |
Guest
Posts: n/a
|
Thanks Greg,
I also hope (and actually if it could, it is what I want)just modify the specific heat dynamiclly using polynomial expression. you said hopefully,it seems Fluent doesn't provide the function. but you also mentioned "that's why Fluent provides a limited range of polynominal expressions etc." so whether it can be modified or not? Thanks a lot Burley |
|
March 9, 2000, 23:14 |
Re: about UDF,VOF, surface reaction
|
#8 |
Guest
Posts: n/a
|
You can't modify the co-efficients of the polynomial expressions dynamically using a UDF as far as I know.
If you find out how to do this, please let us all know. Greg |
|
March 10, 2000, 15:55 |
Re: about UDF,VOF, surface reaction
|
#9 |
Guest
Posts: n/a
|
FLUENT 5.3 now allows you to specify density as arbitrary function of any other FLUENT variables. As long as the sensitivity of density to the change of the variables is reasonably (not too high), you can customize density without much problem.
Specific heat (Cp) still is not and will not be specifiable as an arbitrary function of arbitrary variables. One of the main reasons is that the energy equation has to rely upon enthalpy which is basically evaluated from integral of Cp in the temperature space. As you can immediately see, we run into a serious problem of relating those arbitrary variables and temperature. I hope you understand why Cp can't enjoy the UDF customization. |
|
March 10, 2000, 19:30 |
Re: about UDF,VOF, surface reaction
|
#10 |
Guest
Posts: n/a
|
Sung-En Kim.
I understand the argument that you require an integrable expression for the specific heat. However, while full UDF custimisation may not be possible, it would be possible to have the co-efficients of the analytical expression (polynominals) to be set dynamically. In my problem I'd like to account for solid and fluid in a cell in a similar way as the existing Fluent porous media model, with the addition that the amount of solid changes as a function of some reaction. In this case the porosity changes and thus the composite specific heat is a function of the solution. I have got around this so far, by using two energy equations, one for the fluid (FLUENTs) and one for the solid, implemented with a UDS. But this adds processing time to an already complex problem and means I have to deal with interphase heat transfer as well. Greg |
|
March 13, 2000, 08:08 |
Re: about UDF,VOF, surface reaction
|
#11 |
Guest
Posts: n/a
|
I can't see any reason why Cp couldn't be given trough UDF. It is done e.g. in CFX by giving an average and local Cp. The average can be used for calculating temperature from enthalpy or vice versa. I'm not very happy to input all the data of 12 species into fluent while I allready have the routines to calculate Cp.
How can density be given in 5.3? The UDF-manuals still say it can not be done. Joakim |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
surface reaction, porous media | Ali | FLUENT | 2 | March 31, 2016 18:26 |
[Gmsh] Problem with Gmsh | nishant_hull | OpenFOAM Meshing & Mesh Conversion | 23 | August 5, 2015 03:09 |
Segmentation fault in running alternateSteadyReactingFoam,why? | NewKid | OpenFOAM | 18 | January 20, 2011 17:55 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |
chemical reaction - decompostition | La S. Hyuck | CFX | 1 | May 23, 2001 01:07 |