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

Calculating divDevReff

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree122Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 12, 2016, 06:04
Default
  #41
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear Gerald,

thanks for the feedback. I think I get the point. That means if I make a RANS calculation and I am really interested in the real reynolds-averaged pressure (due to the fact that we split the stress tensor into hydrostatic and deviatoric -> shear-rate; as you told), I have to substract p with 2/3*k.

I am correct?
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 22, 2016, 06:00
Default
  #42
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear all,

the latest news about the [math]2/3 k \delta_{ij}[/term]. As Gerhald told, this term could be included into the pressure to get some modified pressure field (Pope). But till now I think this term is neglected in OpenFOAM because:

  • I did not find anything about the modified pressure p' in FOAM
  • I could not find any source code which defines some modified pressure
  • None FOAM guy was talking about that we solve a modified pressure field
  • Other threads in the forum that talk about the missing term:
http://www.cfd-online.com/Forums/ope...-openfoam.html

http://www.cfd-online.com/Forums/ope...-stresses.html

http://www.cfd-online.com/Forums/ope...sonicfoam.html

http://www.cfd-online.com/Forums/ope...oam-2-2-x.html


Therefore I still keep the PDF as it is (if you dont know which PDF I mean):

http://www.cfd-online.com/Forums/ope...-openfoam.html


Feel free to correct me!
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   June 7, 2016, 04:11
Default Update about the term 2/3deltak
  #43
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear all,

I was wrong with the assumption that the term \frac{2}{3}\delta_{ij}k is neglected. As Gerhard mentioned before, it is pushed into a modified pressure. For me it was obvious after I derived the equations myself. If you want to check it out, you find the derivations and the analogy of Cauchy-Stress tensor and Reynolds-Stress tensor here:

http://www.cfd-online.com/Forums/ope...-openfoam.html
syavash and Elyas_Mosibat like this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   August 14, 2016, 05:49
Default
  #44
Senior Member
 
Ehsan
Join Date: Mar 2009
Posts: 112
Rep Power: 17
ehsan is on a distinguished road
Dear Tobias

There is a GenSGSStress.C (in turbulenceModels/Incompressible/LES), which is called by DeardorffDiffStress model, where the SGS stress tensor (B) is also computed in addition to nuSgs. We went deep into the equations but we were not able to derive the formula in the second line (fvc:laplacian ...) compared to the function divDevReff in GenEddyVisc.C. Would you please help us and say how this line is derived from the momentum equation?

Regards

fvc::div(B_)
+ fvc::laplacian(nuSgs_, U, "laplacian(nuEff,U)")
- fvm::laplacian(nuEff(), U)
ehsan is offline   Reply With Quote

Old   August 14, 2016, 06:44
Default
  #45
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 17
syavash is on a distinguished road
Quote:
Originally Posted by ehsan View Post
Dear Tobias

There is a GenSGSStress.C (in turbulenceModels/Incompressible/LES), which is called by DeardorffDiffStress model, where the SGS stress tensor (B) is also computed in addition to nuSgs. We went deep into the equations but we were not able to derive the formula in the second line (fvc:laplacian ...) compared to the function divDevReff in GenEddyVisc.C. Would you please help us and say how this line is derived from the momentum equation?

Regards

fvc::div(B_)
+ fvc::laplacian(nuSgs_, U, "laplacian(nuEff,U)")
- fvm::laplacian(nuEff(), U)
Hi Dr. Roohi,

My understanding is that second line is for stability purposes.
Since nuEff is the sum of nuSgs and nuLam, by neglecting fvc and fvm operators one can expect that nuSgs cancels out in second and third lines, yielding a simple laplacian(nuLam,U).

Regards
Tobi and sencer like this.
syavash is offline   Reply With Quote

Old   August 14, 2016, 08:30
Default
  #46
Senior Member
 
Ehsan
Join Date: Mar 2009
Posts: 112
Rep Power: 17
ehsan is on a distinguished road
Dear Ehsan

Thank you for your helps and the rational reply.

Regards
ehsan is offline   Reply With Quote

