|
[Sponsors] |
Implementation into the reynolds stress equation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 15, 2011, 23:51 |
Implementation into the reynolds stress equation
|
#1 |
New Member
yafuji aki
Join Date: Jul 2010
Location: Japan
Posts: 14
Rep Power: 16 |
Dear everyone!
The time evolution equation of the reynolds stress tensor R_ij = bar(u_i*u_j) is described as follows; //----------------------------------------------- tmp<fvSymmTensorMatrix> REqn ( fvm::ddt(R_) + ... //----------------------------------------------- I would like to implement R_i1 = bar(u_i*u_1) and R_i2 = bar(u_i*u_2) into the equaion, how should I write? (bar(u_i*u_1) = bar(u_i*u_j)*δ_j1 ? where δ_ij is the Kronecker delta) Would you be able to help me? aki Last edited by aki_yafuji; April 16, 2011 at 07:51. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
New implemented algebraic Reynolds stress model | volker | OpenFOAM | 13 | October 21, 2013 01:01 |
Reynolds Stress Models | Jade M | Main CFD Forum | 0 | April 21, 2010 17:38 |
Re Stress UU equation vs C_RUU(c,t) ? | daniel sin | FLUENT | 0 | July 30, 2006 21:20 |
Reynolds Stress equation ??? | Abhijit Tilak | Main CFD Forum | 4 | November 15, 2000 07:01 |