|
[Sponsors] |
May 28, 2011, 11:06 |
Computing Streamwise Turbulent HeatFlux
|
#1 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Hey there Foamers, I would like to confirm my understanding of calculating the streamwise turbulent heatflux, uT:
If I know Urms and Trms, can I take the product uT= UrmsTrms ?? Thanks. |
|
May 30, 2011, 06:49 |
|
#2 |
Senior Member
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 104
Rep Power: 17 |
Hallo,
you can't do this: you have to define the vectorfield u*T, and get the mean-values out of this product and so get from this your rms values. |
|
May 30, 2011, 11:22 |
|
#3 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Thanks for the reply. I have checked, but it seems OpenFOAM fieldAverage does not have the capability of averaging u'T',v'T'. Is that so? Thanks much in advance.
Deji |
|
June 1, 2011, 06:29 |
|
#4 |
Senior Member
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 104
Rep Power: 17 |
Hi,
I would rewrite the solver and get an output similar to: volVectorField UT ( IOobject ( "UT", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), U*T ); and than in the controlDict: functions { fieldAverage { type fieldAverage; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; fields ( UT { mean on; prime2Mean on; base time; } ); } } Regards Thomas |
|
June 1, 2011, 12:32 |
|
#5 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Thank you very much Thomas.
Best regards, Deji |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX Treatment of Laminar and Turbulent Flows | Jade M | CFX | 18 | September 15, 2022 08:08 |
Turbulent Dispersion for Coal Combustion | gravis | CFX | 2 | March 24, 2010 00:56 |
setting value of turbulent intensity and turbulent viscosity ratio in wind tunnel | nuimlabib | Main CFD Forum | 0 | August 4, 2009 01:05 |
Problem of Turbulent Viscosity Ratio Limited | David Yang | FLUENT | 3 | June 3, 2002 07:13 |