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

Emissivity

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2010, 03:45
Default Emissivity
  #1
New Member
 
Marek
Join Date: Jul 2010
Posts: 3
Rep Power: 15
mrojczyk is on a distinguished road
Hi
How i can get an internal emissivity through UDF?
Is any function which works similar like f. ex. temperature: C_T(face, thread).
thanks.
Mark

Last edited by mrojczyk; July 8, 2010 at 05:15.
mrojczyk is offline   Reply With Quote

Old   July 8, 2010, 22:39
Default
  #2
Senior Member
 
Join Date: Feb 2010
Posts: 164
Rep Power: 17
gearboy is on a distinguished road
Quote:
Originally Posted by mrojczyk View Post
Hi
How i can get an internal emissivity through UDF?
Is any function which works similar like f. ex. temperature: C_T(face, thread).
thanks.
Mark
use DPM_EMISSIVITY(p,m) to get the particle emissivity.

Use THREAD_VAR(t).wall.in_emiss to get the internal emissivity of a wall.

Return value: Profile structure type

Use the following method to get the emissivity (absorption coeff.) of internal gas

Thread*t;
Material *m;
real as;
Property *prop;
m=THREAD_MATERIAL(t);
prop =MATERIAL_PROPERTY(m);
as = generic_property(c,t,prop,PROP_abs_coeff,C_T(c,t)) ;
gearboy is offline   Reply With Quote

Old   July 9, 2010, 07:57
Default
  #3
New Member
 
Marek
Join Date: Jul 2010
Posts: 3
Rep Power: 15
mrojczyk is on a distinguished road
Quote:
Originally Posted by gearboy View Post

Use THREAD_VAR(t).wall.in_emiss to get the internal emissivity of a wall.

Return value: Profile structure type
Would you write a full structure udf to get this parameter?
mrojczyk is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 define the emissivity Eric Hasamann FLUENT 14 August 26, 2016 06:40
How to set the emissivity of semi-transparent wall Thomas FLUENT 2 June 27, 2013 03:53
Emissivity for boundary condition ereiss FLUENT 4 August 10, 2012 02:27
Temperature-dependent emissivity for DOM boundary condition navier OpenFOAM 3 September 30, 2009 19:48
how to change emissivity at wall boundary cthsieh Siemens 1 August 29, 2006 00:04


All times are GMT -4. The time now is 06:24.