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

how to calculate dot product of velocity vector and temperature gradient

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By `e`

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2016, 15:53
Default how to calculate dot product of velocity vector and temperature gradient
  #1
New Member
 
ramin
Join Date: Nov 2015
Posts: 3
Rep Power: 10
ramin_rz is on a distinguished road
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.
ramin_rz is offline   Reply With Quote

Old   March 13, 2016, 16:11
Default
  #2
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
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];
C_U(c,t) is the x-velocity component within a cell and C_T_G(c,t)[0] is the x-component of the cell temperature gradient vector.
ramin_rz likes this.
`e` is offline   Reply With Quote

Old   March 13, 2016, 16:57
Default
  #3
New Member
 
ramin
Join Date: Nov 2015
Posts: 3
Rep Power: 10
ramin_rz is on a distinguished road
thanks a lot
ramin_rz is offline   Reply With Quote

Reply


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



All times are GMT -4. The time now is 02:40.