|
[Sponsors] |
Typo in alphatWallFunctionFvPatchScalarField.H ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 28, 2020, 16:31 |
Typo in alphatWallFunctionFvPatchScalarField.H ?
|
#1 |
Member
alexander thierfelder
Join Date: Dec 2019
Posts: 71
Rep Power: 6 |
Hi does someone know if it is on purpose, that in alphatWallFunctionFvPatchScalarField.H calculation example in the description for alpha over Pr is done with mu instead of nu or is it a typo? It should be alpha=nu/Pr in my understanding.
Code:
The turbulent thermal diffusivity calculated using: \f[ \alpha_t = \frac{\mu_t}{Pr_t} \f] Code:
Usage \table Property | Description | Required | Default value nut | turbulence viscosity field name | no | nut Prt | turbulent Prandtl number | no | 0.85 \endtable In the actual calculation in alphatWallFunctionFvPatchScalarField.C they also use Code:
operator==(rhow*tnutw/Prt_); So it seems that they really calculate it that way. I do not really get it. |
|
July 11, 2020, 15:00 |
|
#2 |
Member
alexander thierfelder
Join Date: Dec 2019
Posts: 71
Rep Power: 6 |
Ok there is no typo here they also discussed the topic:
alphaEff In short: alpha or alphaeff is something like a energy diffusivity not the "textbook" thermal diffusivity and also not the thermal conductivity. It is the thermal diffusivity multiplied by density, or thermal conductivity divided by the isobaric heat capacity. (In most cases, there are some differences depending the energy you are solving for and or if you have a decoupled heat equation -> incompressible ... I think, feel free to correct me) And the effective value ist the "laminar" value plus the turbulent value. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Typo in CFD-Direct Energy equation | Tobi | OpenFOAM | 2 | March 6, 2017 04:42 |
typo in programmers guide? about su and sp | sharonyue | OpenFOAM | 2 | March 21, 2015 08:50 |
Please confirm, if this is a bug or a typo | N. A. | OpenFOAM | 0 | August 18, 2010 13:51 |
Typo in komega.H | Adam_Lavely | OpenFOAM Bugs | 3 | April 1, 2010 15:49 |
Typo in User Guide - Please Check | jaswi | OpenFOAM Bugs | 2 | June 29, 2009 18:03 |