Old   August 18, 2016, 07:35
Default
  #47
Senior Member
 
Ehsan
Join Date: Mar 2009
Posts: 112
Rep Power: 17
ehsan is on a distinguished road
Hello,

I would be happy if anyone could help for the post in:

http://www.cfd-online.com/Forums/ope...dorff-sgs.html

Regards
ehsan is offline   Reply With Quote

Old   February 23, 2017, 06:41
Default divDevRhoReff in OpenFOAM4.x
  #48
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Dear all,

Thank you for the Explanation Tobias. I have been immersed in the Topic with the OpenFOAM4.x that with OpenFOAM3.x Change the Turbulence model Code structure. Before we had dev Operator for incompressible flow and dev2 Operator for compressible flow. For incompressible flow, as you said a "stabilization term" have been add to the laplacian of the velocity,

\Delta u + \frac{2}{3} \nabla (\nabla . u)

I don't get the stabilization choice of \frac{2}{3} \nabla (\nabla . u) but ok, the term would be Zero for incompressible flow (converged as you mentionned).

Now, all the code have the dev2 Operator, Thanks to this the compressible and incompressible turbulence model have a common Framework

\Delta u + \frac{1}{3} \nabla (\nabla . u)

And now, we have the "stabilization term" for incompressible that is \frac{1}{3} \nabla (\nabla . u)

Why not! But the question I have now : how can the stabilization term can be choose for incompressible flow, it is convenient to be 1/3 but before that was 2/3, so what is the meaning difference in the Resolution?
Tobi likes this.
zarox is offline   Reply With Quote

Old   February 23, 2017, 07:51
Default
  #49
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,

your last equations are not correct. It should be two thirds. In general we could just remove the term (at least for incompressible) fluids but why should we? The continuity is not zero based on the iteration procedure (as you already states) and it is a good choice o track the error. Why they use 2/3 for now, might come from numerical analyzes or from code style / structure base as you already said - Framework is similar. But don't ask me about that real intension. However, we could also add 1000 \nabla\bullet U \textbf{I} but of course we would somehow amplify the error term. I think the limit would be one (naturally) and above one would make no sense. Going to one might be also not the best choice. However, using dev2 everywhere makes the code style more equal but again, do not ask me why they introduced dev to be dev2 for incompressible solvers. From a mathematical point of view there is nothing to say against this implementation.

PS: Using two thirds instead of one third should accelerate the solution convergence.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   February 23, 2017, 09:10
Default div((nuEff*dev2(T(grad(U))))) is undefined in dictionary
  #50
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
I think, the last equation is correct but I didn't explain the Background correctly.

My simple calculation is for the stress Tensor, with stokes hypothesis:

\tau = \nu (\nabla u +(\nabla u)^{T})- \nu \frac{2}{3} ( \nabla . u) I

with \nabla . (\nabla u) = \Delta u and \nabla . (\nabla u)^{T} = \nabla (\nabla . u) and \nabla . ((\nabla . u) I) = \nabla (\nabla . u)

\nabla . \tau = \nu \Delta u +\nu \nabla (\nabla . u) - \nu \frac{2}{3} \nabla (\nabla . u) = \nu \Delta u + \nu \frac{1}{3} \nabla (\nabla . u)

we retrieve the compressible Navier Stoke equation.

Recalling tr((\nabla u)^{T})I=tr(\nabla u)I=(\nabla . u) I

dev2((\nabla u)^{T})=(\nabla u)^{T} - \frac{2}{3}tr((\nabla u)^{T})I = (\nabla u)^{T} - \frac{2}{3}(\nabla . u) I


\nabla . \tau = \nu \Delta u + \nu \nabla . (dev2((\nabla u)^{T})) = \nu \Delta u + \nu \nabla . (\nabla u)^{T} - \nu \frac{2}{3} \nabla . ((\nabla . u) I)
\nabla . \tau = \nu \Delta u + \nu \nabla (\nabla . u) - \nu \frac{2}{3} \nabla (\nabla . u)= \nu \Delta u+ \nu \frac{1}{3} \nabla (\nabla . u)

