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

wallHeatFlux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 10, 2014, 07:26
Question wallHeatFlux
  #1
New Member
 
Michael
Join Date: Aug 2012
Posts: 6
Rep Power: 13
buck_s is on a distinguished road
Hello everyone,

I am currently using and modifying the wallHeatFlux utility in order to calculate other values, that are calculated from the heat flux. However, I am not quite sure how the utility calculates the heat flux... to be specific, I don't quite get this part:

Code:
surfaceScalarField heatFlux
        (
            fvc::interpolate
            (
                (
                    turbulence.valid()
                  ? turbulence->alphaEff()()
                  : thermo->alpha()
                )
            )*fvc::snGrad(h)
        );
What are alpha and h in the code?

I am using OpenFOAM 2.2.x

I would really appreciate it, if someone could assist me with this by pointing out which equation is being used here to calculate q.

Thanks in advance.
buck_s is offline   Reply With Quote

Old   July 14, 2014, 05:18
Default
  #2
New Member
 
Michael
Join Date: Aug 2012
Posts: 6
Rep Power: 13
buck_s is on a distinguished road
Does anyone know how it works??
buck_s is offline   Reply With Quote

Reply

Tags
alpha, heat transfer, wallheatflux


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
wallHeatFlux and radiation craig.tickle OpenFOAM Post-Processing 5 December 2, 2018 08:00
Local heat transfer / modifying wallHeatFlux buck_s OpenFOAM Post-Processing 0 June 17, 2014 06:52
problem with WallHeatFlux Roman1 OpenFOAM Running, Solving & CFD 1 January 24, 2014 10:31
wallHeatFlux BC not constant after restart eelcovv OpenFOAM Running, Solving & CFD 26 May 24, 2011 23:11
[swak4Foam] groovyBC + wallHeatFlux BC prabhu OpenFOAM Community Contributions 1 July 21, 2009 10:56


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