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

Stress Equation and Implicit part

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 12, 2016, 08:39
Default Stress Equation and Implicit part
  #1
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,

at the moment I am focusing at the stress equation of the solidDisplacementFoam (again) but now I want to write the equations down for future. There are some question marks that came up, if we calculate the stress equation. Starting with the general stuff:

\frac{\partial^2 \textbf{D}}{\partial t^2} = \nabla \bullet \boldsymbol{\sigma}

Where D is the displacement vector and sigma the Cauchy stress tensor defined as:

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

And epsilon is the strain tensor defined as:

\boldsymbol \epsilon = \frac{1}{2}(\nabla \otimes \textbf{D} + (\nabla \otimes \textbf{D})^T)

It is clear that we have to solve that equation:

\frac{\partial^2 \textbf{D}}{\partial t^2} = \nabla \bullet [ 2 \mu (\frac{1}{2} (\nabla  \otimes \textbf{D}) + (\nabla \otimes \textbf{D})^T)  + \lambda \mathrm{tr}(\nabla \otimes \textbf{D}) \textbf{I}]

The rhs is given by divSigmaExp in the code. After we have the field divSigmaExp, we subtract a part (I think for numerical stabilisation, thanks to Alex):

\nabla \bullet [(2 \mu + \lambda ) \nabla \otimes \textbf{D}]

And here is the problem. Till now I do not get the point why we subtract this kind of term. Even this term is treated different in the numerical point of view (compact stress switch???). I can not figure out why it is (2mu + lambda) grad (D). As far as I derived it, we should end up with mu only:

\nabla \bullet \boldsymbol \sigma = \nabla \bullet (\mu \nabla \otimes \textbf{D}) + \nabla \bullet (\mu (\nabla \otimes \textbf{D})^T) + \lambda \mathrm{tr}(\nabla \otimes \textbf{D}) \textbf{I}

As we can see, the first part is implicit that can be removed from the explicit part but it would be:

\nabla \bullet (\mu \nabla \otimes \textbf{D})

and not

\nabla \bullet ([2\mu + \lambda]\nabla \otimes \textbf{D})


The only way that I found is that we add and subtract the term

\nabla \bullet ([\mu + \lambda] \nabla \otimes \textbf{D}) - \nabla \bullet ([\mu + \lambda] \nabla \otimes \textbf{D})

Then I would get the term that I can not derive till now but then the negative term is missing in my equations somehow.

Any suggestion would be appreciated.
Thanks in advance,

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

Old   July 13, 2016, 06:25
Default
  #2
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,

my last assumption was correct. The resource is here: https://www.researchgate.net/publica...ear_Elasticity
__________________
Keep foaming,
Tobias Holzmann
Tobi 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
How to Include particle implicit and EXPLICIT source terms in VOF momentum equation ali_atrian OpenFOAM Programming & Development 2 January 12, 2016 04:01
implicit - scalar product source term in momentum equation vinch OpenFOAM Running, Solving & CFD 0 October 28, 2014 14:57
solve an implicit equation in UDF Rui_27 Fluent UDF and Scheme Programming 0 September 8, 2014 10:12
Continuity equation in implicit form fredo490 OpenFOAM Programming & Development 6 November 28, 2012 06:18
FEM pressure poisson equation (Implicit) cfd-beginner Main CFD Forum 0 August 9, 2005 13:32


All times are GMT -4. The time now is 22:30.