|
[Sponsors] |
April 8, 2010, 06:41 |
need help about UDS & VOF
|
#1 |
New Member
mengyue
Join Date: Sep 2009
Posts: 20
Rep Power: 17 |
hi guys, i am simulating a system, the fluid involved in this system is water,water vapor and air, because of gradient of vapor mass fraction, there exists phase change.
i don't plan to use the species model available in FLUENT, in my model, i define there phases, which are water,vapor(phase-3) and air, and also, i introduce a UDS to model the diffusion of vapor in the air, the scalar is vapor mass fraction, is that right? I define the uds for phase-3, and i think i need define vapor/air diffusivity for this uds. but now i am confused with it. in the material pannel, each material has a "UDS Diffusivity", and which one i should introduce my udf for diffusivity? when i introduce udf to vapor, there are some error tips in FLUENT: Error: FLUENT received fatal signal (ACCESS_VIOLATION) 1. Note exact events leading to error. 2. Save case/data under new name. 3. Exit program and restart to continue. 4. Report error to your distributor. Error Object: () but when i define the same udf for other materials(air and water), there are not errors. Can someone tell me the reason... i think my udf should define for vapor, not the other materials... Regards! PS:the code is: DEFINE_DIFFUSIVITY(diffusivity, cell, third, i) { Thread *mix_th, *sec_th; real diff; real v; mix_th = THREAD_SUPER_THREAD(third); sec_th = THREAD_SUB_THREAD(mix_th, 1); if ((C_VOF(cell, sec_th)==1)) diff = 0.0; else diff = 3.02761*pow(10.0,-5.0)*C_MU_EFF(cell, mix_th); return diff; } |
|
April 8, 2010, 09:48 |
|
#2 |
New Member
mengyue
Join Date: Sep 2009
Posts: 20
Rep Power: 17 |
Dose anyone help me? thanks...and where is sega?
|
|
April 9, 2010, 01:09 |
|
#3 |
New Member
mengyue
Join Date: Sep 2009
Posts: 20
Rep Power: 17 |
Dose anyone help me? Thanks....
|
|
April 9, 2010, 07:39 |
|
#4 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
sega is here!
But I think I'm not use here ...
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
April 13, 2010, 22:44 |
|
#5 |
New Member
mengyue
Join Date: Sep 2009
Posts: 20
Rep Power: 17 |
||
April 12, 2012, 10:59 |
|
#6 |
New Member
Igor
Join Date: Mar 2012
Posts: 13
Rep Power: 14 |
I solved such problem by this way:
1. Make UDM containing the data gotten via C_VOF. Simle cycle C_UDMI(...)=C_VOF(...) 2. Remove C_VOF(...) from DEFINE_DIFFUSIVITY 3. Use data from UDM in DEFINE_DIFFUSIVITY. It seems to me - this error appears in some cases when macros C_VOF try to work. For example in solid area. Best regards... |
|
February 7, 2014, 10:51 |
|
#7 |
Senior Member
Join Date: May 2011
Posts: 231
Rep Power: 16 |
hi,
did you manage to solve the problem...I have the same problem as you. thanks for your help in advance! |
|
February 7, 2014, 18:40 |
|
#8 |
New Member
Igor
Join Date: Mar 2012
Posts: 13
Rep Power: 14 |
I didn't try to do smth more exept described above method - this method works.
May be Fluent 15 is better? Best regards! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VOF Inlet condition | Rizwan | FLUENT | 15 | July 5, 2018 17:33 |
UDF Defining VOF Free Surface at Outlet | Alex | Fluent UDF and Scheme Programming | 13 | August 8, 2012 17:50 |
Doubts UDS Flux, UDS Unsteady for VOF model | kel85uk | FLUENT | 0 | March 17, 2010 09:53 |
Associating profile files for the UDS though a UDF | Bharath | FLUENT | 0 | December 1, 2006 16:58 |
Difficult BCs about Freesurface Simulation by VOF | Yongguang Cheng | FLUENT | 0 | September 19, 2003 08:39 |