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 Community New Posts Updated Threads Search

Like Tree122Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 24, 2015, 10:37
Default
  #21
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
Quote:
Originally Posted by syavash View Post
Dear Tobias,

I suppose that a deviatoric tensor should be trace-free, while you have added the trace to the original tensor in the following part:

\nabla \bullet (\nu \nabla \textbf{U}) + \nabla \bullet \left(\nu \left[ A + \frac{1}{3}\mathrm{tr}(A)\textbf{I}\right]\right)


Please correct me if I am wrong!!

Thanks,
Syavash
You are correct. The deviatoric tensor is traceless but as you see out of the derivation this term will remain. I did more derivations and put all together. I think I am going to share this with you. Also divDevRhoReff and divDevReff are included.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 2, 2015, 05:14
Default
  #22
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 15
agustinvo is on a distinguished road
Quote:
Originally Posted by Tobi View Post
Incompressible
For incompressible fluids (devide by \rho) we again start with the viscous stress tensor \boldsymbol \tau:

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

Hence, the density is constant the first term (underlined) at the RHS is zero due to the mass conservation equation:

\nabla\bullet \textbf{U} = 0

\nabla \bullet \boldsymbol \tau = \nabla \bullet \left[\nu \nabla \textbf{U} + \nu   (\nabla   \textbf{U})^T\right]

After a huge amount of mathematics we get

\nabla \bullet (\nu \nabla \textbf{U}) + \nabla \bullet (\nu   (\nabla   \textbf{U})^T)

So there is no deviatoric part till now. But in FOAM we calculate the viscouse part of the stress tensor using divDevReff. Now we add the hydrostatic part multiply by the viscosity and substract it again:

\nabla \bullet (\nu \nabla \textbf{U}) + \nabla \bullet \left(\nu   (\nabla   \textbf{U})^T + \nu\frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I} -  \nu\frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I}\right)

it follows:

\nabla \bullet (\nu \nabla \textbf{U}) + \nabla \bullet \left(\nu \left[  (\nabla    \textbf{U})^T + \frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I}\right] -   \nu\frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I}\right)

The last term is zero due to mass conservation and can be removed:

-   \nu\frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I} =  -   \nu\frac{1}{3}\mathrm{tr}(\nabla \textbf{U})\textbf{I} =  -   \nu \nabla \bullet \textbf{U}


We end up with:

\nabla \bullet (\nu \nabla \textbf{U}) + \nabla \bullet \left(\nu \left[  (\nabla    \textbf{U})^T + \frac{1}{3}\mathrm{tr}(\nabla \textbf{U})^T\textbf{I}\right]\right)
Hello

In the OpenFOAM programmer's guide, it is said that:

dev (A) = A - 1/3 * trace(A) * I

So I think the bold part I quoted is not correct at all: the other term should be removed instead the one you used, if I am not wrong. At the end, since it is an incompressible case, it should not be a problem during your derivation.
agustinvo is offline   Reply With Quote

Old   December 2, 2015, 09:03
Default
  #23
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
Again,

you are right. The deviatoric part is tracefree but I also added the trace because it is a term of numerical stabilisation. This will happen due to the fact of my derivation. Also you are right that the deviatoric part of a matrix is defined as:

dev\textbf{A} = \textbf{A} - \frac{1}{3} tr(\textbf{A}) \textbf{I}

But you mix up the way I derived the equation. Starting from the incompressible term; that means that the conti is zero and also the secondary viscosity \lambda = - \frac{2}{3}\mu is zero it follows for the shear-rate tensor:

\boldsymbol \tau = [\nu \nabla \textbf{U} + \nu(\nabla \textbf{U})^T]

to be more consistent it would be actually:

\boldsymbol \tau = [\nu \nabla \otimes \textbf{U} + \nu(\nabla \otimes \textbf{U})^T]

What I was doing now was adding the trace of gradient U and removed it again:

\boldsymbol \tau = [\nu \nabla \otimes \textbf{U} + \nu(\nabla \otimes \textbf{U})^T + \nu \frac{1}{3} tr (\nabla \textbf{U}) \textbf{I} - \nu \frac{1}{3} tr (\nabla \textbf{U}) \textbf{I} ]

It also can be shown that:

tr (\nabla \textbf{U}) = \nabla \bullet \textbf{U}

