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

Can I modify velocity in DEFINE_MASS_TRANSFER?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2017, 05:42
Default Can I modify velocity in DEFINE_MASS_TRANSFER?
  #1
Member
 
Chi Zhang
Join Date: Aug 2017
Posts: 32
Rep Power: 9
C_Zhang is on a distinguished road
Hello everyone, I'm new to FLUENT UDF and I'm facing a problem.The user manul said I can modify velocity using DEFINE_ADJUST.But the velocity modification is related to mass transfer rate in my model.Can I directly change the velocity within DEFINE_MASS_TRANSFER?
Like this:
DEFINE_MASS_TRANSFER(name, cell, thread, from_index, from_species_index, to_index, to_species_index)
{
/*define mass_transfer as mass transfer here*/
C_U(cell,thread)=mass_transfer;
}
I will be grateful for any of your help.
C_Zhang 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
atmBoundaryLayerInletVelocity - Velocity Profile not continuous through domain sdfij6354 OpenFOAM Running, Solving & CFD 3 July 26, 2017 17:16
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 02:27
LES and TKE calculations MST Main CFD Forum 3 May 30, 2016 07:26
Modify existing velocity field wzx1989221 OpenFOAM 3 February 5, 2014 10:50
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 06:13


All times are GMT -4. The time now is 16:11.