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

editing species flux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2015, 13:53
Default editing species flux
  #1
New Member
 
Tomas
Join Date: Feb 2015
Posts: 4
Rep Power: 11
tguozden is on a distinguished road
Hello Everyone,

I study species separation produced by imposing a pressure gradient in gaseous mixtures. So I have to add a so called pressure diffusion term to the flux in order to take this effect into account.

I have been doing this using UDS: I have my own DEFINE_UDS_FLUX function in which I add the pressure diffusion term to the F_FLUX(f,t) macro.

So far it's been working good, but now species separation generates large mean molar weights variations, and I want to include this in the cfd problem.

I could do this by:

1. build my own UDRGM (user defined real gas models) and calculate tha gas constant as a function of the UDS's.
--- but I don't know how to call C_UDSI(c,t) inside UDRGM

2. Add the pressure diffusion term as sources using species
--- wouldn't be eloquent to derivate a flux term using the finite volume method

3. Editing the flux of each of the species as in UDS
--- ???

4. ...


Any ideas?

Thanks,

Tomás.-
tguozden is offline   Reply With Quote

Old   November 26, 2015, 05:36
Default Hello tguozden
  #2
New Member
 
Francesco
Join Date: Aug 2015
Posts: 4
Rep Power: 10
ilfrance90 is on a distinguished road
Hello tguozden,

Have you found a way to use C_UDSI(c,t) in your UDRGM?
I'm working on a UDRGM and I need to define some properties as a function of a User-defined-scalar, hence your reply would be very useful for my work.
Thank you very much!
ilfrance90 is offline   Reply With Quote

Old   November 26, 2015, 09:16
Default
  #3
New Member
 
Tomas
Join Date: Feb 2015
Posts: 4
Rep Power: 11
tguozden is on a distinguished road
Hello francesco! I was suggested to create a DEFINE_PROFILE and hook this with "fixed value" definition in cellzone conditions.

Didn't try, if you please let me know.

DEFINE_PROFILE(fixed_species, thread, i)
{
/*
* Prescribe species mass fraction value.
*/
cell_t cell;/* loop over the cells */
begin_c_loop(cell, thread)
{
C_YI(c,t,0) = C_UDSI(c,t,0);
}
end_c_loop(cell, thread)
}




Quote:
Originally Posted by ilfrance90 View Post
Hello tguozden,

Have you found a way to use C_UDSI(c,t) in your UDRGM?
I'm working on a UDRGM and I need to define some properties as a function of a User-defined-scalar, hence your reply would be very useful for my work.
Thank you very much!
tguozden is offline   Reply With Quote

Reply

Tags
flux, species, udrgm, uds


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
How to specify surface flux of a species? ked FLUENT 18 February 15, 2022 15:03
Species Transport: How to determine the mass flux from concentration gradients? Zaphod'sSecondHead FLUENT 2 January 9, 2016 08:16
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
Boundary condition for species flux Leverkin FLUENT 0 June 9, 2008 02:19
Calculate net species/ UDS flux PK57 FLUENT 3 August 4, 2004 09:59


All times are GMT -4. The time now is 04:13.