|
[Sponsors] |
how to define restituition coefficient using UDF? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 2, 2008, 12:08 |
how to define restituition coefficient using UDF?
|
#1 |
Guest
Posts: n/a
|
hi, everyone~~~
in many simulations for gas-solid flows, the restituition coefficient (e) is always treated as a constant. But some researchers considered that e was the function of voidage, so I want to know how to modify the restitution coefficient using UDF. I check the help files provided by Fluent, but cannot find the solution. Could anybody help me? thanks very much~~~~ |
|
July 2, 2008, 12:24 |
Re: how to define restituition coefficient using U
|
#2 |
Guest
Posts: n/a
|
I'm not sure but try
DEFINE_EXCHANGE_PROPERTY Paul |
|
July 2, 2008, 22:45 |
Re: how to define restituition coefficient using U
|
#3 |
Guest
Posts: n/a
|
thanks~~~
which file in src can we find the definition of restitution coeff.? |
|
July 2, 2008, 23:58 |
Re: how to define restituition coefficient using U
|
#4 |
Guest
Posts: n/a
|
I don't know where in the src could you find the definition of the restitution coefficient.
In GUI the restitution coefficient could be changed at Phases->Interactions->Collisions. In a UDF you could change the restitution coefficient by changing the model of interactions in phases. Anyway this is how I would try to define a variable restitution coefficient: The interaction drag between two solid phases is modeleted in Fluent by symlal-obrien-symmetric, this model uses the constant restitution coefficient provided by you in GUI at Collisions. Pick the relations for this model, implement the model in a UDF as a DEFINE_EXCHANGE_PROPERTY and use your relation for the restitution coefficient. Then you could hook your function instead of the classic symlal-obrien-symmetric. Paul |
|
July 7, 2008, 01:38 |
Re: how to define restituition coefficient using U
|
#5 |
Guest
Posts: n/a
|
Hi,
An alternative is to re-write the whole REFLECT particle boundary condition model using DEFINE_DPM_BC (can be foudn in the UDF manual). The example given in the UDF manual corresponds to the REFLECT condition. You can then add your mathematical description of the restitution factor in the UDF. Might or might not be the best way. Do let us know. Best regards, Woo |
|
July 8, 2008, 23:46 |
Re: how to define restituition coefficient using U
|
#6 |
Guest
Posts: n/a
|
thanks, but the model I use is Eulerian-Eulerian, not DPM
|
|
July 10, 2008, 00:26 |
Re: how to define restituition coefficient using U
|
#7 |
Guest
Posts: n/a
|
can anyone help me? thanks
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
define mass transfer - define source | greg | FLUENT | 4 | November 24, 2018 07:34 |
How t o define head loss coefficient?pls urgent. | mitesh | FLUENT | 0 | January 20, 2006 10:14 |
how to define argon'diffuse coefficient? | wanghong | FLUENT | 0 | April 5, 2005 09:49 |
define my own DEFINE macro? to model pithing naca | calogero | FLUENT | 0 | April 10, 2003 06:10 |
How to define the effective coefficient in Q1 | jealous | Phoenics | 0 | December 25, 2002 10:41 |