|
[Sponsors] |
multiphase UDF, variables for phase velocities |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 22, 2006, 06:28 |
multiphase UDF, variables for phase velocities
|
#1 |
Guest
Posts: n/a
|
hi all,
i want to use the phase velocities at boundary surfaces in my udf. for the single phase flow, the variables are F_U(f,t), F_V(f,t), F_W(f,t) but i couldnīt find any information about the variables corresonding to the different phase velocities in multiphase flow. i am using Eulerian Model. thanks for any help concerning. kerem |
|
March 23, 2006, 22:03 |
Re: multiphase UDF, variables for phase velocities
|
#2 |
Guest
Posts: n/a
|
RTFM
|
|
March 23, 2006, 22:13 |
Re: multiphase UDF, variables for phase velocities
|
#3 |
Guest
Posts: n/a
|
ok, I take that back.
|
|
March 27, 2006, 06:00 |
Re: multiphase UDF, variables for phase velocities
|
#4 |
Guest
Posts: n/a
|
i actually found the answer in an example; the phase velocities of such form are used for an Eulerian two phase (gas-solid) model:
vel_gas_x = C_U(cell, thread_g) vel_gas_y = C_V(cell, thread_g) vel_sld_x = C_U(cell, thread_s) vel_sld_y = C_V(cell, thread_s) and likewise -i guess- for the face velocities. i hope this helps you too.. kerem |
|
March 27, 2006, 09:20 |
Re: multiphase UDF, variables for phase velocities
|
#5 |
Guest
Posts: n/a
|
oops,
forgot to mention the definition of the sub thread: thread_s = THREAD_SUB_THREAD(thread, phase_identifier_solid) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
udf to access variables from a different case | yashmash | Fluent UDF and Scheme Programming | 6 | January 25, 2012 10:10 |
FLUENT variables for the use in UDF | sega | Fluent UDF and Scheme Programming | 2 | January 19, 2010 04:41 |
multiphase udf | Rashmi | FLUENT | 1 | March 7, 2006 03:17 |
UDF for multiphase flow | ROOZBEH | FLUENT | 3 | April 7, 2004 18:54 |
UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 05:03 |