which is actually the continuity equation which is zero for incompressible fluids. I think so far we are fine. Due to the fact that the terms of tr (\nabla \textbf{U}) = 0 we remove the last term and keep the first one. That results in the euqation I showed you above.

Now you can also do it vice versa. Then you will end up with the negative trace which will actually lead to the defintion of the deviatoric part.

So it's only a sign question we are talking about at the moment. Due to the fact that the trace term has no influence if you are converged, we can neglect it. We can feel free to add or remove it.

Of course if we consider the deviatoric definition we will at least end up with the negative trace; this derivation I also did in the paper/summary I will publish. AND of course it has a more physical way to use the negative trace because it is at least the definition of the deviatoric part (:

Also I am not sure if the solution will change if we would add the trace part. At least to clean everything up. I should have used the negative trace in my derivation, because then we get the same stuff as in the FOAM code and we correspond with the definition of the deviatoric part.

I hope it is clear now!

The only thing that is wrong at the above equations is that the sign of the trace if you start from the deviatoric definition is different. Then you get a minus sign at the trace. BUT again this part can also be neglected due to the continuity equation and one may implement it without the trace. This term is only kept for numerical stabilization.
ztdep and agustinvo like this.
__________________
Keep foaming,
Tobias Holzmann

Last edited by Tobi; December 3, 2015 at 09:20. Reason: Added identity matrix
Tobi is offline   Reply With Quote

Old   December 4, 2015, 04:40
Default
  #24
New Member
 
Nikolai Tauber
Join Date: Sep 2015
Location: Aarhus, Denmark
Posts: 14
Rep Power: 10
niko0807 is on a distinguished road
Hi,

I have been trying to figure out the exact implementation of incompressible RANS equation based on this thread and this article

http://openfoamwiki.net/index.php/Bu...sinesqPisoFoam

Nevertheless, there are a few things I do not understand, and i think there are a few mistakes in the article.

Anyway, I will start by showing you my derivation from RANS to OpenFOAM:
__________________________________________________ ____________

The incompressible RANS equation is given by,

u_j\frac{\partial u_i}{\partial	x_j}=-\frac{1}{\rho}\frac{\partial p}{\partial x_i}+\frac{\partial}{\partial x_j}\left[\nu\left(\frac{\partial u_i}{\partial x_j	}+\frac{\partial u_j}{\partial x_i}\right)-\overline{u'_iu'_j} \right]

where the Boussinesq approximation states:

\overline{u'_iu'_j}= -\nu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i} \right)  + \frac{2}{3}\overline{k} \delta_{ij}

Expressing the Reynolds stresses with the Boussinesq approximation gives cause for,

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}\right)\delta_{ij} -\frac{2}{3}k \delta_{ij}\right]

where the kinetic energy term, \frac{2}{3}k \delta_{ij}\, drops out.

What would seem to pose a paradox in connection with the incompressibility assumption is introduced. The isotropic part of the stress tensor is added and subtracted again. This entails:

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j}\nu_{Eff} \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}+ \frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij} -\frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij} \right)

Due to incompressibility the positive isotropic part of the stress tensor can be canceled and an expansion of the equation gives rise to:

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j}\nu_{Eff} \frac{\partial \bar{u}_i}{\partial x_j}+ \frac{\partial}{\partial x_j} \nu_{Eff}  \left( \frac{\partial \bar{u}_j}{\partial x_i} - \frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij}\right)

This is the incompressible turbulent RANS equation for fluids where \nu and thus \nu_{Eff} cannot be taken outside the spatial derivative due to it being a variable as a consequence of large temperature variations (or other reasons e.g. non-newtonian).

In OpenFOAM the terms can be identified as,

\underbrace{u_j\frac{\partial u_i}{\partial u_j}}_{\text{div(phi, U)}} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \underbrace{\underbrace{\frac{\partial}{\partial x_j}\nu_{Eff} \frac{\partial u_i}{\partial x_j}}_{\text{laplacian(nuEff(), U)}}+ \underbrace{\frac{\partial}{\partial x_j} \nu_{Eff}  \left( \frac{\partial u_j}{\partial x_i} - \frac{1}{3}\frac{\partial u_k}{\partial x_k}\delta_{ij}\right)}_{\text{div(nuEff()*dev(T(grad(U))))}}}_{\text{divDevReff(U)}}

which exactly what is given in the source code of the momentum equation,

