CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   thermal wall function calculation? (https://www.cfd-online.com/Forums/fluent/109179-thermal-wall-function-calculation.html)

macfly November 11, 2012 10:56

thermal wall function calculation?
 
1 Attachment(s)
Hi,

I'm trying to understand how exactly Fluent calculates T^*. From the procedure explained in the attached pdf (above Eqn. 4-285), here is what I understand:

1. Pr is determined from fluid conditions.

2. from the procedure, "given the molecular Prandtl number, the thermal sublayer thickness, y_T^*, is computed from the intersection of the linear and logarithmic profiles, and stored." => does it mean that egality between linear and logarithmic profiles of (4-283) is posed, and this egality is solved for y^*? i.e.:
Pr y^*=Pr_t\left[\frac{1}{\kappa}ln(Ey^*)+P\right] solved for y^* (those are the simplified profiles for incompressible flow).

3. the y^* determined from the above egality is the thermal sublayer thickness: y^*=y^*_T. Then, this y_T^* is compared against the actual y^* value (from turbulence model) and either the linear or logarithmic thermal profile of (4-283) is choosen for the calculation of T^*.

Am I right, is it how T^* is determined? I'm not sure if my step 2. above is right, please correct me if I'm wrong.

Regards,
François

LuckyTran November 13, 2012 20:16

You are pretty much correct. Except that you may still be slightly confused on step 2.

Once the thermal properties are known, the egality of
y_T^* is computed and then stored. This means equation the linear and log laws, and solving for the value of y^* at which they intersect. Note that this special intersection is then called y_T^*. This value is only computed once. The thermal wall functions only needs the y* value, but it needs a way of determining which law to use.

During the computation, the local
y^* is compared to the pre-calculated y_T^* value to determine which law to use.

The thermal wall functions are identical to the velocity wall functions. However, for the velocity functions we know beforehand the intersection of the linear and log regions since these are independent of fluid properties. The thermal law of the wall instead can only be computed after all thermal boundary conditions have been applied.

macfly November 13, 2012 20:59

Quote:

y^*T
You meant y^*_T.

Quote:

This value is only computed once.
Computed once at the beginning of the iteration process, right?


About step 2, I'm still under the impression that in order to find where the 2 profiles intersect, a clever way is to equate their equations. What am I missing? Fluent equates the profiles and performs some iteration process (like narrowing the right y^* value starting with a low and high value...)?

LuckyTran November 13, 2012 21:08

Quote:

Originally Posted by macfly (Post 391952)
You meant y^*_T.


Computed once at the beginning of the iteration process, right?


About step 2, I'm still under the impression that in order to find where the 2 profiles intersect, a clever way is to equate their equations. What am I missing? Fluent equates the profiles and performs some iteration process (like narrowing the right y^* value starting with a low and high value...)?

Thanks, y_T^*, I'm not used to typing equations.

Correct, computed only once. In other words, it is not recomputed on subsequent iterations. This computation is probably done during the initialization step.

You must equate the equations,that is the only way to do it, I would not describe that as a clever equating. I imagine Fluent calculates it by some iterative process like you described, but ignoring the details of how it is calculated, it is a simple find the intersection of two curves problem.

Pretty much any algorithm will work. Bisection works. Fixed-point iteration and Newton-Raphson are also guaranteed to work since one of the equation is a line, and that would converge very quickly (Richardson extrapolation can be used to speed up convergence also). I am sure that Fluent has these algorithms pre-packaged in the background somewhere since they are also needed when solving the large systems of equations during the iteration process.

macfly November 13, 2012 23:36

All right, thanks for the clarifications. Case closed.


All times are GMT -4. The time now is 01:25.