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

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
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

 


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 08:26.