Code:
    tmp<fvVectorMatrix> UEqn
    (
        fvm::div(phi, U)
      + turbulence->divDevReff(U)
    );
and the kOmegaSST turbulence model:

Code:
tmp<fvVectorMatrix> kOmegaSST::divDevReff(volVectorField& U) const
{
    return
    (
      - fvm::laplacian(nuEff(), U)
      - fvc::div(nuEff()*dev(T(fvc::grad(U))))
    );
}
The deviatoric is given by:

Code:
inline Tensor<Cmpt> dev(const Tensor<Cmpt>& t)
{
    return t - SphericalTensor<Cmpt>::oneThirdI*tr(t);
}
__________________________________________________ _____________

My questions:

- Why does the kinematic energy term drop out? Is it because the gradient of it is very small?

- Why is the isotropic part of the stress tensor added and subtracted again when it is zero due to incompressibility? So it is for numerical reasons, but which numerical reasons?
niko0807 is offline   Reply With Quote

Old   December 4, 2015, 06:06
Default
  #25
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
Quote:
Originally Posted by niko0807 View Post
Hi,

My questions:

- Why does the kinematic energy term drop out? Is it because the gradient of it is very small?

- Why is the isotropic part of the stress tensor added and subtracted again when it is zero due to incompressibility? So it is for numerical reasons, but which numerical reasons?

The reason is the following:

- I don't know it exactly without having a look into the code but it is easy to understand

- You have an estimation of the velocity field and hence you know the fluxes

- Then you calculate the pressure field due to the fluxes. Then you get new fluxes due to a new velocity field.

- NOW: for incompressible fluids \nabla \bullet \textbf{U} = 0 but will never be exactly zero due to numerics (imagine abort error)

- Therefore this term is not zero especially at the beginning of a calculation

- If we use this term we introduce somehow "additional flux" which then will lead to faster convergence


Till now I did not check your derivation but your kinetmatic energy term seems to be the secondary viscosity or first lames coefficient that is zero for incompressible fluids. You should start really from the beginning with the Cauchy stress tensor and start to derive the Navier-Stokes equations without any averaging and turbulence models. If you do so you get:

\frac{\mathrm{D}\rho\textbf{U}}{\mathrm{D}t} = \nabla \bullet \boldsymbol  \sigma + S_\mathrm{f}

where the last term represents other sources like buoyancy, gravitational acceleration and so on (neglecting now).

Then we know that we can split the Cauchy stress tensor to a hydrostatic and deviatoric part. At least the hydrostatic part is the negative pressure and the deviatoric part is for Newtonian fluids the shear rate tensor \boldsymbol\tau. We get:

\frac{\mathrm{D}\rho\textbf{U}}{\mathrm{D}t} = - \nabla p + \nabla \bullet \boldsymbol  \tau

It can be derived that the deviatoric part is actually:

\boldsymbol \tau = 2 \mu \underbrace{\frac{1}{2} [ \nabla \otimes \textbf{U} + (\nabla \otimes \textbf{U})^T}_{\mathrm{tensor~} \textbf{D}}] + \left\{(\lambda + \kappa) \nabla \bullet \textbf{U}\right\} \textbf{I}

D is also known as deformation rate tensor. Here we have the gradients of Velocity. If we are in solid mechanics, we get the gradient of displacements. The last term is due to compression and expansion effects. \kappa is named bulk viscosity that is zero for low gases and almost neglect able for dense gases and liquids. At least we end up with that equation:

\boldsymbol \tau = 2 \mu \textbf{D} + \left\{(\lambda) \nabla \bullet  \textbf{U}\right\} \textbf{I}

\lambda is the first Lamés coefficient, also known as secondary viscosity which is actually for Newtonian fluids \lambda = -\frac{2}{3} \mu. If we are in solid mechanics we have to replace \lambda with other equations. We end up:

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

that is actually the same like:

\boldsymbol \tau = 2 \mu \textbf{D} - \left\{\frac{2}{3} \mu \mathrm{tr} \textbf{D}\right\} \textbf{I}

Now for incompressible fluids, the secondary viscosity is zero (no expansion and compression), also the divergence of velocity is zero (continuity). Therefore the last term is removed. If we also introduce the assumption of constant viscosity we will end up with a simple formulation for the shear-rate tensor and at least (laplace equation), if the shear-rate tensor is zero we get the famous Euler equation.

