|
[Sponsors] |
June 18, 2018, 18:01 |
using one uds in other uds
|
#1 | |
New Member
Animesh Sahoo
Join Date: May 2018
Posts: 20
Rep Power: 8 |
hello everyone,
Actually I am trying to code the following equation :- [∇α(T)]TJ=-∇UDS2 T/ρ(T) ∇UDS0 So, I need to use UDS0 & UDS2 in third UDS, for which I made the following code :- Quote:
Can anyone suggest whether the code is wrong or there is some other way to do it? |
||
June 18, 2018, 20:15 |
|
#2 | |
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
Because you have not declared these variables. Add these entries to the enum:
Code:
enum { teg, teg1, teg4, N_REQUIRED_UDS }; Quote:
|
||
June 19, 2018, 04:40 |
|
#3 |
New Member
Animesh Sahoo
Join Date: May 2018
Posts: 20
Rep Power: 8 |
Thanks for your advice, I am going to follow the procedure as described by you.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mass transfer UDS between two phases | rarnaunot | FLUENT | 1 | June 25, 2018 08:22 |
Can you explain me how to use UDS? | Tleja | Fluent UDF and Scheme Programming | 0 | July 14, 2015 02:52 |
Set UDS on wall... | fivos | Fluent UDF and Scheme Programming | 2 | July 25, 2014 06:57 |
Calculate UDS flux through the wall | ananth_01 | FLUENT | 0 | August 5, 2013 08:33 |
Doubts UDS Flux, UDS Unsteady for VOF model | kel85uk | FLUENT | 0 | March 17, 2010 09:53 |