For incompressible and compressible flow formulation in OF3.x and OF4.x.

\nabla . \tau = \nu \Delta u+ \nu \frac{1}{3} \nabla (\nabla . u)

The dev2 use 2/3 factor but it is to lead to 1/3 factor in the stress Tensor for the part with the \nabla . u

Before,

dev((\nabla u)^{T})=(\nabla u)^{T} - \frac{1}{3}tr((\nabla u)^{T})I = (\nabla u)^{T} - \frac{1}{3}(\nabla . u) I

with

\nabla . dev((\nabla u)^{T})= \nabla(\nabla . u) - \frac{1}{3}\nabla (\nabla . u) = \frac{2}{3} \nabla (\nabla . u)


So \nabla . \tau = \nu \Delta u + \nu \frac{2}{3} \nabla (\nabla . u)

As I said, the previous implementation for incompressible flow we had

\nu \Delta u + \nu \frac{2}{3} \nabla (\nabla . u)

But the \nabla . u = 0 in converged flow, so as you said it would be a stabilization term

and for compressible flow as expected for Navier stoke equation for compressible

\nu \Delta u + \nu \frac{1}{3} \nabla (\nabla . u)

Now Incompressible and compressible flow have been write to use dev2 in the turbulence model so

\nu \Delta u + \nu \frac{1}{3} \nabla (\nabla . u)

But we don't get how is impacted the stability/accurancy by the formulation for incompressible with 1/3 instead of the previous 2/3

By the way, don't be worry if your old case file with the new OpenFOAM3.x and OpenFOAM4.x says

Code:
keyword div((nuEff*dev2(T(grad(U))))) is undefined in dictionary
It is because of the Change of the numerical structure explain with the use of dev2 now instead of dev even for incompressible flow. Mystery remove!
zarox is offline   Reply With Quote

Old   February 23, 2017, 10:56
Default
  #51
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
I will check your stuff but did you ever checked out my derivation of my book? Out of the box I would not agree with you because in my book I did it for 2.3.x and for incompressible we got the shear-rate tensor to be:
\boldsymbol \tau = 2\nu \textbf{D} - \frac{1}{3}\nu\left(\nabla \bullet \textbf{U}\right)\textbf{I} ~~~~~ \text{dev operator}

and for compressible we got:
\boldsymbol \tau = 2\mu \textbf{D} - \frac{2}{3}\mu\left(\nabla \bullet \textbf{U}\right)\textbf{I}~~~~~ \text{dev2 operator}


I also checked the 4.x and there I got the incompressible one to be like the compressible. However, one thing. You made effort to your equations, however, for reading it, operators should not be italic and you should also use bold symbols (maybe it is just my opinion but it would be much better in reading). However, if you are talking for compressible stuff you should use the dynamic visco instead of the kinematic one. Of course it is obvious but however, it is not correct.

PS: That the keyword is not defined or missing is clear if you understand the structure change in FOAM (not a big deal).
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   February 23, 2017, 15:31
Default
  #52
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Hi,
Sorry for the bold, I spent a couple of hours to get the tricks so I wanted to share. It seems to me that you mistake between dev or dev2 and the stress tensor. I didn't read your book but I read carrefully the derivation on your threads. I was not convinced by it. In a simple way starting from the definition of the stress tensor for newtonian with Stoke hypothesis, for me it is clear know for the OF2.x and for the later ones. My mistake to use kinematic viscosity. I was focus into dev and dev2 operator for the stress tensor, to retrieve the common Navier-Stokes. Sorry. The change of the structure would not be a big deal for you, cool. For me, it is Always good to understand why the keyword have changed and what is the equations solved.
I get the impression that you think you are the best who know every thing and that you mock me.
Not a problem. Lucky you. I am happy to found the answer to my question, and I find the proof without Black box, that is clear and coherent with the common equation.
I hope at least that could help someone which was the aim of publishing. Not to be despise.

Tchuss!
zarox is offline   Reply With Quote