Now if we introduce some turbulence models, nothing will be changed in the shear rate tensor. Only the viscosity will increase due to the fact that that the assumption of the common turbulence models are based on the increase of viscosity.

Therefore I don't get the point why you have -\frac{2}{3}k in your equation.
randolph likes this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 4, 2015, 07:31
Default
  #26
New Member
 
Nikolai Tauber
Join Date: Sep 2015
Location: Aarhus, Denmark
Posts: 14
Rep Power: 10
niko0807 is on a distinguished road
Hi Tobias,

Thank you for your thorough answer.

As I understand, you suggest that I have mixed up turbulent kinematic energy and bulk viscosity. I do not think that is the case. According to this reference

http://www.cfd-online.com/Wiki/Bouss...ity_assumption

The Boussinesq eddy assumption includes mean turbulent kinetic energy, and it has nothing to do with bulk viscosity.

I still do not understand why the mean turbulence kinetic energy drops out.

For consistency, I have now included the basics of the derivation from Cauchy's equation of motion to the implementation of the RANS kOmegaSST turbulence model in OpenFOAM:

----------------------------------------------------------------------------------------
Cauchy's equation of motion states:

\rho\bigg(\frac{\partial u_i}{\partial t}+u_j\frac{\partial u_i}{\partial u_j}\bigg)=\rho g_i+\frac{\partial}{\partial x_j}\tau_{ij}

It relates the fluid-particle acceleration to the net body force (here just from gravity), \rho q_i, and the surface force, \partial\tau_{ij}/\partial x_j. The stress tensor, \tau_{ij}, is composed of a deviatoric part, \sigma_{ij}, for viscous shear stresses and an isotropic part, -p\delta_{ij}, for fluid static normal stresses:

\tau_{ij}=\sigma_{ij}-p\delta_{ij}

The viscous shear stress tensor is given by,

\sigma_{ij}=\left[2\mu S_{ij}+\bigg(\mu_v-\frac{2}{3}\mu\bigg)\frac{\partial u_k}{\partial x_k}\delta_{ij}\right]

and the strain-rate is:

S_{ij}=\frac{1}{2}\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)

Combining everything produces the NS in its full form:

\rho\bigg(\frac{\partial u_i}{\partial t}+u_j\frac{\partial u_i}{\partial u_j}\bigg)=-\frac{\partial p}{\partial x_i}+\rho g_i+\frac{\partial}{\partial x_j}\bigg[\mu\bigg(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\bigg)+\bigg(\mu_v-\frac{2}{3}\mu\bigg)\frac{\partial u_k}{\partial x_k}\delta_{ij}\bigg]

Assuming incompressibility, steady state and neglecting gravity gives rise to:

u_j\frac{\partial u_i}{\partial	x_j}=-\frac{1}{\rho}\frac{\partial p}{\partial x_i}+\frac{\partial}{\partial x_j}\nu\left(\frac{\partial u_i}{\partial x_j	}+\frac{\partial u_j}{\partial x_i}\right)

Reynolds decomposition,

u_i=\overline{u_i}+u'_i \quad \quad	p=\overline{p}+p'

produces the RANS equation which is given by:

u_j\frac{\partial u_i}{\partial	x_j}=-\frac{1}{\rho}\frac{\partial \overline{p}}{\partial x_i}+\frac{\partial}{\partial x_j}\left[\nu\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)-\overline{u'_iu'_j} \right]

According to http://www.cfd-online.com/Wiki/Bouss...ity_assumption ,with the notation from the reference, the Boussinesq approximation for an incompressible flow states:

-\rho \overline{u'_i u'_j} = \mu_t \, \left( \frac{\partial U_i}{\partial x_j} + \frac{\partial U_j}{\partial x_i} - \frac{2}{3} \frac{\partial U_k}{\partial x_k} \delta_{ij} \right) - \frac{2}{3} \rho k \delta_{ij}

For an incompressible flow it is thus:

\overline{u'_iu'_j}= -\nu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i} \right)  + \frac{2}{3}\overline{k} \delta_{ij}

Expressing the Reynolds stresses with the Boussinesq approximation gives cause for,

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}\right) -\frac{2}{3}k \delta_{ij}\right]

where the kinetic energy term, \frac{2}{3}k \delta_{ij}\, drops out.

