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

Computing Streamwise Turbulent HeatFlux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 28, 2011, 10:06
Default Computing Streamwise Turbulent HeatFlux
  #1
Senior Member
 
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 16
deji is on a distinguished road
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.
deji is offline   Reply With Quote

Old   May 30, 2011, 05:49
Default
  #2
Senior Member
 
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 103
Rep Power: 17
Thomas Baumann is on a distinguished road
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.
Thomas Baumann is offline   Reply With Quote

Old   May 30, 2011, 10:22
Default
  #3
Senior Member
 
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 16
deji is on a distinguished road
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
deji is offline   Reply With Quote

Old   June 1, 2011, 05:29
Default
  #4
Senior Member
 
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 103
Rep Power: 17
Thomas Baumann is on a distinguished road
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
Thomas Baumann is offline   Reply With Quote

Old   June 1, 2011, 11:32
Default
  #5
Senior Member
 
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 16
deji is on a distinguished road
Thank you very much Thomas.

Best regards,
Deji
deji 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
CFX Treatment of Laminar and Turbulent Flows Jade M CFX 18 September 15, 2022 07:08
Turbulent Dispersion for Coal Combustion gravis CFX 2 March 23, 2010 23:56
setting value of turbulent intensity and turbulent viscosity ratio in wind tunnel nuimlabib Main CFD Forum 0 August 4, 2009 00:05
Problem of Turbulent Viscosity Ratio Limited David Yang FLUENT 3 June 3, 2002 06:13


All times are GMT -4. The time now is 04:05.