Old   February 23, 2017, 15:41
Default
  #53
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Hi,
Sorry for the bold, I spent a couple of hours to get the tricks so I wanted to share. It seems to me that you mistake between dev or dev2 and the stress tensor. I didn't read your book but I read carrefully the derivation on your threads. I was not convinced by it. In a simple way starting from the definition of the stress tensor for newtonian with Stoke hypothesis, for me it is clear know for the OF2.x and for the later ones. My mistake to use kinematic viscosity. I was focus into dev and dev2 operator for the stress tensor, to retrieve the common Navier-Stokes. Sorry. The change of the structure would not be a big deal for you, cool. For me, it is Always good to understand why the keyword have change and what is the equations solved.
I get the impression that you think you are the best who know every thing and that you mock me.
Not a problem. Lucky you. I am happy to found the answer to my question, and I find the proof without Black box, that is clear and coherent with the common equation.
I hope at least that could help someone that was the aime of publishing. Not to be despise.

Tchuss!
zarox is offline   Reply With Quote

Old   February 23, 2017, 17:47
Default
  #54
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
You are Kind to say that I know everything. As you can see I try to help people, not to convince them by the stuff I did. Finally, I derived the equations myself and I also might did something wrong. As I already said, I will check what you did but however it seems to me that you don't want it. if you think that I think I know everything nice - if you would know me better you would know that I really do not know too much. If you feel pissed of by me, I am sorry. I just mentioned that I do not agree to your statement till now but it seems that you derived it, showed yourself that you are right and just insult me without any reason.

You know why I mentioned to make the equations correct? Because in every literature you find different stuff and it is just the lazyness to make things clear. If someone who is not familiar with the mathematical stuff he might be confused because you used kinematic visco instead of dynamic etc. But however, screw me, insult me and blame me ...

If there would be more guys like you who put such an effort in the derivatives I would be much happier because I could lern more and the discussions would be better. But as I stated, I will check your stuff - even if I get pissed off of your message -> "You feel like you are the best and know anything"... Wow ... If it would 've so, I would not discuss here and if you even read the whole thread you would see that I already made a lot of mistakes here.

Sent from my HTC One mini using CFD Online Forum mobile app
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   February 24, 2017, 03:15
Default
  #55
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Tobi,
It is Bad that now we are stuck in this reproach things. I apologize if I offend you. I get the need to have clear syntaxe for equation. I am totally agree with you. Can we start again, and if you have time have a look to the équation to know if I made a mistake. That would be great to have your check.
Have a nice day/evening what ever Time Line you are!
zarox is offline   Reply With Quote

Old   February 27, 2017, 11:07
Default
  #56
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Dear Emeline,
  • At the moment I do not know what I should publish here, because the outcome of my investigations were that your derivation is correct and mine too
  • Summing it up shortly; I did not see that you have PLUS oneThird and as I said out of the box I don't agree and that I have to check it. Well, the only difference you made is, that you put two terms together, which I never did before.
  • Why they use the -2/3 factor now in incompressible cases - don't ask me. Personally, I think it is just for faster convergence in the case when the mass conservation is not 100% correct.
  • However I think I got our misleading problem. The fact that you put two terms together, you got a bigger term with dev (-> twoThirds) than with dev2(-> oneThird) for incompressible, right?
  • Based on my derivations (never put the terms together) it is vice versa. The dev(-> oneThird) became dev2(->twoThird)


The stuff I wrote today - similar to yours

» I am just a normal guy who tries (maybe like you) to understand all the complex things in FOAM, Numerics etc. and I am just a human who can have a bad day or a more stressful day, like last week Friday, too. However, the only thing that I did not like was the fact that you blamed me (more or less) that I think I am the best and greatest guy here. It was disappointing because finally I do so many things in my spare time without any benefit for the community. I made so many effort to clear things that are not obvious at the first moment and showed it to the community. But I have to say that it is my knowledge based on the literature I read and the derivations I did (and I could be wrong in any case as I was already in this thread - just see the term 2/3 k rho). Honestly, I have to say that I am not an expert and I do not feel like to be one. As I already said I only want to get the fundamentals and understand what is going on (especially in the code and with the equations) - I think like you.