What would seem to pose a paradox in connection with the incompressibility assumption is introduced. The isotropic part of the stress tensor is added and subtracted again. This entails:

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j}\nu_{Eff} \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}+ \frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij} -\frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij} \right)

Due to incompressibility the negative isotropic part of the stress tensor can be canceled and an expansion of the equation gives rise to:

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j}\nu_{Eff} \frac{\partial \bar{u}_i}{\partial x_j}+ \frac{\partial}{\partial x_j} \nu_{Eff}  \left( \frac{\partial \bar{u}_j}{\partial x_i} + \frac{1}{3}\frac{\partial \bar{u}_k}{\partial x_k}\delta_{ij}\right)

This is the incompressible turbulent RANS equation for fluids where \nu and thus \nu_{Eff} cannot be taken outside the spatial derivative due to it being a variable as a consequence of large temperature variations (or other reasons e.g. non-newtonian).

In OpenFOAM the terms can be identified as,

\underbrace{u_j\frac{\partial u_i}{\partial u_j}}_{\text{div(phi, U)}} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \underbrace{\underbrace{\frac{\partial}{\partial x_j}\nu_{Eff} \frac{\partial u_i}{\partial x_j}}_{\text{laplacian(nuEff(), U)}}+ \underbrace{\frac{\partial}{\partial x_j} \nu_{Eff}  \left( \frac{\partial u_j}{\partial x_i} + \frac{1}{3}\frac{\partial u_k}{\partial x_k}\delta_{ij}\right)}_{\text{div(nuEff()*dev(T(grad(U))))}}}_{\text{divDevReff(U)}}

which exactly what is given in the source code of the momentum equation,

Code:
    tmp<fvVectorMatrix> UEqn
    (
        fvm::div(phi, U)
      + turbulence->divDevReff(U)
    );
and the kOmegaSST turbulence model:

Code:
tmp<fvVectorMatrix> kOmegaSST::divDevReff(volVectorField& U) const
{
    return
    (
      - fvm::laplacian(nuEff(), U)
      - fvc::div(nuEff()*dev(T(fvc::grad(U))))
    );
}
The deviatoric is given by:

Code:
inline Tensor<Cmpt> dev(const Tensor<Cmpt>& t)
{
    return t - SphericalTensor<Cmpt>::oneThirdI*tr(t);
}
niko0807 is offline   Reply With Quote

Old   December 4, 2015, 09:13
Default
  #27
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,

okay as far as I read your equations your are right but it is interesting that everybody denotes everything with other symbols. In all literature that I read, the Cauchy stress tensor is denoted by \boldsymbol \sigma and the deviatoric part of this tensor (the shear-rate tensor) as \boldsymbol \tau. In your case it is exactly vice versa. Anyway ...

I just wanted to mention this for people who are not so familiar with the equations (if someone will read all the stuff)

Okay. Your derivation seems to be well done and I also found in my literature also the definition / approximation:

-\rho \overline{u_i' u_j'} = \mu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial \bar{u}_j}{\partial x_x}\right) - \frac{2}{3}\rho\delta_{ij}k

But as far as I know the equations we get the following: The Navier-Stokes-Equation with the Reynolds-Average method is given as:

\frac{\partial \bar {u_i}}{\partial t} + \frac{\partial}{\partial x_j} \left(\rho \bar u_i \bar u_j + \rho \overline{u_i' u_j'} \right)
=
- \frac{\partial \bar p}{\partial x_i} + \frac{\partial  \bar \tau_{ij}}{\partial x_j}

Up to know I think we are at the same level. The stress-tensor \boldsymbol \tau is calculated as before... the only difference is that we take the mean value of the velocity and the effective viscosity. Therefore the calculation of the U field is okay for the shear-rate tensor.

Now if we check out the equation above and compare it with yours, we get the same but in your equation the fluctuation term is put to the right hand side and is combined with the stress tensor.

I think so far we are fine. The question now is, what happen to the term including the kinetic energy. Till now I dont know but I will check it out.

Maybe I am not correct but if I insert everything into the reynolds averaged equation we get:

LHS:

\frac{\partial \bar {u_i}}{\partial t} + \frac{\partial}{\partial x_j}  \left(\rho \bar u_i \bar u_j - \mu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial  \bar{u}_j}{\partial x_x}\right) + \frac{2}{3}\rho\delta_{ij}k \right)

RHS:

