|
[Sponsors] |
July 8, 2010, 03:45 |
Emissivity
|
#1 |
New Member
Marek
Join Date: Jul 2010
Posts: 3
Rep Power: 16 |
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. |
|
July 8, 2010, 22:39 |
|
#2 | |
Senior Member
Join Date: Feb 2010
Posts: 164
Rep Power: 17 |
Quote:
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)) ; |
||
July 9, 2010, 07:57 |
|
#3 |
New Member
Marek
Join Date: Jul 2010
Posts: 3
Rep Power: 16 |
||
|
|
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 |