Back to the topic. As I stated above, I did not agree with your statement you gave but maybe I got just something wrong, which I did in fact, but I also mentioned that I have to check it before. The problem was just a sign that I did not check when I said your 1/3 is wrong (no time for checking on Thursday). However, now I got your point and your derivations are correct. Finally, there is nothing left to say. The only thing is, that I did my derivations differently and the benefit of using dev2 is (maybe) more clearer that it has more impact on the stability.

The main difference in the derivation is, that you put two terms together. First of all I will talk about my point of view while I take your stuff into account. I will first start with the real fundamentals now. The shear-rate tensor for Newtonian fluids can be expressed based on the following formula [22]:

\textbf{T}(\textbf{A}) = 2X\textbf{A} + Y \text{tr}(\textbf{A})\textbf{I}

As you stated, using the Stokes relation (bulk viscosity = 0), it follows that:

Y = \frac{2}{3}X

and in Newtonian fluids we replace Y = \mu. This can be checked out in [22], if this literature is not available, I made the same derivation in my book chapter 7 where I showed the ?correct? bulk viscosity term (in each literature you can find different stuff like [16] and [22]) and the Stokes relation and why we end up with the common shear-rate tensor (http://www.holzmann-cfd.de/index.php...s-and-openfoam):

\boldsymbol{\tau} = 2\mu \textbf{D} - \frac{2}{3} \mu \text{tr}(\textbf{D})\textbf{I}

\textbf{D} is the strain-rate tensor as you also already stated to be \textbf{D} = \frac{1}{2}\left[\nabla \otimes \textbf{U} + (\nabla \otimes \textbf{U})^\text{T}\right]. It should be noted that the above fundamental equation is only valid if T is a symmetric tensor and the viscosity of the fluid has to follow a linear law [22]. I think till here everything is clear. Using your mathematical stuff:

\text{tr}(\textbf{D}) = \nabla \bullet \textbf{U}, the above shear-rate tensor can be rewritten to:

\boldsymbol{\tau} = 2\mu \textbf{D} - \frac{2}{3} \mu (\nabla \bullet \textbf{U})\textbf{I}

Now you added the laplacian operator which is good because we split implicit and explicit part (laplacian can be treated implicit). Doing so, we first have to apply the divergence operator to the shear-rate tensor (I also add the definition of the strain-rate tensor):

\nabla \bullet \boldsymbol{\tau} = \nabla \bullet \left\{ 2\mu \left(\frac{1}{2} \left[\nabla \otimes \textbf{U} + (\nabla \otimes \textbf{U})^\text{T}\right]\right) - \frac{2}{3} \mu (\nabla \bullet \textbf{U})\textbf{I}\right\}

Now I get similar stuff like you, while extracting the brackets and the divergence operator:

\nabla \bullet \boldsymbol{\tau} = \nabla \bullet \left[ \mu \left(\nabla \otimes \textbf{U}\right)\right] + \nabla \bullet \left[\mu \left(\nabla \otimes  \textbf{U})^\text{T}\right)\right] - \nabla \bullet \left[\frac{2}{3} \mu (\nabla \bullet  \textbf{U})\textbf{I} \right]

This equation exact the same like yours in line 3, if we assume constant viscosity:

\nabla \bullet \boldsymbol{\tau} = \mu \Delta \textbf{U} + \mu  \nabla \bullet \left(\nabla \otimes  \textbf{U}\right)^\text{T}- \mu \nabla  \bullet \left[\frac{2}{3} (\nabla \bullet  \textbf{U})\textbf{I}  \right]

Incompressible in FOAM and DEV

To be comform with your equation in line 3, lets assume constant density in addition. So we divide and get the kinematic viscosity. Now, I realized the difference in our derivation. You added the last two terms together (which I will not do). It follows:

\frac{1}{\rho}\nabla \bullet \boldsymbol{\tau} = \nu \Delta \textbf{U} + \nu  \nabla  \bullet \left(\nabla \otimes  \textbf{U}\right)^\text{T}- \nu \nabla   \bullet \left[\frac{2}{3} (\nabla \bullet  \textbf{U})\textbf{I}   \right]