=
- \frac{\partial \bar p}{\partial x_i} + \frac{\partial}{\partial x_j} \underbrace{\left[\mu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial  \bar{u}_j}{\partial x_x}\right) - \frac{2}{3}\mu_t  \frac{\partial u_k}{\partial x_k} \delta_{ij} \right]}_{\mathrm{shear-rate~tensor}}

Then we can make some simple math to get at least your eqaution that is side sth like (RHS):

\frac{\partial}{\partial x_i} \left[2 \mu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial   \bar{u}_j}{\partial x_x}\right)\right] + \frac{\partial}{\partial x_i} \left(-\frac{2}{3}\mu_t  \frac{\partial  u_k}{\partial x_k} \delta_{ij} -  \frac{2}{3}k \delta_{ij}\right)


I think you agree with me. If the second term is zero we actually get the implementation of icoFoam with the factor 2. Of course it is clear what will happen if we have incompressible flow. But what will happen with the term that include k, I don't know. But as we can see, in the calculation of the deviatoric part of the stress tensor there is no twoSymm(grad(U)) included and I think the terms that appear (its the first one in this post) is treated somewhere else. Maybe in the pressure equation somehow?

But I hope I could show you the way that the shear-rate tensor calculation (laplacian->turbulence...) has no influence of the reynolds averaging (RHS)


At least I would mention that you should use the turbulence viscosity for the shear-rate tensor (you used the laminar viscosity).
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 4, 2015, 09:25
Default
  #28
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,

I talked to my college and he told me that this term with k is not included (buoyancy turbulent) because it is so small and can be neglected.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 4, 2015, 09:56
Default
  #29
New Member
 
Nikolai Tauber
Join Date: Sep 2015
Location: Aarhus, Denmark
Posts: 14
Rep Power: 10
niko0807 is on a distinguished road
Hi,

Thanks! I expected k to be small and negligible.

Correct me if I am wrong, but I do not think you are right in connection with the viscosity.

The RANS equation expressed with the Boussinesq approximation should include the sum of the molecular (laminar) viscosity \nu and the turbulent eddy viscosity \nu_t i.e. \nu_{Eff}=\nu+\nu_t. Like this:

\frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}\right)\right]

In your derivation (where I have allowed myself to correct what I suppose is simply a misspelling):

\frac{\partial}{\partial x_i} \left[2 \mu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial   \bar{u}_j}{\partial x_i}\right)\right]

you only have the turbulent eddy viscosity. That does not make sense to me, as diffusion would not be present in laminar regimes of a flow problem. Also

2\left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial   \bar{u}_j}{\partial x_x}\right)=4 S_{ij}

does not make sense, as it equals four times the strain rate instead of only two. Check the Cauchy's equation again.
niko0807 is offline   Reply With Quote

Old   December 4, 2015, 11:22
Default
  #30
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,

Of course you are right. In terms of buoyancy turbulence you should use the effective viscosity.

How you get 4 x S?

In my previous derivatives it would be better to use the effective viscosity instead of the turbulent. That is obvious. Unfortunately I am not available till Wednesday.

But I will replay after I read my books
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 4, 2015, 11:47
Default
  #31
New Member
 
Nikolai Tauber
Join Date: Sep 2015
Location: Aarhus, Denmark
Posts: 14
Rep Power: 10
niko0807 is on a distinguished road
Hi,

The viscous shear stress tensor (the one I call \sigma_{ij} and you call \tau_{ij}) is given by,

\sigma_{ij}=\left[2\mu S_{ij}+\bigg(\mu_v-\frac{2}{3}\mu\bigg)\frac{\partial u_k}{\partial x_k}\delta_{ij}\right]

and the strain rate:

S_{ij}=\frac{1}{2}\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)

Combining,

\sigma_{ij}=\left[2\mu \frac{1}{2}\left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)+\bigg(\mu_v-\frac{2}{3}\mu\bigg)\frac{\partial u_k}{\partial x_k}\delta_{ij}\right]

produces:

\sigma_{ij}=\left[\mu \left(\frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i}\right)+\bigg(\mu_v-\frac{2}{3}\mu\bigg)\frac{\partial u_k}{\partial x_k}\delta_{ij}\right]

You thus need to omit the 2 in this:

\frac{\partial}{\partial x_i} \left[2 \mu \left( \frac{\partial \bar{u}_i}{\partial x_j} +  \frac{\partial   \bar{u}_j}{\partial x_i}\right)\right]

Just to be clear, for the above everything is laminar.

About the turbulent viscosity:

I do not see why using the effective velocity is only necessary for buoyancy turbulence. The effective viscosity should always be used, right?
niko0807 is offline   Reply With Quote

Old   December 7, 2015, 03:33
Default
  #32
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 Niko,

thanks for the replay but I know how the equations look like (:
You are right that the number "2" is shortened with the 1/2 from the strain-rate tensor. For the 2 in my derivation I have to check.

Maybe I will do it today.

For the viscosity. The best way is to use the effective viscosity but sometimes you will find that people only use the turbulent viscosity. For example, I used the flamelet model build by Alberto Cuoci et. al. in my masterthesis. This model is based on high turbulence and therefore laminar effects are really neglectible and they only used turbulence->mu(). However I prefer to use the effective viscosity.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 7, 2015, 06:07
Default
  #33
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 Nico,

you are right. I made a mistake with the viscosities .
Here are my derivation that I did now... I have to check it again these days but it seems that everything is correct.
Attached Files
File Type: pdf NumericsAndOpenFOAMChap7.pdf (45.9 KB, 261 views)
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 9, 2015, 01:22
Default
  #34
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 all,

I checked the derivation yesterday again and there should be a mistake with the sign. I will check it again today.

Regards,
Tobi
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   December 9, 2015, 13:08
Default
  #35
New Member
 
chariton christou
Join Date: Feb 2014
Posts: 26
Rep Power: 12
charitonas is on a distinguished road
Hi All,

I am trying to implement a new stress tensor for compressible flows. instead of divDevRhoReff(U) i am trying to do:

volVectorField UK("UK", U*10);

and change the stress tensor to

divDevRhoReff(UK)

I just want to test how the simulation will react for higher velocity. I also tried the
volTensorField tauMC("tauMC", muEff*dev2(Foam::T(fvc::grad(UK)))); and my simulation crash as well. Does anyone knows why it happens for high values of the velocity?

Thank you in advance
charitonas is offline   Reply With Quote

Old   December 17, 2015, 05:18
Default
  #36
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
Niko I have a question to you:

\left(\mu_v - \frac{2}{3}\mu\right)

The first term in your equation is the volumetric viscosity also known as bulk viscosity that is neglected in most/all equations (Bird et. al). I ask because in solid mechanics we have the deviatoric part of the stress tensor given by:

\mathrm{dev}(\boldsymbol \sigma) = \boldsymbol \tau = 2\mu \textbf{D} + \lambda \mathrm{tr}(\textbf{D})\textbf{I}

If we talk about a newtonian fluid we have:

\mathrm{dev}(\boldsymbol \sigma) = \boldsymbol \tau = 2\mu \textbf{D} + \left(-\frac{2}{3} + \mu_v\right) \mathrm{tr}(\textbf{D})\textbf{I}

Now I am not sure if I can say that:

\lambda = \left(-\frac{2}{3}\mu + \mu_v\right)

or maybe:

\lambda = -\frac{2}{3}\mu

And the bulk viscosity is zero for solids. I read that \lambda is also known as dilitational viscosity or in solid mechanics first Lámes coefficent. If its so, I think the second one is valid. Hope you get the point.
Again... I am asking if we can generalize the shear-rate tensor (for solids and fluids) as:

\mathrm{dev}(\boldsymbol \sigma) = \boldsymbol \tau = 2\mu \textbf{D} +  \left(\lambda + \mu_v\right) \mathrm{tr}(\textbf{D})\textbf{I}

where \mu_v is zero for solids and neglectable for fluids and \lambda = -\frac{2}{3}\mu if we talk about netwonian fluids or is it even better or are we allowed to define it like:

\mathrm{dev}(\boldsymbol \sigma) = \boldsymbol \tau = 2\mu \textbf{D} + \lambda \mathrm{tr}(\textbf{D})\textbf{I}

where \lambda is defined for newtonian liquids as:

\lambda = \left(-\frac{2}{3} + \mu_v\right)

Hope it is clear (:


@charitonas:

If you think about conservation of equations you make a big mistake!
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 12, 2016, 03:13
Default
  #37
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 all,

now the derivation are done clearly and smooth:

http://www.cfd-online.com/Forums/ope...tml#post580452
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 12, 2016, 03:32
Default
  #38
Senior Member
 
Gerhard Holzinger
Join Date: Feb 2012
Location: Austria
Posts: 339
Rep Power: 28
GerhardHolzinger will become famous soon enoughGerhardHolzinger will become famous soon enough
Quote:
Originally Posted by niko0807 View Post
Hi Tobias,

For an incompressible flow it is thus:

\overline{u'_iu'_j}= -\nu_t \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i} \right)  + \frac{2}{3}\overline{k} \delta_{ij}

