|
[Sponsors] |
how to calculate dot product of velocity vector and temperature gradient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 13, 2016, 16:53 |
how to calculate dot product of velocity vector and temperature gradient
|
#1 |
New Member
ramin
Join Date: Nov 2015
Posts: 3
Rep Power: 11 |
hi ,anyone could help me with this problem i've got ? i wanna calculate the inner product of velocity vector and temperature gradient in fluent : U. T
Thanks in Advanced. |
|
March 13, 2016, 17:11 |
|
#2 |
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
You could either use the NV_DOT function or write the equation out yourself:
Code:
C_U(c,t) * C_T_G(c,t)[0] + C_V(c,t) * C_T_G(c,t)[1]; |
|
March 13, 2016, 17:57 |
|
#3 |
New Member
ramin
Join Date: Nov 2015
Posts: 3
Rep Power: 11 |
thanks a lot
|
|
|
|