For incompressible treatments we have divDevReff which (my interpretation) stands for divergence of the Deviatoric part of the Reynolds-Average approach. And of course we are interested in the effective transport (laminar + turbulent). The call is as follow: divDevReff(U) in the UEqn.H files. (Now I am not sure where we go because I have no debug-version here and could not use gdb). However, a short code exploration lead me to the following. The divDevREff function is implemented in incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.C which is redirecting to the function divDevRhoReff(U). Without gdb it is a bit hard now. Well, based on the fluid we are using, we probably would be redirected (for Newtonian fluids) to: linearViscousStress/linearViscousStress.C: where we will find the definition of the divDevRhoReff(U) function. Here we have:

Code:
template<class BasicTurbulenceModel>
Foam::tmp<Foam::fvVectorMatrix>
Foam::linearViscousStress<BasicTurbulenceModel>::divDevRhoReff
(
    volVectorField& U
) const
{
    return
    (
      - fvc::div((this->alpha_*this->rho_*this->nuEff())*dev2(T(fvc::grad(U))))
      - fvm::laplacian(this->alpha_*this->rho_*this->nuEff(), U)
    );
}
dev2() is defined as you already stated. It is a kind of deviatoric tensor but we subtract twice the trace (definition in OpenFOAM/primitives/Tensor/TensorI.H)

Code:
//- Return the deviatoric part of a tensor
template<class Cmpt>
inline Tensor<Cmpt> dev2(const Tensor<Cmpt>& t)
{
    return t - SphericalTensor<Cmpt>::twoThirdsI*tr(t);
}
(Now again same stuff like you have) The dev2 argument can be written in the mathematical point of view as:

(\nabla \otimes \textbf{U})^\text{T}

Therefore we get for the dev2 operator:

\left[(\nabla \otimes \textbf{U})^\text{T} \right] - \frac{2}{3}\text{tr}\left[(\nabla \otimes \textbf{U})^\text{T}\right]\textbf{I}

Resubstituting everything into divDevRhoReff we get:

-\nabla \bullet \left\{\alpha \rho \nu_\text{eff}\left(
\left[(\nabla \otimes \textbf{U})^\text{T} \right] -  \frac{2}{3}\text{tr}\left[(\nabla \otimes  \textbf{U})^\text{T}\right]\textbf{I}\right)\right\}
-\Delta(\alpha \rho \nu_\text{eff} \textbf{U})

\alpha is the phase fraction and the negative signs come from the fact that the shear-rate tensor stand on the left hand side in the equation. \rho \nu_\text{eff} is the dynamic viscosity and based on the fact that I assume it to be constant (density constant as well), we can take it out of the derivatives. The fraction is One here (single phase). Okay. Bringing everything to the RHS, dividing the equation by the density, assuming the kinematic viscosity to be constant and that we model only one phase (\alpha = 1) we get:

+\nu_\text{eff} \Delta\textbf{U}
+\nu_\text{eff} \nabla \bullet \left\{\left(
\left[(\nabla \otimes \textbf{U})^\text{T} \right] -   \frac{2}{3}\text{tr}\left[(\nabla \otimes   \textbf{U})^\text{T}\right]\textbf{I}\right)\right\}

Just splitting the last term we get:

+\nu_\text{eff} \Delta\textbf{U}
+\nu_\text{eff} \nabla \bullet 
(\nabla \otimes \textbf{U})^\text{T} -    
\nu_\text{eff} \nabla \bullet \left(\frac{2}{3}\text{tr}\left[(\nabla \otimes    \textbf{U})^\text{T}\right]\textbf{I}\right)