Expressing the Reynolds stresses with the Boussinesq approximation gives cause for,

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j} =-\frac{1}{\rho}\frac{\partial p}{\partial x_i} + \frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left( \frac{\partial \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial x_i}\right) -\frac{2}{3}k \delta_{ij}\right]

where the kinetic energy term, \frac{2}{3}k \delta_{ij}\, drops out.
The last term ( \frac{2}{3}k \delta_{ij}\ ) is not neglected.

The pressure and the isotropic part of the Reynolds stress tensor can be absorbed into a modified mean pressure p^\prime [208].

As Pope states on page 88:

Quote:
[...] showing that the isotropic component (\frac{2}{3}k) can be absorbed in a modified mean pressure.
Thus:

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j}  =
-\frac{1}{\rho}\frac{\partial}{\partial x_i} \left[p + \frac{2}{3}k \delta_{ij} \right]
+  \frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left( \frac{\partial  \bar{u}_i}{\partial x_j} + \frac{\partial \bar{u}_j}{\partial  x_i}\right) \right]

with

\delta_{ij} \neq 0 \quad \text{ for } i=j

we finally get

\bar{u}_j\frac{\partial\bar{u}_i}{\partial\bar{u}_j}  =
-\frac{1}{\rho}\frac{\partial}{\partial x_i} \underbrace{\left[p + \frac{2}{3}k \right]}_{p^\prime}
+  \frac{\partial}{\partial x_j} \left[(\nu+\nu_{t}) \left(  \frac{\partial  \bar{u}_i}{\partial x_j} + \frac{\partial  \bar{u}_j}{\partial  x_i}\right) \right]

References

[208] S. P. Pope. Turbulent Flows. Cambridge University Press, 2000.
GerhardHolzinger is offline   Reply With Quote

Old   January 12, 2016, 03:42
Default
  #39
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
Thanks for the interesting hint. That means that we calculate p' in OpenFOAM? Well I have to check it out in the literature.

Good to know. So at least the term exist in FOAM?
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 12, 2016, 03:55
Default
  #40
Senior Member
 
Gerhard Holzinger
Join Date: Feb 2012
Location: Austria
Posts: 339
Rep Power: 28
GerhardHolzinger will become famous soon enoughGerhardHolzinger will become famous soon enough
We are solving for all kinds of stuff.
If you apply Reynolds-averaging to your governing equations and apply the Boussinesq hypothesis, then you solve for the Reynolds averaged flow quantities.
The pressure is the sum of the actual, Reynolds averaged pressure and the isotropic part of the Reynolds stress tensor.
The actual pressure is also the isotropic part of a general fluid stress tensor. However, for probably historical reasons, we separate the pressure and the (shear) stresses. In solid mechanics there is no such distinction, at least up to the point I got in contact with solid mechanics and FE simulation.

If you apply spatial filtering to derive the governing equations with LES turbulence modelling, then you end up with equations for the grid-scale flow quantities. The sub-grid stress tensor in LES modelling is analogous to the Reynolds stress tensor in RANS modelling.
Also in LES modelling, the pressure you solve for is the sum of the actual pressure and the isotropic part of the sub-grid stress tensor.

The beauty of this derivations is, although, we get equations for different things (temporal or spatially filtered flow quantities), the equations have the same mathematical structure. This allows the makers of CFD simulation software to implement a generic handling of turbulence.
GerhardHolzinger 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
Calculating Vorticity David CFX 28 October 29, 2017 18:02
Calculating Drag Ajay Rao FLUENT 8 February 15, 2010 09:15
what is Fluent calculating? tomek FLUENT 1 July 24, 2006 17:52
errors in calculating ustcer FLUENT 1 April 4, 2004 13:08
Calculating Coefficients shabah CFX 2 June 18, 2001 23:59


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