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

Re Stress UU equation vs C_RUU(c,t) ?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2006, 21:20
Default Re Stress UU equation vs C_RUU(c,t) ?
  #1
daniel sin
Guest
 
Posts: n/a
Dear Sir,

Hi. all. I am struggling with Reynolds stresses, i want to get Re Stress in k-e model. fist of all, I conducted in Reynold Turblence model because of easy to get the Reynold UU stress in 2d model.

manual : 11.2.3 Boussinesq Approach vs. Reynolds Stress Transport Models, there is the Reynolds stress equation.

Then, I compared equation of Reynolds Stresses with C_RUU(c,t) in Reynolds Turbulence model.

Unfortunatly, the result is different. Do you think what the problem is?

The maxium is 8.32e+1 (Re Stress equation) and 1.34e+2 (C_RUU(c,t) respectively.

Thank you. Sincerely, Daniel.

#include "udf.h" DEFINE_ADJUST(s_stress_adjust,d) { Thread *t; cell_t c; thread_loop_c(t,d) {

begin_c_loop(c,t)

C_UDMI(c,t,0) = -(2*C_MU_T(c,t)*C_DUDX(c,t)-(2.0/3.0)*(C_R(c,t)*C_K(c,t)+C_MU_T(c,t)*C_DUDX(c,t)));

C_UDMI(c,t,1) = C_RUU(c,t); end_c_loop(c,t) } }

  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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 06:21
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 07:27
Implementation into the reynolds stress equation aki_yafuji OpenFOAM 0 April 15, 2011 23:51
Constant velocity of the material Sas CFX 15 July 13, 2010 09:56
Reynolds Stress equation ??? Abhijit Tilak Main CFD Forum 4 November 15, 2000 07:01


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