By using your mathematics, the trace can be rewritten and we get the same equation as we had at the beginning and in fact it is similar to your equation in line 3 and the derivation is exact what you had (line #9, 10 and 12). In previous versions, the divDevReff function called the dev() operator. In version 4.x it calls dev2(). However, for incompressible cases - as you also said - the last term vanishes based on the continuity equation. Well, to be honest, it is my personal statement that I made that keeping that term (which is introduced by dev() or dev2()) is just for numerical stabilization of faster convergence because the term does not have to be zero in the numerical point of view. However, I could be wrong here. Why do I think so? In [11] there is a chapter about LU-Decomposing and error estimation and improving of solutions. Here, they mention to track (or at least calculate) the error and improve the solution based on the error. Which is somehow similar here. However, if we do not combine the terms like you did, it is more or less obvious that dev2 has a higher impact than dev based on the three terms. I think the main part here might come from explicit and implicit treatment because the gradient could not be treated implicitly and the argument of dev or dev2 is in fact explicit. Your mathematical re-arrangement is valid - of course but maybe they do not merge the terms based on that. This reminds me somehow to the stress implementation which is done in FOAM.

Compressible in FOAM and dev2
I think I can skip this because we get the same equation as above and exact the same like you have. The outcome is that in 4.x (and 3.x?) the shear-rate tensors are identically (but you already proofed it).

Summing up for previous FOAM versions
In my book, chapter 9, I made this derivations for 2.3.x (maybe a bit more clear). Here, we had both operators (as you also stated). However, the dev() operator (for me) returns the real deviatoric part. I am not sure if we should really say that dev2() returns the deviatoric part because (I might be wrong here) as far as I know the deviatoric part of a tensor is always without the hydrostatic (spherical) one which is defined as:

\textbf{A}^\text{hyd} = \frac{1}{3}\text{tr}(\textbf{A})\textbf{I}

but even in the Source code they mention that it is the deviatoric part. Maybe for compressible fluids the deviatoric part is two thirds, don't know but maybe you know it better.

The literatures are given here: http://www.holzmann-cfd.de/index.php/en/literature

I am not sure if this clarify it now? For me, it was new that you put the last two terms together - never saw this in my literature before but it is correct, definitely.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   February 27, 2017, 12:05
Default
  #57
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Hi Tobi,

Thank you for your clear check. You probably have rigth about the "stabilization" term. I don't get all, but I suppose your guess is a good one.


Thank you. Sorry, again, for the bad start. I apologize.

Zarox
zarox is offline   Reply With Quote

Old   February 27, 2017, 12:10
Default
  #58
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
So everything is fine. However, what didn't you get? Maybe I am somehow wrong too?
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   February 28, 2017, 04:25
Default
  #59
Member
 
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12
zarox is on a distinguished road
Dear Tobi,


I don't get all about the stabilization term, how it's work with the LU decomposition and so on. I used to work on a Poisson solver with BiCGStab and Multigrid solver and so on, but I am not expert in the math. A least not enough to get the clear effect of the additional term on the convergence. However, I think that your feeling is good.

Have a nice day/night whatever time line you are!

Zarox
zarox is offline   Reply With Quote

Old   March 5, 2017, 03:07
Default
  #60
New Member
 
Wahahawsw
Join Date: Feb 2017
Posts: 6
Rep Power: 9
wangwsw is on a distinguished road
I have same problem with the reactingFoam. As i have implemented my thermophysicalModel.
I have a few problems as following :
1: In the UEqn.H, how is turbulence->divDevRhoReff() calculated in the code?
2: In the EEqn.H, how is turbulence->alphaEff() and reaction->Sh() calculated in the code?
3: In the YEqn.H, how is turbulence->muEff() and reaction->R(Yi) calculated in the code?
As i can't find their code, I am troubled by these problems. I want to know how these terms are calculated .
Thank you very much in advance if you have some ideas about those problems.
wangwsw is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Calculating Vorticity David CFX 28 October 29, 2017 19:02
Calculating Drag Ajay Rao FLUENT 8 February 15, 2010 10:15
what is Fluent calculating? tomek FLUENT 1 July 24, 2006 18:52
errors in calculating ustcer FLUENT 1 April 4, 2004 14:08
Calculating Coefficients shabah CFX 2 June 19, 2001 00:59


All times are GMT -4. The time now is 11:48.