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

need help about UDS & VOF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 8, 2010, 05:41
Question need help about UDS & VOF
  #1
New Member
 
mengyue
Join Date: Sep 2009
Posts: 17
Rep Power: 16
mengyue1 is on a distinguished road
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;
}



mengyue1 is offline   Reply With Quote

Old   April 8, 2010, 08:48
Default
  #2
New Member
 
mengyue
Join Date: Sep 2009
Posts: 17
Rep Power: 16
mengyue1 is on a distinguished road
Dose anyone help me? thanks...and where is sega?
mengyue1 is offline   Reply With Quote

Old   April 9, 2010, 00:09
Default
  #3
New Member
 
mengyue
Join Date: Sep 2009
Posts: 17
Rep Power: 16
mengyue1 is on a distinguished road
Dose anyone help me? Thanks....
mengyue1 is offline   Reply With Quote

Old   April 9, 2010, 06:39
Default
  #4
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
Quote:
Originally Posted by mengyue1 View Post
Dose anyone help me? thanks...and where is sega?
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!"
sega is offline   Reply With Quote

Old   April 13, 2010, 21:44
Default
  #5
New Member
 
mengyue
Join Date: Sep 2009
Posts: 17
Rep Power: 16
mengyue1 is on a distinguished road
Oh, well, thanks all the same。。。
Quote:
Originally Posted by sega View Post
sega is here!
But I think I'm not use here ...
mengyue1 is offline   Reply With Quote

Old   April 12, 2012, 09:59
Default
  #6
New Member
 
Igor
Join Date: Mar 2012
Posts: 13
Rep Power: 14
DaddySpeleo is on a distinguished road
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...
DaddySpeleo is offline   Reply With Quote

Old   February 7, 2014, 09:51
Default
  #7
Senior Member
 
Join Date: May 2011
Posts: 231
Rep Power: 15
Kanarya is on a distinguished road
hi,
did you manage to solve the problem...I have the same problem as you.
thanks for your help in advance!
Kanarya is offline   Reply With Quote

Old   February 7, 2014, 17:40
Default
  #8
New Member
 
Igor
Join Date: Mar 2012
Posts: 13
Rep Power: 14
DaddySpeleo is on a distinguished road
I didn't try to do smth more exept described above method - this method works.
May be Fluent 15 is better?
Best regards!
DaddySpeleo is offline   Reply With Quote

Reply


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
VOF Inlet condition Rizwan FLUENT 15 July 5, 2018 16:33
UDF Defining VOF Free Surface at Outlet Alex Fluent UDF and Scheme Programming 13 August 8, 2012 16:50
Doubts UDS Flux, UDS Unsteady for VOF model kel85uk FLUENT 0 March 17, 2010 08:53
Associating profile files for the UDS though a UDF Bharath FLUENT 0 December 1, 2006 15:58
Difficult BCs about Freesurface Simulation by VOF Yongguang Cheng FLUENT 0 September 19, 2003 07:39


All times are GMT -4. The time now is 20:47.