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

liquid liquid extraction - VOF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 29, 2017, 01:50
Default liquid liquid extraction - VOF
  #1
New Member
 
leo
Join Date: Aug 2012
Posts: 4
Rep Power: 13
leo2012 is on a distinguished road
I am trying to do liquid liquid extraction using VOF model in a stratified flow of two immiscible liquids ( 1. mixture of toluene and acetone 2. water) I want to extract acetone from the mixture to water across the interface.



#include "udf.h"
DEFINE_MASS_TRANSFER(source, cell, mix_thread, from_index, from_species_index, to_index, to_species_index)
{
real m_lg;
Thread *pri_th, *sec_th;
pri_th = THREAD_SUB_THREAD(mix_thread, from_index);
sec_th = THREAD_SUB_THREAD(thread, to_index);
m_lg = 0.0;
if (C_VOF(cell, sec_th) != 1.0)
{
m_lg =0.00005;
}
return m_lg;
}

What macro I have to use to identify the particular species (acetone) in a mixture and transfer it across the interface.

Thanks in advance
leo2012 is offline   Reply With Quote

Reply

Tags
mass transfer vof udf


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
Liquid setting of material in VOF model ACDFD FLUENT 0 August 12, 2016 05:43
VOF - Eliminating shear on the surface of a thin liquid film saisanthoshm88 Fluent Multiphase 0 October 27, 2013 12:22
Displying interface of liquid water using VoF model pchoopanya FLUENT 2 March 15, 2013 16:42
Liquid liquid extraction pankaj wani CFX 1 February 6, 2007 04:25
Shacking CAN VOF HEAT LIQUID SOLID Optixxx FLUENT 0 July 30, 2005 11:42


All times are GMT -4. The time now is 09:33.